diff --git a/package-lock.json b/package-lock.json index 713d6e6..558920d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7469,9 +7469,9 @@ } }, "underscore": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz", - "integrity": "sha1-izixDKze9jM3uLJOT/htRa6lKag=" + "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 b46cbc7..c4de760 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "nodemailer": "^2.3.0", "redis": "0.10.1", "request": "2.34.0", - "underscore": "1.6.0" + "underscore": "1.12.1" }, "devDependencies": { "eslint": "^1.1.0",