diff --git a/package-lock.json b/package-lock.json index ab7660f38b68a..ef4a6f4173bf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9378,9 +9378,9 @@ "optional": true }, "underscore": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", - "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", + "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index cb1cbb9ff78d5..080df7d082fb5 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "select2": "4.0.8", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.9", - "underscore": "^1.12.1", + "underscore": "^1.13.1", "url-search-params-polyfill": "^8.0.0", "v-click-outside": "^3.1.1", "v-tooltip": "^2.0.3",