From 65937c584808814ab252437004b93f5ada133eb1 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Thu, 24 Sep 2020 05:21:04 +0000 Subject: [PATCH] fix: src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- .../npm/domain-task/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json index b22be854..c62ebc22 100644 --- a/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json +++ b/src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json @@ -19,7 +19,7 @@ "dependencies": { "domain-context": "^0.5.1", "is-absolute-url": "^2.1.0", - "isomorphic-fetch": "^2.2.1" + "isomorphic-fetch": "^3.0.0" }, "devDependencies": { "@types/node": "^6.0.42",