From 65df4fea6d82a0e65a91264a428f7f8aca2016ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:40:16 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 59a0e8c..3fce225 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ "bootstrap": "^3.3.7", "griddle-react": "^1.0.0", "material-ui": "^0.17.1", - "react": "^15.4.2", + "react": "^16.5.0", "react-bootstrap": "^0.30.8", - "react-dom": "^15.4.2", + "react-dom": "^16.5.0", "react-jsonschema-form": "^0.43.0", "react-router-dom": "^4.0.0-beta.8", "react-s-alert": "^1.2.0",