From 1b119b827fab4d0ba6b1a7b00fb605838254de68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:31:55 +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 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": {