From 42b6b63ca8df03a2dec455392ca002e10185d97e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 16:48:34 +0000 Subject: [PATCH] fix: package.json & package-lock.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 1c8c7cfa..0941aaf9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "js-yaml": "^4.1.0", "json-templates": "^4.1.0", "lodash": "^4.17.21", - "node-fetch": "^2.6.1", + "node-fetch": "^3.2.10", "semver": "^7.3.5" }, "devDependencies": {