From 3ce4d3a7d7e4ec53616dffb160626aff72da46a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Feb 2021 06:47:11 +0000 Subject: [PATCH] fix: identity-provider-backend/package.json & identity-provider-backend/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- identity-provider-backend/package-lock.json | 6 +++--- identity-provider-backend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/identity-provider-backend/package-lock.json b/identity-provider-backend/package-lock.json index c99d7f5a..afd0110c 100644 --- a/identity-provider-backend/package-lock.json +++ b/identity-provider-backend/package-lock.json @@ -3199,9 +3199,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.flattendeep": { "version": "4.4.0", diff --git a/identity-provider-backend/package.json b/identity-provider-backend/package.json index 89b09f2e..64333d98 100644 --- a/identity-provider-backend/package.json +++ b/identity-provider-backend/package.json @@ -27,7 +27,7 @@ "cors": "^2.8.5", "dotenv": "^8.2.0", "express": "^4.17.1", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "lowdb": "^1.0.0" }, "devDependencies": {