From 64489914d06611e2fa3c05fb1dc42def1b58f067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 00:17:05 +0000 Subject: [PATCH] Bump eslint-plugin-security from 1.7.1 to 4.0.0 Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 1.7.1 to 4.0.0. - [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...eslint-plugin-security-v4.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-security dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a8b4a8..e162a9c 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "copyfiles": "^2.4.1", "eslint": "^8.56.0", "eslint-formatter-codeframe": "^7.32.1", - "eslint-plugin-security": "^1.7.1", + "eslint-plugin-security": "^4.0.0", "grunt": "^1.5.3", "grunt-cli": "^1.4.3", "nyc": "^17.0.0",