From 4a1eb5090334b0d468ff99e3e90e64effc1ab34b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 01:22:34 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49ac48a..76d0d8f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@cerebral/react": "^3.2.2", - "@material-ui/core": "^1.1.0", + "@material-ui/core": "^4.12.4", "@oada/cerebral-module": "^2.1.1", "Promise": "^1.0.5", "cerebral": "^4.2.2",