From 677cbf2a69870dccd899e5c8d577aaf7ff66972e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:39:02 +0000 Subject: [PATCH] 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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02a0bbe..d93a687 100644 --- a/package-lock.json +++ b/package-lock.json @@ -289,9 +289,9 @@ } }, "eslint-plugin-security": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-2.1.1.tgz", - "integrity": "sha512-7cspIGj7WTfR3EhaILzAPcfCo5R9FbeWvbgsPYWivSurTBKW88VQxtP3c4aWMG9Hz/GfJlJVdXEJ3c8LqS+u2w==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-3.0.0.tgz", + "integrity": "sha512-2Ij7PkmXIF2cKwoVkEgemwoXbOnxg5UfdhdcpNxZwJxC/10dbsdhHISrTyJ/n8DUkt3yiN6P1ywEgcMGjIwHIw==", "dev": true, "requires": { "safe-regex": "^2.1.1" diff --git a/package.json b/package.json index 1c6040b..8ad9594 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ }, "devDependencies": { "eslint": "~8.57.0", - "eslint-plugin-security": "^2.1.1" + "eslint-plugin-security": "^3.0.0" } }