From b6d5b6972b3ee34ed42d3b76f82f8bec7f29d39e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:03:53 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-security from 3.0.1 to 4.0.0 Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 3.0.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/v3.0.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 4c656fa..4d8af9d 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-promise": "^7.2.1", - "eslint-plugin-security": "^3.0.1", + "eslint-plugin-security": "^4.0.0", "eslint-plugin-unicorn": "^62.0.0", "husky": "^9.1.7", "lint-staged": "^16.2.7",