From 6b82cb67145c2f66fbc4bae3b4a1af02ac90bdeb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 11:21:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fb8fdc9..fe8b854 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.23", "mime-types": "^2.1.24", "n3": "^1.1.1", "parse-link-header": "^1.0.1", @@ -77,8 +77,8 @@ "react-datepicker": "^2.9.6", "react-router-dom": "^5.1.2", "react-select": "^2.2.0", - "request-promise": "^4.2.5", - "solid-auth-client": "^2.3.0", + "request-promise": "^4.2.6", + "solid-auth-client": "^2.5.0", "unique": "0.0.1", "unique-string": "^1.0.0" },