diff --git a/package.json b/package.json index 9a8ab8d63..9ed0c9dee 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.0.0", "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..863b72cfe 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.0.0", "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..006087ffd 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.0.0" nx: "npm:^21.0.0" prettier: "npm:^3.0.0" prettier-plugin-organize-imports: "npm:^4.1.0" @@ -10746,12 +10746,12 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^10.1.1, minimatch@npm:^10.2.0": - version: 10.2.0 - resolution: "minimatch@npm:10.2.0" +"minimatch@npm:^10.0.0, minimatch@npm:^10.1.1, minimatch@npm:^10.2.0": + version: 10.2.2 + resolution: "minimatch@npm:10.2.2" dependencies: brace-expansion: "npm:^5.0.2" - checksum: 10c0/256e72812bb99a86cdc788bf46a4da3f6e139db9123e20ed85a6795b93fdc0b76468ac511eb5535a023adb02a53fd598f971e990d0ca3bd6de6d41ea0199def1 + checksum: 10c0/098831f2f542cb802e1f249c809008a016e1fef6b3a9eda9cf9ecb2b3d7979083951bd47c0c82fcf34330bd3b36638a493d4fa8e24cce58caf5b481de0f4e238 languageName: node linkType: hard @@ -10773,7 +10773,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 +12359,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.0.0" prettier: "npm:^3.0.0" prettier-plugin-organize-imports: "npm:^4.1.0" prompts: "npm:^2.4.0"