From 1f3f34ceab861289caebaef0df7153681f4de7cf Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:41:13 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/to-regex-range/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/npm:debug:20170905 --- .../tap-with-yarn-lock/node_modules/to-regex-range/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/to-regex-range/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/to-regex-range/package.json index 4ef194f352a3f..3aa65514bf705 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/to-regex-range/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/to-regex-range/package.json @@ -29,7 +29,7 @@ "devDependencies": { "fill-range": "^6.0.0", "gulp-format-md": "^2.0.0", - "mocha": "^6.0.2", + "mocha": "^10.1.0", "text-table": "^0.2.0", "time-diff": "^0.3.1" },