From 48a29d589750398e19650165e2515badf9e83d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 08:57:39 +0000 Subject: [PATCH] fix: bump minimatch from 10.0.3 to 10.1.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.0.3 to 10.1.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.0.3...v10.1.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 +++++--- plugins/monorepo/package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1b02f73b..7e3928fa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24126,8 +24126,10 @@ } }, "node_modules/minimatch": { - "version": "10.0.3", - "license": "ISC", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz", + "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==", + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/brace-expansion": "^5.0.0" }, @@ -32586,7 +32588,7 @@ "@dotcom-tool-kit/base": "^2.0.0", "@dotcom-tool-kit/logger": "^5.0.0", "@npmcli/map-workspaces": "^4.0.2", - "minimatch": "^10.0.3", + "minimatch": "^10.1.1", "pluralize": "^8.0.0", "zod": "^3.24.4" }, diff --git a/plugins/monorepo/package.json b/plugins/monorepo/package.json index 6d0e96912..0493fa144 100644 --- a/plugins/monorepo/package.json +++ b/plugins/monorepo/package.json @@ -34,7 +34,7 @@ "@dotcom-tool-kit/base": "^2.0.0", "@dotcom-tool-kit/logger": "^5.0.0", "@npmcli/map-workspaces": "^4.0.2", - "minimatch": "^10.0.3", + "minimatch": "^10.1.1", "pluralize": "^8.0.0", "zod": "^3.24.4" },