From 11a1a13bccaa59d49efe23b3afb4c0eb13307366 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Mar 2021 02:52:26 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 --- 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 420088b623736..7fc841ed812b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10266,9 +10266,9 @@ "optional": true }, "underscore": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.11.0.tgz", - "integrity": "sha512-xY96SsN3NA461qIRKZ/+qox37YXPtSBswMGfiNptr+wrt6ds4HaMw23TP612fEyGekRE6LNRiLYr/aqbHXNedw==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index 064ba58bc673f..4c6be73b15ee4 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "select2": "3.5.1", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9", - "underscore": "^1.11.0", + "underscore": "^1.12.1", "url-search-params-polyfill": "^8.0.0", "v-click-outside": "^3.1.2", "v-tooltip": "^2.0.3",