From 6e8c57dd2a77315b56ea63b45f535cbc220c1654 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:51:01 +0200 Subject: [PATCH] chore(deps): update dependency @types/yauzl to v3 (#10967) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 14 +++++++++++--- pnpm-workspace.yaml | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e6de7d520..002f04a84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ catalogs: specifier: ^8.18.1 version: 8.18.1 '@types/yauzl': - specifier: ^2.10.3 - version: 2.10.3 + specifier: ^3.4.0 + version: 3.4.0 '@unocss/reset': specifier: ^66.7.5 version: 66.7.5 @@ -1168,7 +1168,7 @@ importers: version: 19.2.18 '@types/yauzl': specifier: 'catalog:' - version: 2.10.3 + version: 3.4.0 '@vitejs/plugin-basic-ssl': specifier: ^2.3.0 version: 2.3.0(vite@8.0.11(@types/node@24.13.3)(esbuild@0.28.1)(jiti@2.7.0)(sass-embedded@1.100.0)(sass@1.100.0)(terser@5.48.0)(tsx@4.23.12)(yaml@2.9.0)) @@ -5160,6 +5160,9 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} + '@types/yauzl@3.4.0': + resolution: {integrity: sha512-NRPn5w6h8dhcnmx3YIRQcqMywY/+nND/uOkJessedcrowO3C0AssHp3tMJpxKAwOhFOo0OV1y9VtsC5hbKKBAw==} + '@typescript-eslint/eslint-plugin@8.66.0': resolution: {integrity: sha512-p088eaGrzYz1s+7cov0aMOCkNGTJlVxF4jgubf28c8L0Cv9Rloj8YBHnv4hXLq6IIEE1AsjNWavO+k+8kP2Y0A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -13626,6 +13629,11 @@ snapshots: '@types/yauzl@2.10.3': dependencies: '@types/node': 24.13.3 + optional: true + + '@types/yauzl@3.4.0': + dependencies: + '@types/node': 24.13.3 '@typescript-eslint/eslint-plugin@8.66.0(@typescript-eslint/parser@8.66.0(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3))(eslint@10.8.1(jiti@2.7.0)(supports-color@8.1.1))(supports-color@8.1.1)(typescript@5.9.3)': dependencies: diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 096621396..e5f51f76e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -66,7 +66,7 @@ catalog: '@types/node': 24.13.3 '@types/semver': ^7.8.0 '@types/ws': ^8.18.1 - '@types/yauzl': ^2.10.3 + '@types/yauzl': ^3.4.0 '@unocss/reset': ^66.7.5 '@vitejs/plugin-vue': ^6.0.8 '@vueuse/core': ^14.4.0 -- 2.51.2