diff --git a/package.json b/package.json index 30605151e..ed13baebd 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "form-data@<3.0.4": "3.0.4", "flatted@<=3.4.1": "3.4.2", "minimatch@<3.1.4": "3.1.4", - "minimatch@>=9.0.0 <9.0.7": "9.0.7", + "minimatch@>=9.0.0 <9.0.7": "9.0.9", "lodash@<=4.17.23": "4.18.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4f7554eb5..b4aa0e126 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,7 @@ overrides: form-data@<3.0.4: 3.0.4 flatted@<=3.4.1: 3.4.2 minimatch@<3.1.4: 3.1.4 - minimatch@>=9.0.0 <9.0.7: 9.0.7 + minimatch@>=9.0.0 <9.0.7: 9.0.9 lodash@<=4.17.23: 4.18.1 importers: @@ -1592,7 +1592,7 @@ packages: '@typescript-eslint/types': 8.53.1 '@typescript-eslint/visitor-keys': 8.53.1 debug: 4.4.3 - minimatch: 9.0.7 + minimatch: 9.0.9 semver: 7.7.3 tinyglobby: 0.2.15 ts-api-utils: 2.5.0(typescript@5.9.3) @@ -2024,6 +2024,12 @@ packages: balanced-match: 1.0.2 concat-map: 0.0.1 + /brace-expansion@2.1.0: + resolution: {integrity: sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==} + dependencies: + balanced-match: 1.0.2 + dev: true + /brace-expansion@5.0.5: resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==} engines: {node: 18 || 20 || >=22} @@ -5097,11 +5103,11 @@ packages: brace-expansion: 1.1.11 dev: true - /minimatch@9.0.7: - resolution: {integrity: sha512-MOwgjc8tfrpn5QQEvjijjmDVtMw2oL88ugTevzxQnzRLm6l3fVEF2gzU0kYeYYKD8C66+IdGX6peJ4MyUlUnPg==} + /minimatch@9.0.9: + resolution: {integrity: sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==} engines: {node: '>=16 || 14 >=14.17'} dependencies: - brace-expansion: 5.0.5 + brace-expansion: 2.1.0 dev: true /minimist@1.2.8: