From aa24f87af43189e98d02849b15b532c48fbd0f34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Jul 2025 00:04:22 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/request/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 --- .../tap-with-yarn-lock/node_modules/request/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/request/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/request/package.json index 9a9792a582644..2a5900e38b8ad 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/request/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/request/package.json @@ -33,7 +33,7 @@ "combined-stream": "~1.0.6", "extend": "~3.0.2", "forever-agent": "~0.6.1", - "form-data": "~2.3.2", + "form-data": "~2.5.5", "har-validator": "~5.1.0", "http-signature": "~1.2.0", "is-typedarray": "~1.0.0",