diff --git a/package-lock.json b/package-lock.json index 5d01be0318..aa37e412fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10272,9 +10272,9 @@ "optional": true }, "underscore": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz", - "integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==" + "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 ef5a91a003..51a9a7b975 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "select2": "3.5.1", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9", - "underscore": "^1.10.2", + "underscore": "^1.12.1", "url-search-params-polyfill": "^8.0.0", "v-tooltip": "^2.0.2", "vue": "^2.6.11",