From 4b5094f5b22b3358be6025bc1a4e19147c948b8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 23:45:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49ac48a..6a81b41 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": "^3.0.0", "Promise": "^1.0.5", "cerebral": "^4.2.2", "material-ui": "^1.0.0-beta.34",