diff --git a/package-lock.json b/package-lock.json index bf45dc3..6862368 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10481,9 +10481,9 @@ "dev": true }, "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==" }, "underscore.string": { "version": "3.3.5", diff --git a/package.json b/package.json index a88e230..6d0e1cf 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "mocha": "^6.2.3", "pixi.js": "^4.8.9", "snapsvg": "^0.4.0", - "underscore": "1.8.x" + "underscore": "1.12.x" }, "devDependencies": { "@babel/core": "^7.9.0",