From 54d22d417eb47f787e8e2d07be172305b8445063 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:08:26 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/tough-cookie/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../tap-with-yarn-lock/node_modules/tough-cookie/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/tough-cookie/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/tough-cookie/package.json index 4e61d5cc2643e..ed8d132d50463 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/tough-cookie/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/tough-cookie/package.json @@ -65,7 +65,7 @@ }, "devDependencies": { "async": "^1.4.2", - "nyc": "^11.6.0", + "nyc": "^15.0.0", "string.prototype.repeat": "^0.2.0", "vows": "^0.8.1" },