diff --git a/package-lock.json b/package-lock.json index a0e3be5..9e97934 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8135,9 +8135,9 @@ } }, "underscore": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.0.tgz", - "integrity": "sha512-4IV1DSSxC1QK48j9ONFK1MoIAKKkbE8i7u55w2R6IqBqbT7A/iG7aZBCR2Bi8piF0Uz+i/MG1aeqLwl/5vqF+A==" + "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 c179c4e..d0f02fc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "react": "^16.3.2", "rxjs": "^6.2.0", - "underscore": "^1.9.0" + "underscore": "^1.12.1" }, "devDependencies": { "webpack": "^4.9.1",