From 9708c37e1ec7a50f6180dd3057cab86acb63f517 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 10:07:17 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/yarn-workspaces/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- test/acceptance/workspaces/yarn-workspaces/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/workspaces/yarn-workspaces/package.json b/test/acceptance/workspaces/yarn-workspaces/package.json index 7bbc705989..88ea9c8477 100644 --- a/test/acceptance/workspaces/yarn-workspaces/package.json +++ b/test/acceptance/workspaces/yarn-workspaces/package.json @@ -15,6 +15,6 @@ "wsrun": "^3.6.2" }, "dependencies": { - "node-fetch": "^2.3.0" + "node-fetch": "^3.2.10" } }