From 93bc9faab2f7bb667e651093f102ad264f15f19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:41:40 +0000 Subject: [PATCH] NPM: Bump eslint-plugin-security from 2.1.1 to 3.0.1 Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 2.1.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/v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-security 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 774e440..96e8bdb 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "eslint-plugin-no-use-extend-native": "^0.5.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-security": "^2.1.1", + "eslint-plugin-security": "^3.0.1", "eslint-plugin-spellcheck": "0.0.20" } }