diff --git a/package-lock.json b/package-lock.json index 442865a6..38fc5c47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11302,9 +11302,9 @@ "dev": true }, "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 8e74c249..7bb8b3ef 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,6 @@ "ngx-clipboard": "^10.0.0", "ngx-joyride": "^2.2.11", "rxjs-compat": "6.0.0", - "underscore": "^1.9.0" + "underscore": "^1.12.1" } }