diff --git a/package-lock.json b/package-lock.json index 9c0f9d06..837b4b9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5137,9 +5137,9 @@ } }, "underscore": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.2.tgz", - "integrity": "sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ==" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "underscore.string": { "version": "3.3.5", diff --git a/package.json b/package.json index 82a0247f..5de4fd98 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "rimraf": "^2.6.1", "semver": "^5.3.0", "source-map-support": "^0.5.0", - "underscore": "^1.8.3", + "underscore": "^1.12.1", "yauzl": "^2.7.0" }, "scripts": {