From b0607c3d77d0c8689f948b1e695a53a67db9d7f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Sep 2020 03:39:36 +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 b55830e4..430267a1 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "moleculer": "^0.14.7", "moment": "^2.26.0", "morgan": "^1.10.0", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "object-hash": "^2.0.3", "openid-client": "^3.15.1", "path-to-regexp": "^6.1.0",