From 5186b2eea516c2c0e92f3b84ce894a8b807463c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 03:30: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-674311 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b845afa..644452f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "npm": "^3.0.0" }, "dependencies": { - "react": "15.2.1", + "react": "16.5.0", "react-dom": "15.2.1", "react-redux": "4.4.5", "react-router": "2.5.2",