diff --git a/package-lock.json b/package-lock.json index 5d400f5ce..7b4398cce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9054,9 +9054,9 @@ } }, "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==", "dev": true }, "underscore.string": { diff --git a/package.json b/package.json index 4b9a88fab..68d58f405 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "parcel-bundler": "^1.12.5", "rimraf": "^3.0.2", "time-grunt": "~1.2.1", - "underscore": "~1.8.3", + "underscore": "~1.12.1", "underscore.string": "~3.3.5" } }