From 1571f9349889d4332b4344aa68c82a849d56c0af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 17:18:36 +0000 Subject: [PATCH] fix(deps): update dependency minimatch to v10 --- packages/typescript-estree/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/typescript-estree/package.json b/packages/typescript-estree/package.json index 9a4932de5a5..5664316f76e 100644 --- a/packages/typescript-estree/package.json +++ b/packages/typescript-estree/package.json @@ -57,7 +57,7 @@ "debug": "^4.3.4", "fast-glob": "^3.3.2", "is-glob": "^4.0.3", - "minimatch": "^9.0.4", + "minimatch": "^10.0.0", "semver": "^7.6.0", "ts-api-utils": "^2.1.0" }, diff --git a/yarn.lock b/yarn.lock index e20c122fbd3..2b94fcaf065 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5605,7 +5605,7 @@ __metadata: fast-glob: ^3.3.2 glob: "*" is-glob: ^4.0.3 - minimatch: ^9.0.4 + minimatch: ^10.0.0 prettier: ^3.2.5 rimraf: "*" semver: ^7.6.0