From e35b1ee4b0b4183eb4a00f745422a4a71d96d93e Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:14:53 +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/npm:diff:20180305 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- .../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..76a203b44ffe2 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": "^10.1.0" } }