From 4ddaf321e56295e6e3868f198f19f25a8cd8cf76 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 06:42:03 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-no-unsanitized from 3.1.4 to 3.1.5 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-preview[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 16bfc018a..822fa48c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3712,9 +3712,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-no-use-extend-native": { diff --git a/package.json b/package.json index 50a50a50b..5d712ba18 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "devDependencies": { "ava": "^3.15.0", "css-loader": "^5.2.1", - "eslint-plugin-no-unsanitized": "^3.1.4", + "eslint-plugin-no-unsanitized": "^3.1.5", "lint-staged": "^10.5.4", "vue-loader": "^15.9.6", "vue-style-loader": "^4.1.3",