diff --git a/package-lock.json b/package-lock.json index db6faa37e9f9a..f210882132ef8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15405,9 +15405,9 @@ } }, "underscore": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.0.tgz", - "integrity": "sha512-21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ==" + "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 05852278c1040..4020ad57b0a05 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.12.0", + "underscore": "^1.12.1", "url-search-params-polyfill": "^8.1.1", "v-click-outside": "^3.1.2", "v-tooltip": "^2.1.3",