From f82e9bc008a0f914cc75007160cdc390ea4a73a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 04:07:09 +0000 Subject: [PATCH] NPM: Bump eslint-plugin-security from 2.1.1 to 3.0.0 Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 2.1.1 to 3.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/v2.1.1...v3.0.0) --- 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 d3bb63f..a215ac4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-no-loops": "^0.3.0", "eslint-plugin-no-use-extend-native": "^0.5.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-security": "^2.1.1", + "eslint-plugin-security": "^3.0.0", "eslint-plugin-spellcheck": "0.0.20", "i2c-bus": "^5.0.0" },