From c1b98126398aa4af68113f6a13d3c132b1080ab9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:07:30 +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 288349c..6e30ac5 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "react-styleguidist": "^5.5.4" }, "dependencies": { - "react": "^15.6.1", - "react-dom": "^15.6.1", + "react": "^16.5.0", + "react-dom": "^16.5.0", "react-schema-views": "^1.0.0", "uuid": "^3.1.0" },