From 13ad25bba58cd7c5853dba853b224da416d833f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:39:19 +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 91018c217..0947d3816 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "history": "4.10.1", "lodash": "4.17.20", "mime-types": "2.1.25", - "node-fetch": "2.6.0", + "node-fetch": "2.6.7", "prop-types": "15.7.2", "qrcode.react": "1.0.0", "rc-tooltip": "3.7.3",