From d0674963edb6c56a8fa14ef14c18ebd31c415687 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 21:45:36 +0000 Subject: [PATCH] fix: deps/npm/node_modules/@npmcli/git/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- deps/npm/node_modules/@npmcli/git/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/@npmcli/git/package.json b/deps/npm/node_modules/@npmcli/git/package.json index 0fe94686ece20c..1c58fc74a51d84 100644 --- a/deps/npm/node_modules/@npmcli/git/package.json +++ b/deps/npm/node_modules/@npmcli/git/package.json @@ -29,7 +29,7 @@ "devDependencies": { "slash": "^3.0.0", "standard": "^16.0.3", - "tap": "^15.0.6" + "tap": "^18.0.0" }, "dependencies": { "@npmcli/promise-spawn": "^1.3.2",