From 828d92fca44503684140829142f1258275604705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 01:35:01 +0000 Subject: [PATCH] chore(deps): update dependency minimatch to v10 --- packages/plugin-code-blocks/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-code-blocks/package.json b/packages/plugin-code-blocks/package.json index d17d4c92..64f56772 100644 --- a/packages/plugin-code-blocks/package.json +++ b/packages/plugin-code-blocks/package.json @@ -42,7 +42,7 @@ }, "peerDependencies": { "typedoc": "^0.23.0", - "minimatch": "^5.1.0 || ^8.0.0 || ^9.0.0" + "minimatch": "^5.1.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" }, "devDependencies": { "@knodes/eslint-config": "^1.6.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 609180d1..249828cb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,7 +60,7 @@ importers: specifier: ^4.17.21 version: 4.17.21 minimatch: - specifier: ^5.1.0 || ^8.0.0 || ^9.0.0 + specifier: ^5.1.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 version: 9.0.5 devDependencies: '@knodes/eslint-config':