From 2790599c70bf90b10be2c27d3d7c488f1ce415d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 22:43:47 +0000 Subject: [PATCH] chore(deps): bump minimatch from 9.0.3 to 10.2.5 Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.3 to 10.2.5. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.3...v10.2.5) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 ++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index af74e2852bb..81fa1b23507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "linguist-js": "^2.6.1", "marked": "^7.0.5", "memory-cache": "^0.2.0", - "minimatch": "^9.0.3", + "minimatch": "^10.2.5", "open-graph-scraper": "^6.11.0", "png-js": "^2.0.0", "prismjs": "^1.29.0", @@ -7174,19 +7174,41 @@ } }, "node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^5.0.5" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "18 || 20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/minimatch/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/minimatch/node_modules/brace-expansion": { + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz", + "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==", + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, "node_modules/minipass": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", diff --git a/package.json b/package.json index de604a44db8..b86f64994aa 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "linguist-js": "^2.6.1", "marked": "^7.0.5", "memory-cache": "^0.2.0", - "minimatch": "^9.0.3", + "minimatch": "^10.2.5", "open-graph-scraper": "^6.11.0", "png-js": "^2.0.0", "prismjs": "^1.29.0",