diff --git a/package-lock.json b/package-lock.json index 615fe71..ffc750e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-config-prettier": "10.1.5", "eslint-plugin-no-only-tests": "3.3.0", "eslint-plugin-prettier": "5.5.1", - "eslint-plugin-security": "1.7.1", + "eslint-plugin-security": "3.0.1", "mocha": "10.8.2", "prettier": "3.6.2", "semantic-release": "19.0.5", @@ -2160,13 +2160,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/package.json b/package.json index e2c8722..0f419aa 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-config-prettier": "10.1.5", "eslint-plugin-no-only-tests": "3.3.0", "eslint-plugin-prettier": "5.5.1", - "eslint-plugin-security": "1.7.1", + "eslint-plugin-security": "3.0.1", "mocha": "10.8.2", "prettier": "3.6.2", "semantic-release": "19.0.5",