From f5445ea3e5ece97e0bb6a036034be39707567446 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 02:08:46 +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-BRACES-6838727 --- 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 6ab037d841cc34..00ff43e6ca8d77 100644 --- a/deps/npm/node_modules/@npmcli/git/package.json +++ b/deps/npm/node_modules/@npmcli/git/package.json @@ -34,7 +34,7 @@ "@npmcli/template-oss": "4.18.0", "npm-package-arg": "^11.0.0", "slash": "^3.0.0", - "tap": "^16.0.1" + "tap": "^18.0.0" }, "dependencies": { "@npmcli/promise-spawn": "^7.0.0",