From dddc03af397da04aaa3760e0d9390b624eb87511 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Jul 2025 09:41:05 +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 8b5c29c..7e9dc8a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "babel-preset-react": "^6.5.0", "immutable": "^3.8.1", - "isomorphic-fetch": "^2.2.1", + "isomorphic-fetch": "^3.0.0", "lodash": "^4.13.1", "node-uuid": "^1.4.7", "normalizr": "^2.1.0",