diff --git a/package-lock.json b/package-lock.json index f45ce29..986990e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -613,9 +613,9 @@ "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==" }, "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==" }, "uri-js": { "version": "4.2.2", diff --git a/package.json b/package.json index d1482ca..2eee3d3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "gitana": "^1.0.305", "prompt-sync": "^4.1.7", "request": "^2.88.0", - "underscore": "^1.9.1", + "underscore": "^1.12.1", "url": "^0.11.0", "wrench": "*", "write-json-file": "^2.3.0"