diff --git a/package-lock.json b/package-lock.json index bbad32fc0ccde..b6252e8eb10fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9600,9 +9600,9 @@ } }, "underscore": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", - "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" + "version": "1.9.2", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.2.tgz", + "integrity": "sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index 2411abe1e41d7..5f88afc252b66 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8", "toastify-js": "^1.6.2", - "underscore": "^1.9.1", + "underscore": "^1.9.2", "url-search-params-polyfill": "^7.0.1", "v-tooltip": "^2.0.2", "vue": "^2.6.11",