From 70497d2bcfaf8a192501c5f1b87a98ff65a3a0d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 02:13:47 +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-2342118 --- 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..725906ff13 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.1.1" } }