From dbac3070773e67ecd4e67d31b556549fcc034b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:08:50 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-security from 3.0.1 to 4.0.1 Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 3.0.1 to 4.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/v3.0.1...eslint-plugin-security-v4.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-security dependency-version: 4.0.1 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 ac5dea6..58554bb 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,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.1", "eslint-plugin-unicorn": "^62.0.0", "husky": "^9.1.7", "lint-staged": "^16.2.7",