From b4da1dbf46cb918a7f174e884d5f6bfe61dfc8c9 Mon Sep 17 00:00:00 2001 From: "Joey C." <85616869+vkael@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:42:38 +0100 Subject: [PATCH 1/2] chore: update minimatch to ^10.2.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46ebacd5ade90..c2de0cd3d8e1a 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "libnpmteam": "^8.0.2", "libnpmversion": "^8.0.3", "make-fetch-happen": "^15.0.4", - "minimatch": "^10.2.2", + "minimatch": "^10.2.4", "minipass": "^7.1.3", "minipass-pipeline": "^1.2.4", "ms": "^2.1.2", From 041c8b3feca101594d5b8fe6839822ba0b50602d Mon Sep 17 00:00:00 2001 From: "Joey C." <85616869+vkael@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:49:30 +0100 Subject: [PATCH 2/2] Update package.json --- workspaces/arborist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 3b49201fe966b..77b240756a50f 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -20,7 +20,7 @@ "hosted-git-info": "^9.0.0", "json-stringify-nice": "^1.1.4", "lru-cache": "^11.2.1", - "minimatch": "^10.0.3", + "minimatch": "^10.2.4", "nopt": "^9.0.0", "npm-install-checks": "^8.0.0", "npm-package-arg": "^13.0.0",