From 7b685ef8313d8e6ac3e5d7f99e1ba65df11e188d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jan 2022 06:58:23 +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 25e65f8b5..07cc9ca12 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "react-dropzone": "^3.3.2", "react-redux": "^4.2.1", "react-select": "^0.9.1", - "isomorphic-fetch": "^2.2.1" + "isomorphic-fetch": "^3.0.0" } }