From 9b3a0fb7a8b37cde2455d3bb9ca2ad3a6fb672e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:40:06 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-security from 1.7.1 to 3.0.1 Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 1.7.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/v1.7.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 11ce7bff..52c080d1 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^48.2.3", "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-security": "^1.7.1", + "eslint-plugin-security": "^3.0.1", "eslint-plugin-vue": "^9.26.0", "husky": "^9.0.11", "is-ci": "^3.0.1",