From 19f314afe6e6e8fe7ccb3167ee04f33eb6dedc2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 15:52:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb8fdc9..701b1ff 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "html-webpack-include-assets-plugin": "^1.0.6", "jsonld": "^4.0.0", "ldflex": "^2.4.0", - "lodash": "^4.17.15", + "lodash": "^4.17.17", "mime-types": "^2.1.24", "n3": "^1.1.1", "parse-link-header": "^1.0.1", @@ -77,7 +77,7 @@ "react-datepicker": "^2.9.6", "react-router-dom": "^5.1.2", "react-select": "^2.2.0", - "request-promise": "^4.2.5", + "request-promise": "^4.2.6", "solid-auth-client": "^2.3.0", "unique": "0.0.1", "unique-string": "^1.0.0"