diff --git a/package-lock.json b/package-lock.json index ee37712..a607b1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5499,9 +5499,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==" }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", diff --git a/package.json b/package.json index 737250c..437ecc3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "mysql": "^2.17.1", "react": "^16.12.0", "react-dom": "^16.12.0", - "underscore": "^1.9.2", + "underscore": "^1.12.1", "webpack": "^4.41.5", "webpack-cli": "^3.3.10" }