From c8145a2de912746f71bc83fe53dcd886362cb820 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:41:09 +0000 Subject: [PATCH] fix: workspaces/config/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- workspaces/config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/config/package.json b/workspaces/config/package.json index 04e6e55c3efa9..eb799fd9dd694 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -33,7 +33,7 @@ "@npmcli/eslint-config": "^4.0.0", "@npmcli/mock-globals": "^1.0.0", "@npmcli/template-oss": "4.22.0", - "tap": "^16.3.8" + "tap": "^18.0.0" }, "dependencies": { "@npmcli/map-workspaces": "^3.0.2",