diff --git a/package-lock.json b/package-lock.json index a9868c8..dbc6936 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17375,9 +17375,9 @@ "integrity": "sha512-8OaIKfzL5cpx8eCMAhhvTlft8GYF8b2eQr6JkCyVdrgjcytyOmPCXrqXFcUnhonRpLlh5yxEZVohm6mzaowUOw==" }, "underscore": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz", - "integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==" + "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 1d4ef2d..bc20d91 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react": "16.13.1", "react-dom": "16.13.1", "react-router-dom": "5.0.0", - "underscore": "1.10.2" + "underscore": "1.12.1" }, "devDependencies": { "@types/react-router-dom": "5.1.5",