diff --git a/package-lock.json b/package-lock.json index 989fb26..db75010 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1991,9 +1991,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "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==" }, "unicode-properties": { "version": "1.1.0", diff --git a/package.json b/package.json index ce13b04..7ef471c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "svgdom": "0.0.15", "svgpath": "^2.2.1", "twit": "^2.2.10", - "underscore": "^1.9.1", + "underscore": "^1.12.1", "xmlhttprequest": "^1.8.0" } }