diff --git a/package-lock.json b/package-lock.json index 919d0e1..5b95b80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10404,9 +10404,9 @@ } }, "underscore": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.2.tgz", - "integrity": "sha512-D39qtimx0c1fI3ya1Lnhk3E9nONswSKhnffBI0gME9C99fYOkNi04xs8K6pePLhvl1frbDemkaBQ5ikWllR2HQ==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==", "dev": true }, "union": { diff --git a/package.json b/package.json index 691a105..b713876 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "redux-actions": "^0.10.0", "redux-logger": "^2.6.1", "redux-thunk": "^2.1.0", - "underscore": "^1.8.3", + "underscore": "^1.12.1", "validate.js": "^0.10.0", "vis": "^4.16.1" },