diff --git a/package-lock.json b/package-lock.json index 06a89a2..289fee5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2702,9 +2702,9 @@ } }, "underscore": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", - "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" + "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.0", diff --git a/package.json b/package.json index 7ff43e0..5abf0f0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "express": "^4.17.1", "morgan": "^1.9.1", "node-fetch": "^2.6.0", - "underscore": "^1.9.1" + "underscore": "^1.12.1" }, "devDependencies": { "nodemon": "^1.19.1"