From af17c15283a462d04f30d842ddc511e3170256b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 20:54:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d32b8fe0..9c79716d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "lodash.isequal": "^4.5.0", "moment": "^2.29.1", "mui-datatables": "^3.7.6", - "node-fetch": "^2.6.1", + "node-fetch": "^3.2.10", "node-sass": "^7.0.1", "papaparse": "^5.3.0", "popper.js": "^1.16.1",