From 9488fc95afd342fab902b532d159a2cad6d92f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:54:31 +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 fa741df..30d8158 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/parser": "^5.26.0", "eslint": "^8.16.0", - "eslint-plugin-security": "^1.5.0", + "eslint-plugin-security": "^4.0.0", "eslint-formatter-codeframe": "^7.32.1", "grunt": "^1.5.3", "grunt-cli": "^1.4.3",