From 6405a68a4df68c3bff064f40af985b8d40b00f0e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Sep 2020 01:37:03 +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 c66973a..46643b3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "repository": "https://github.com/wit-ai/node-wit", "author": "The Wit Team ", "dependencies": { - "isomorphic-fetch": "^2.2.1", + "isomorphic-fetch": "^3.0.0", "node-uuid": "^1.4.7" }, "engines": {