From 0fdcf9a1f40675a5658f65088fcaaee27f5ea0f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jan 2022 05:57:40 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 012d097..e58b180 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,10 @@ "dependencies": { "es6-promise": "^4.1.0", "gh-pages": "^1.0.0", - "isomorphic-fetch": "^2.2.1", + "isomorphic-fetch": "^3.0.0", "mapbox-gl": "^0.38.0", - "react": "^15.4.2", - "react-dom": "^15.4.2", + "react": "^16.5.0", + "react-dom": "^16.5.0", "react-redux": "^5.0.5", "redux": "^3.6.0", "redux-thunk": "^2.2.0"