From 1a60a74e8078831010f73682ff5a8b82874ea0fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 05:45:07 +0000 Subject: [PATCH] fix: packages/pipelines/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- packages/pipelines/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index c459c59a19..86d5ebb576 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -16,7 +16,7 @@ "inquirer": "^7.0.0", "lodash.keyby": "^4.6.0", "lodash.sortby": "^4.7.0", - "node-fetch": "^2.6.1", + "node-fetch": "^3.2.10", "validator": "^10.11.0" }, "devDependencies": {