From 87a0213558dc9fc13c6450153b37147821f3763b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 01:27:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8400997a..b0cc9da0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@rdfjs/parser-n3": "^1.1.4", "@rdfjs/serializer-jsonld": "^1.2.2", - "isomorphic-fetch": "2.2.1", + "isomorphic-fetch": "3.0.0", "jsonld": "^2.0.0", "parse-link-header": "1.0.1", "uri-templates": "0.2.0",