From 7a433b8026b6b348578d530a57e3bb07dfc981ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jun 2023 20:08:00 +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-TOUGHCOOKIE-5672873 --- .../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..b37fc090ec205 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 @@ -44,7 +44,7 @@ "performance-now": "^2.1.0", "qs": "~6.5.2", "safe-buffer": "^5.1.2", - "tough-cookie": "~2.4.3", + "tough-cookie": "~4.1.3", "tunnel-agent": "^0.6.0", "uuid": "^3.3.2" },