From 942d05bae7dcaa0835fbc411ce2f702716bc4fba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:20:30 +0200 Subject: [PATCH] Bump eslint-plugin-security from 3.0.0 to 3.0.1 (#13758) Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 3.0.0 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/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-security dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1ef410c16f5..6efad9e103da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.2", - "eslint-plugin-security": "^3.0.0", + "eslint-plugin-security": "^3.0.1", "eslint-plugin-styled-components-a11y": "^2.1.32", "eslint-plugin-testing-library": "^6.2.2", "html-webpack-plugin": "^5.6.0", @@ -16681,15 +16681,18 @@ } }, "node_modules/eslint-plugin-security": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-3.0.0.tgz", - "integrity": "sha512-2Ij7PkmXIF2cKwoVkEgemwoXbOnxg5UfdhdcpNxZwJxC/10dbsdhHISrTyJ/n8DUkt3yiN6P1ywEgcMGjIwHIw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-security/-/eslint-plugin-security-3.0.1.tgz", + "integrity": "sha512-XjVGBhtDZJfyuhIxnQ/WMm385RbX3DBu7H1J7HNNhmB2tnGxMeqVSnYv79oAj992ayvIBZghsymwkYFS6cGH4Q==", "dev": true, "dependencies": { "safe-regex": "^2.1.1" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/eslint-plugin-security/node_modules/safe-regex": { diff --git a/package.json b/package.json index 425176df04ee..e6d5b5a60ec0 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.2", - "eslint-plugin-security": "^3.0.0", + "eslint-plugin-security": "^3.0.1", "eslint-plugin-styled-components-a11y": "^2.1.32", "eslint-plugin-testing-library": "^6.2.2", "html-webpack-plugin": "^5.6.0",