diff --git a/backend-issuer/package.json b/backend-issuer/package.json index 4c214e3..bedfd08 100644 --- a/backend-issuer/package.json +++ b/backend-issuer/package.json @@ -1,6 +1,6 @@ { "name": "@digicatapult/nice-agent-portal-backend-issuer", - "version": "0.2.3", + "version": "0.2.4", "description": "OpenAPI service to manage profiles for the NICE agent and communication with veritable-cloudagent", "main": "src/index.ts", "type": "module", @@ -53,7 +53,7 @@ "concurrently": "^8.2.2", "depcheck": "^1.4.7", "dotenv-cli": "^7.4.1", - "eslint": "^8.57.0", + "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "mocha": "^10.4.0", diff --git a/backend-peer/package.json b/backend-peer/package.json index 9ac5930..4b282f2 100644 --- a/backend-peer/package.json +++ b/backend-peer/package.json @@ -1,6 +1,6 @@ { "name": "@digicatapult/nice-agent-portal-backend-peer", - "version": "0.3.2", + "version": "0.3.3", "description": "OpenAPI service to manage profiles for the NICE agent and communication with veritable-cloudagent", "main": "src/index.ts", "type": "module", @@ -52,7 +52,7 @@ "concurrently": "^8.2.2", "depcheck": "^1.4.7", "dotenv-cli": "^7.4.1", - "eslint": "^8.57.0", + "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "mocha": "^10.4.0", diff --git a/frontend/package.json b/frontend/package.json index 908a067..bef584b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@digicatapult/nice-agent-portal-frontend", - "version": "0.1.27", + "version": "0.1.28", "description": "NICE agent portal", "homepage": "https://github.com/digicatapult/nice-agent-portal", "main": "src/index.js", @@ -53,7 +53,7 @@ "css-loader": "^7.1.1", "depcheck": "^1.4.7", "dotenv": "^16.4.5", - "eslint": "^8.57.0", + "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-cypress": "^3.0.0", "eslint-plugin-prettier": "^5.1.3", diff --git a/package.json b/package.json index eaf626f..844596a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digicatapult/nice-agent-portal", - "version": "0.3.2", + "version": "0.3.3", "description": "NICE agent portal", "homepage": "https://github.com/digicatapult/nice-agent-portal", "type": "module", @@ -59,7 +59,7 @@ "chai": "^5.1.0", "depcheck": "^1.4.7", "dotenv": "^16.4.5", - "eslint": "^8.57.0", + "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "mocha": "^10.4.0",