From 7d7a510c9c4df804ca0713f1aa541a25b9a51d28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 17:09:52 +0000 Subject: [PATCH] fix: templates/AngularSpa/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- templates/AngularSpa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/AngularSpa/package.json b/templates/AngularSpa/package.json index 4d1b203d..303c3da2 100644 --- a/templates/AngularSpa/package.json +++ b/templates/AngularSpa/package.json @@ -32,7 +32,7 @@ "extract-text-webpack-plugin": "2.1.2", "file-loader": "0.11.2", "html-loader": "0.4.5", - "isomorphic-fetch": "2.2.1", + "isomorphic-fetch": "3.0.0", "jquery": "3.2.1", "json-loader": "0.5.4", "preboot": "4.5.2",