From 17aa53106540dd550c86fe78b3683ed317ade6fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:38:22 +0000 Subject: [PATCH] chore(deps): update dependency minimatch@>=10.0.0 <10.2.3 to v10.2.6 --- pnpm-lock.yaml | 24 ++++++++++++++++++++---- pnpm-workspace.yaml | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f1ee2e444..69f4a889d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ overrides: path-to-regexp@>=6.0.0 <6.3.0: 6.3.0 path-to-regexp@>=8.0.0 <8.4.0: 8.4.2 tar@>=7.0.0 <7.5.8: 7.5.22 - minimatch@>=10.0.0 <10.2.3: 10.2.5 + minimatch@>=10.0.0 <10.2.3: 10.2.6 undici@>=5.0.0 <5.28.5: 5.28.5 undici@>=6.0.0 <6.27.0: 6.28.0 undici@>=7.0.0 <7.28.0: 7.29.0 @@ -1730,6 +1730,10 @@ packages: resolution: {integrity: sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==} engines: {node: 18 || 20 || >=22} + brace-expansion@5.0.8: + resolution: {integrity: sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==} + engines: {node: 20 || >=22} + braces@3.0.3: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} @@ -2579,6 +2583,10 @@ packages: resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} engines: {node: 18 || 20 || >=22} + minimatch@10.2.6: + resolution: {integrity: sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==} + engines: {node: 18 || 20 || >=22} + minimatch@3.1.5: resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==} @@ -4662,7 +4670,7 @@ snapshots: '@typescript-eslint/types': 8.65.0 '@typescript-eslint/visitor-keys': 8.65.0 debug: 4.4.3(supports-color@7.2.0) - minimatch: 10.2.5 + minimatch: 10.2.6 semver: 7.8.5 tinyglobby: 0.2.17 ts-api-utils: 2.5.0(typescript@6.0.3) @@ -4814,7 +4822,7 @@ snapshots: '@renovatebot/pep440': 4.2.1 fs-extra: 11.1.1 js-yaml: 4.3.0 - minimatch: 10.2.5 + minimatch: 10.2.6 smol-toml: 1.7.1 zod: 3.22.4 @@ -5061,6 +5069,10 @@ snapshots: dependencies: balanced-match: 4.0.4 + brace-expansion@5.0.8: + dependencies: + balanced-match: 4.0.4 + braces@3.0.3: dependencies: fill-range: 7.1.1 @@ -5578,7 +5590,7 @@ snapshots: glob@13.0.6: dependencies: - minimatch: 10.2.5 + minimatch: 10.2.6 minipass: 7.1.3 path-scurry: 2.0.2 @@ -5941,6 +5953,10 @@ snapshots: dependencies: brace-expansion: 5.0.6 + minimatch@10.2.6: + dependencies: + brace-expansion: 5.0.8 + minimatch@3.1.5: dependencies: brace-expansion: 1.1.16 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 3309b9274..13e6f901f 100755 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -39,7 +39,7 @@ overrides: 'path-to-regexp@>=6.0.0 <6.3.0': '6.3.0' 'path-to-regexp@>=8.0.0 <8.4.0': '8.4.2' 'tar@>=7.0.0 <7.5.8': '7.5.22' - 'minimatch@>=10.0.0 <10.2.3': '10.2.5' + 'minimatch@>=10.0.0 <10.2.3': '10.2.6' 'undici@>=5.0.0 <5.28.5': '5.28.5' 'undici@>=6.0.0 <6.27.0': '6.28.0' 'undici@>=7.0.0 <7.28.0': '7.29.0'