diff --git a/backend/package-lock.json b/backend/package-lock.json index 20519b7..bd2ca8e 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -52,7 +52,7 @@ "@types/node": "^20.10.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-security": "^1.7.1", + "eslint-plugin-security": "^3.0.1", "jest": "^29.7.0", "nodemon": "^3.1.0", "prettier": "^3.1.0", @@ -3295,13 +3295,19 @@ } }, "node_modules/eslint-plugin-security": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-1.7.1.tgz", - "integrity": "sha512-sMStceig8AFglhhT2LqlU5r+/fn9OwsA72O5bBuQVTssPCdQAOQzL+oMn/ZcpeUY6KcNfLJArgcrsSULNjYYdQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-3.0.1.tgz", + "integrity": "sha512-XjVGBhtDZJfyuhIxnQ/WMm385RbX3DBu7H1J7HNNhmB2tnGxMeqVSnYv79oAj992ayvIBZghsymwkYFS6cGH4Q==", "dev": true, "license": "Apache-2.0", "dependencies": { "safe-regex": "^2.1.1" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/eslint-scope": { diff --git a/backend/package.json b/backend/package.json index 7e453d4..3f9751f 100644 --- a/backend/package.json +++ b/backend/package.json @@ -63,7 +63,7 @@ "@types/node": "^20.10.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-security": "^1.7.1", + "eslint-plugin-security": "^3.0.1", "jest": "^29.7.0", "nodemon": "^3.1.0", "prettier": "^3.1.0",