From b1cb4783220784843dedb3c91db2be3a3e6aa76f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:20:41 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/private/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- .../tap-with-yarn-lock/node_modules/private/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/private/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/private/package.json index 6f2b45703bf6a..aa0aa2dcd468a 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/private/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/private/package.json @@ -34,6 +34,6 @@ "node": ">= 0.6" }, "devDependencies": { - "mocha": "^4.0.1" + "mocha": "^11.0.1" } }