From 99c1fbd36788f39401da153229ee0a6eee729186 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:24: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 462c1e4..dc105f6 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "fetch-plus-bearerauth": "3.5.0", "fetch-plus-json": "3.6.0", "file-loader": "0.8.5", - "isomorphic-fetch": "2.2.1", + "isomorphic-fetch": "3.0.0", "isomorphic-style-loader": "0.0.10", "koa": "1.2.0", "koa-proxy": "0.5.0",