From 0dbfd7153a8a1b2a8c26836f49b0d7d16eb1c9be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 21:38:48 +0000 Subject: [PATCH] fix: deps/npm/node_modules/@npmcli/map-workspaces/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- deps/npm/node_modules/@npmcli/map-workspaces/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/@npmcli/map-workspaces/package.json b/deps/npm/node_modules/@npmcli/map-workspaces/package.json index 2445c12f9c3081..a94cae68b04b59 100644 --- a/deps/npm/node_modules/@npmcli/map-workspaces/package.json +++ b/deps/npm/node_modules/@npmcli/map-workspaces/package.json @@ -50,7 +50,7 @@ }, "dependencies": { "@npmcli/name-from-folder": "^1.0.1", - "glob": "^7.1.6", + "glob": "^9.0.0", "minimatch": "^3.0.4", "read-package-json-fast": "^2.0.1" }