diff --git a/package-lock.json b/package-lock.json index 3288209..00f9fa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3144,9 +3144,9 @@ "integrity": "sha512-3NSMb2VzDQm8oBTLH6Nj55VVtUEpe/rgkIzMir0qVoLyjDZlnMBva0U6vDiV3IH+sl/Yu6oP5QwsAQtHPmDd2Q==" }, "underscore": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", - "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=" + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", + "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "unpipe": { "version": "1.0.0", diff --git a/package.json b/package.json index 86e6afb..e6b771f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "ts-node-dev": "^1.0.0-pre.32", "typeorm": "^0.2.28", "typescript": "^3.4.1", - "underscore": "^1.8.3" + "underscore": "^1.12.1" }, "devDependencies": { "catch-decorator-ts": "0.0.2"