From fc29c13d4c7cb88a5c244ffabccede998d991bbe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 16:43:36 +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 987298c3d93a03..3722a9dc557358 100644 --- a/deps/npm/node_modules/@npmcli/map-workspaces/package.json +++ b/deps/npm/node_modules/@npmcli/map-workspaces/package.json @@ -49,7 +49,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" },