From 77d3685a309729d7be41f53f3585de6abefdaa12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:24:26 +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 625aaf61..1deca096 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "dependencies": { "@travi/travi.org-theme": "0.2.0", "bootstrap-sass": "^3.4.1", - "material-ui": "0.20.0", + "material-ui": "0.20.2", "microformat-node": "2.0.1", "react-bootstrap": "0.32.1", "react-router": "^3.2.0",