From 7a3bcc1d3649ce09d11236e811720d335b962d82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 01:08:05 +0000 Subject: [PATCH] fix: packages/get-workspaces/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- packages/get-workspaces/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/get-workspaces/package.json b/packages/get-workspaces/package.json index 2ba271891..845c7ac41 100644 --- a/packages/get-workspaces/package.json +++ b/packages/get-workspaces/package.json @@ -9,7 +9,7 @@ "dependencies": { "@changesets/types": "^3.0.0", "fs-extra": "^7.0.1", - "globby": "^9.2.0", + "globby": "^11.0.0", "read-yaml-file": "^1.1.0" }, "devDependencies": {}