From 88ce4e05bd1210c566800ae54a43e57f3f3055ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 06:44:56 +0000 Subject: [PATCH] chore(deps-dev): bump minimatch from 9.0.5 to 10.2.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.2.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.5...v10.2.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/app/package.json | 2 +- yarn.lock | 15 ++++++++++++--- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9a8ab8d63..6f631c85d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/js-yaml": "^4.0.5", "@types/node": "^24.0.0", "js-yaml": "^4.1.0", - "minimatch": "^9.0.0", + "minimatch": "^10.2.1", "nx": "^21.0.0", "prettier": "^3.0.0", "prettier-plugin-organize-imports": "^4.1.0", diff --git a/packages/app/package.json b/packages/app/package.json index 21626fbec..5f9b12038 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -142,7 +142,7 @@ "eslint-plugin-wdio": "^9.0.0", "js-yaml": "^4.1.0", "memfs": "^4.0.0", - "minimatch": "^9.0.0", + "minimatch": "^10.2.1", "prettier": "^3.0.0", "prettier-plugin-organize-imports": "^4.1.0", "react": "19.1.0", diff --git a/yarn.lock b/yarn.lock index f6da6796b..30e11458b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2655,7 +2655,7 @@ __metadata: "@types/js-yaml": "npm:^4.0.5" "@types/node": "npm:^24.0.0" js-yaml: "npm:^4.1.0" - minimatch: "npm:^9.0.0" + minimatch: "npm:^10.2.1" nx: "npm:^21.0.0" prettier: "npm:^3.0.0" prettier-plugin-organize-imports: "npm:^4.1.0" @@ -10755,6 +10755,15 @@ __metadata: languageName: node linkType: hard +"minimatch@npm:^10.2.1": + version: 10.2.2 + resolution: "minimatch@npm:10.2.2" + dependencies: + brace-expansion: "npm:^5.0.2" + checksum: 10c0/098831f2f542cb802e1f249c809008a016e1fef6b3a9eda9cf9ecb2b3d7979083951bd47c0c82fcf34330bd3b36638a493d4fa8e24cce58caf5b481de0f4e238 + languageName: node + linkType: hard + "minimatch@npm:^3.0.4, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": version: 3.1.2 resolution: "minimatch@npm:3.1.2" @@ -10773,7 +10782,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4": +"minimatch@npm:^9.0.4": version: 9.0.5 resolution: "minimatch@npm:9.0.5" dependencies: @@ -12359,7 +12368,7 @@ __metadata: fast-xml-parser: "npm:^5.3.4" js-yaml: "npm:^4.1.0" memfs: "npm:^4.0.0" - minimatch: "npm:^9.0.0" + minimatch: "npm:^10.2.1" prettier: "npm:^3.0.0" prettier-plugin-organize-imports: "npm:^4.1.0" prompts: "npm:^2.4.0"