From 254100135f54b9e293d059adb2c5e2dcbf88dc18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 05:25:03 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-no-unsanitized in /frontend Bumps [eslint-plugin-no-unsanitized](https://github.com/mozilla/eslint-plugin-no-unsanitized) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/mozilla/eslint-plugin-no-unsanitized/releases) - [Commits](https://github.com/mozilla/eslint-plugin-no-unsanitized/commits) Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5e592a9a0..5a4368101 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5513,9 +5513,9 @@ } }, "eslint-plugin-no-unsanitized": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-no-unsanitized/-/eslint-plugin-no-unsanitized-3.1.4.tgz", - "integrity": "sha512-WF1+eZo2Sh+bQNjZuVNwT0dA61zuJORsLh+1Sww7+O6GOPw+WPWIIRfTWNqrmaXaDMhM4SXAqYPcNlhRMiH13g==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-no-unsanitized/-/eslint-plugin-no-unsanitized-3.1.5.tgz", + "integrity": "sha512-s/6w++p1590h/H/dE2Wo660bOkaM/3OEK14Y7xm1UT0bafxkKw1Cq0ksjxkxLdH/WWd014DlsLKuD6CyNrR2Dw==", "dev": true }, "eslint-plugin-node": { diff --git a/frontend/package.json b/frontend/package.json index 81085d966..16f899901 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "eslint-plugin-fetch-options": "0.0.5", "eslint-plugin-html": "^6.1.2", "eslint-plugin-mozilla": "^2.9.2", - "eslint-plugin-no-unsanitized": "^3.0.2", + "eslint-plugin-no-unsanitized": "^3.1.5", "eslint-plugin-prettier": "^3.3.1", "file-loader": "^6.0.0", "html-webpack-plugin": "^5.3.1",