diff --git a/package-lock.json b/package-lock.json index f5a688b..92e8c2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2948,9 +2948,9 @@ } }, "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==" }, "unique-string": { "version": "2.0.0", diff --git a/package.json b/package.json index 1362b7d..a3fc403 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "node-fetch": "^2.6.0", "raygun": "^0.12.1", "ts-loader": "^7.0.5", - "underscore": "^1.10.2" + "underscore": "^1.12.1" }, "devDependencies": { "@types/compression": "^1.7.0",