From 5afab90134d572bf9fd63386d307ea3e255402ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:17:29 +0000 Subject: [PATCH] Bump minimatch from 9.0.5 to 10.0.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.0.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.5...v10.0.1) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/codetypo/package.json | 2 +- pnpm-lock.yaml | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/codetypo/package.json b/packages/codetypo/package.json index 8f219e12..a136b058 100644 --- a/packages/codetypo/package.json +++ b/packages/codetypo/package.json @@ -109,6 +109,6 @@ "@types/micromatch": "^4.0.9", "@types/semver": "^7.5.8", "micromatch": "^4.0.8", - "minimatch": "^9.0.5" + "minimatch": "^10.0.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 87bacf6a..29bff9e8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -294,8 +294,8 @@ importers: specifier: ^4.0.8 version: 4.0.8 minimatch: - specifier: ^9.0.5 - version: 9.0.5 + specifier: ^10.0.1 + version: 10.0.1 packages/codetypo-bundled-dicts: dependencies: @@ -7543,6 +7543,10 @@ packages: minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + minimatch@10.0.1: + resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} + engines: {node: 20 || >=22} + minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -18733,6 +18737,10 @@ snapshots: minimalistic-assert@1.0.1: {} + minimatch@10.0.1: + dependencies: + brace-expansion: 2.0.1 + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11