From 4c63705c97e2c2b9a6b44940e05181876451dbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 22:31:32 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-security from 1.7.1 to 2.1.0 Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 1.7.1 to 2.1.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...v2.1.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 2571059..c455aa7 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-jsdoc": "^46.9.1", "eslint-plugin-prettier": "^5.1.2", - "eslint-plugin-security": "^1.7.1", + "eslint-plugin-security": "^2.1.0", "husky": "^8.0.3", "lint-staged": "^15.2.0", "mocha": "^10.2.0",