From 6613e198fe78436eb5ce67c1b06af7cb575f57cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:12:37 +0000 Subject: [PATCH] Bump eslint-plugin-no-unsanitized from 4.1.1 to 4.1.2 Bumps [eslint-plugin-no-unsanitized](https://github.com/mozilla/eslint-plugin-no-unsanitized) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/mozilla/eslint-plugin-no-unsanitized/releases) - [Commits](https://github.com/mozilla/eslint-plugin-no-unsanitized/compare/4.1.1...4.1.2) --- updated-dependencies: - dependency-name: eslint-plugin-no-unsanitized dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2dd659..0219ed0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3837,10 +3837,9 @@ } }, "node_modules/eslint-plugin-no-unsanitized": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-no-unsanitized/-/eslint-plugin-no-unsanitized-4.1.1.tgz", - "integrity": "sha512-N0yf7iYWQAO/qiglZlrASXRf6I/18q9d9NNR5Vw175zgrPduvLfnBwgWwM75D4g4lbrd9uPNXlieaFGWZ40h4A==", - "license": "MPL-2.0", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-no-unsanitized/-/eslint-plugin-no-unsanitized-4.1.2.tgz", + "integrity": "sha512-ydF3PMFKEIkP71ZbLHFvu6/FW8SvRv6VV/gECfrQkqyD5+5oCAtPz8ZHy0GRuMDtNe2jsNdPCQXX4LSbkapAVQ==", "peerDependencies": { "eslint": "^8 || ^9" }