From cbf9ab3c0cad12bb20e2f3b54bb8202990ee1b46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Feb 2022 14:52:10 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d504b69..433b987 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "webpack-dev-server": "1.14.1" }, "dependencies": { - "react": "15.2.1", + "react": "16.5.0", "react-dom": "15.2.1" } }