diff --git a/package-lock.json b/package-lock.json index f5d927e4..1b746d5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12453,9 +12453,9 @@ "optional": true }, "underscore": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz", - "integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==" + "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 c59b928c..91218d57 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "through2": "^3.0.1", "tmp": "0.1.0", "touch": "^3.1.0", - "underscore": "^1.10.2", + "underscore": "^1.12.1", "unescape": "^1.0.1", "webpack": "^4.42.1", "webpack-cleanup-plugin": "^0.5.1",