diff --git a/package-lock.json b/package-lock.json index dc39aea9d80..fb261db18e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "less": "4.1.1", "source-map": "0.7.3", "timeago": "1.6.7", - "underscore": "1.12.0" + "underscore": "1.12.1" }, "devDependencies": { "jest": "^26.1.0", @@ -9196,9 +9196,9 @@ } }, "node_modules/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==" }, "node_modules/union-value": { "version": "1.0.1", @@ -16884,9 +16884,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==" }, "union-value": { "version": "1.0.1", diff --git a/package.json b/package.json index a87a193d1f2..03cd0df7155 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "less": "4.1.1", "source-map": "0.7.3", "timeago": "1.6.7", - "underscore": "1.12.0" + "underscore": "1.12.1" }, "devDependencies": { "jest": "^26.1.0",