diff --git a/node/package-lock.json b/node/package-lock.json index 7055532..9152d15 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -1316,9 +1316,9 @@ "integrity": "sha1-rWgbaPUyGtKCfEz7G31d8s/pQu4=" }, "underscore": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", - "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" } } } diff --git a/node/package.json b/node/package.json index 21c2c61..35e410a 100644 --- a/node/package.json +++ b/node/package.json @@ -15,7 +15,7 @@ "socket.io": "^1.0.0", "socket.io-redis": "^1.0.0", "tracer": "^0.7.1", - "underscore": "^1.8.3" + "underscore": "^1.12.1" }, "devDependencies": {}, "scripts": {