From 1af8ea9ec396730d7159635cc012dc4f4f46fde7 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:08:16 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/hosted-git-info/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- .../node_modules/hosted-git-info/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/hosted-git-info/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/hosted-git-info/package.json index bd1934d91ad9e..e7666a75219bb 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/hosted-git-info/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/hosted-git-info/package.json @@ -28,8 +28,8 @@ }, "devDependencies": { "standard": "^11.0.1", - "standard-version": "^4.3.0", - "tap": "^12.0.1" + "standard-version": "^9.5.0", + "tap": "^18.0.0" }, "files": [ "index.js",