From 259a3317ecab76c4773fa4e028a4dac2a76e08fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:16:22 +0000 Subject: [PATCH] fix: dashboard/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index fe4d3b3..e31da33 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@material-ui/core": "^3.9.2", - "@material-ui/icons": "^3.0.2", + "@material-ui/icons": "^4.0.0", "axios": "^0.18.0", "jsoneditor": "^5.32.4", "jsoneditor-react": "^1.0.0",