diff --git a/package-lock.json b/package-lock.json index fc213f1..7ce348d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@vitest/coverage-v8": "^4.0.18", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-security": "^3.0.1", + "eslint-plugin-security": "^4.0.0", "prettier": "^3.4.2", "sequelize-cli": "^6.6.2", "supertest": "^7.0.0", @@ -3678,9 +3678,9 @@ } }, "node_modules/eslint-plugin-security": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-3.0.1.tgz", - "integrity": "sha512-XjVGBhtDZJfyuhIxnQ/WMm385RbX3DBu7H1J7HNNhmB2tnGxMeqVSnYv79oAj992ayvIBZghsymwkYFS6cGH4Q==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-4.0.0.tgz", + "integrity": "sha512-tfuQT8K/Li1ZxhFzyD8wPIKtlzZxqBcPr9q0jFMQ77wWAbKBVEhaMPVQRTMTvCMUDhwBe5vPVqQPwAGk/ASfxQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -7818,24 +7818,6 @@ } } }, - "node_modules/vitest/node_modules/yaml": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", - "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", - "dev": true, - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - }, - "funding": { - "url": "https://github.com/sponsors/eemeli" - } - }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index 6e3ea23..6f55734 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@vitest/coverage-v8": "^4.0.18", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-security": "^3.0.1", + "eslint-plugin-security": "^4.0.0", "prettier": "^3.4.2", "sequelize-cli": "^6.6.2", "supertest": "^7.0.0",