From 85c60f01f5511a51778413fbf732d7fed798506f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 00:05:37 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/test-exclude/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/test-exclude/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/test-exclude/package.json b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/test-exclude/package.json index 86fab353510e2..96ca43819b6dd 100644 --- a/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/test-exclude/package.json +++ b/workspaces/arborist/test/fixtures/tap-with-yarn-lock/node_modules/test-exclude/package.json @@ -27,7 +27,7 @@ }, "homepage": "https://istanbul.js.org/", "dependencies": { - "glob": "^7.1.3", + "glob": "^9.0.0", "minimatch": "^3.0.4", "read-pkg-up": "^4.0.0", "require-main-filename": "^2.0.0"