diff --git a/services/orchestrator/package-lock.json b/services/orchestrator/package-lock.json index 9c760d2..9924865 100644 --- a/services/orchestrator/package-lock.json +++ b/services/orchestrator/package-lock.json @@ -28,7 +28,7 @@ "@types/uuid": "^9.0.8", "@typescript-eslint/eslint-plugin": "^8.66.0", "@typescript-eslint/parser": "^8.66.0", - "eslint": "^10.8.1", + "eslint": "^10.9.1", "jest": "^30.5.0", "ts-jest": "^29.1.3", "ts-node": "^10.9.2", @@ -4334,9 +4334,9 @@ } }, "node_modules/eslint": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.1.tgz", - "integrity": "sha512-wqA7W2jbsC/BnV9Iv1UZpKVFkO1AdNoSmYW8NWG4HNOBbkAMvIqDZ27pI2f07dqn583NcIC44ckjAcOXDL1QbQ==", + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.1.tgz", + "integrity": "sha512-9VaAkDURekixUQJy0oJYl2DcN6oKMfxay7XzaGYAWQwsb6qfKf+x76R2k1L8kb1boc+FyCAaTA9GmiKaaiaF+A==", "dev": true, "license": "MIT", "workspaces": [ diff --git a/services/orchestrator/package.json b/services/orchestrator/package.json index 54298fb..32965f6 100644 --- a/services/orchestrator/package.json +++ b/services/orchestrator/package.json @@ -31,7 +31,7 @@ "typescript": "^7.0.2", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", - "eslint": "^10.8.1", + "eslint": "^10.9.1", "@typescript-eslint/eslint-plugin": "^8.66.0", "@typescript-eslint/parser": "^8.66.0", "jest": "^30.5.0",