From 2badfe3aec1d6c64c0df349c5e3b47fe0b708009 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 16:58:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- 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",