From 33530bd059a4cecba00ad57d1f5c8a2ece67af65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Dec 2023 14:35:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49ac48a..e9fb021 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@cerebral/react": "^3.2.2", "@material-ui/core": "^1.1.0", - "@oada/cerebral-module": "^2.1.1", + "@oada/cerebral-module": "^4.0.0", "Promise": "^1.0.5", "cerebral": "^4.2.2", "material-ui": "^1.0.0-beta.34",