From d05c14bca1fefeed3a7e692dda3898c9c40eed6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:10:06 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-security in /backend Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 1.7.1 to 3.0.1. - [Release notes](https://github.com/eslint-community/eslint-plugin-security/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-security/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-security/compare/v1.7.1...v3.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-security dependency-version: 3.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 14 ++++++++++---- backend/package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) 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",