From 40546a00aa3928c742a1cdabd6d113faac281758 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 18:53:02 +0000 Subject: [PATCH] fix: workspaces/arborist/test/fixtures/selflink/node_modules/@scope/z/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- .../test/fixtures/selflink/node_modules/@scope/z/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/test/fixtures/selflink/node_modules/@scope/z/package.json b/workspaces/arborist/test/fixtures/selflink/node_modules/@scope/z/package.json index 273c2e99a0dfa..bbe69e16d00d9 100644 --- a/workspaces/arborist/test/fixtures/selflink/node_modules/@scope/z/package.json +++ b/workspaces/arborist/test/fixtures/selflink/node_modules/@scope/z/package.json @@ -2,6 +2,6 @@ "name":"@scope/z", "version":"1.2.3", "dependencies": { - "glob": "4" + "glob": "9.0.0" } }