From 4f63705b3f982c08765edcc92d5876b3f21b1595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:34:14 +0000 Subject: [PATCH] build(deps): bump minimatch in the npm-minor-and-patch group Bumps the npm-minor-and-patch group with 1 update: [minimatch](https://github.com/isaacs/minimatch). Updates `minimatch` from 10.2.5 to 10.2.6 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.2.5...v10.2.6) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5aa3612..0bae6aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "fast-glob": "^3.3.3", "form-data": "^4.0.4", "inquirer": "^14.0.2", - "minimatch": "^10.2.1", + "minimatch": "^10.2.6", "ora": "^9.4.1", "p-limit": "^7.3.1", "php-parser": "3.7.0", @@ -7418,12 +7418,12 @@ } }, "node_modules/minimatch": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", - "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "version": "10.2.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz", + "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==", "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^5.0.5" + "brace-expansion": "^5.0.8" }, "engines": { "node": "18 || 20 || >=22" diff --git a/package.json b/package.json index f9f6443..2a4a924 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "fast-glob": "^3.3.3", "form-data": "^4.0.4", "inquirer": "^14.0.2", - "minimatch": "^10.2.1", + "minimatch": "^10.2.6", "ora": "^9.4.1", "p-limit": "^7.3.1", "php-parser": "3.7.0",