From 5c24a875f13b0bcb865ee5dc11402efde0d192b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 07:05:53 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [hono](https://github.com/honojs/hono) and [adm-zip](https://github.com/cthackers/adm-zip). Bumps the npm_and_yarn group with 1 update in the /cli directory: [adm-zip](https://github.com/cthackers/adm-zip). Updates `hono` from 4.12.25 to 4.12.27 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.25...v4.12.27) Updates `adm-zip` from 0.5.18 to 0.6.0 - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](https://github.com/cthackers/adm-zip/compare/v0.5.18...v0.6.0) Updates `adm-zip` from 0.5.18 to 0.6.0 - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](https://github.com/cthackers/adm-zip/compare/v0.5.18...v0.6.0) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.27 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: adm-zip dependency-version: 0.6.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: adm-zip dependency-version: 0.6.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- cli/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/package.json b/cli/package.json index a4680266cd..df4b71c5c5 100644 --- a/cli/package.json +++ b/cli/package.json @@ -247,7 +247,7 @@ "@typescript/native-preview": "7.0.0-dev.20260526.1", "@vercel/ncc": "^0.38.4", "@xterm/headless": "^6.0.0", - "adm-zip": "^0.5.17", + "adm-zip": "^0.6.0", "ci-info": "^4.4.0", "commander": "^14.0.3", "eslint": "^10.4.0", diff --git a/package.json b/package.json index a5503f9cde..c5002287b2 100644 --- a/package.json +++ b/package.json @@ -316,7 +316,7 @@ "dompurify": "^3.4.10", "drizzle-orm": "1.0.0-rc.3", "gsap": "^3.15.0", - "hono": "4.12.25", + "hono": "4.12.27", "mime": "^4.1.0", "pg": "^8.21.0", "pinia": "3.0.4", @@ -360,7 +360,7 @@ "@vitest/ui": "^4.1.9", "@vue/compiler-sfc": "3.5.38", "@vue/server-renderer": "3.5.38", - "adm-zip": "^0.5.17", + "adm-zip": "^0.6.0", "bun-types": "^1.3.14", "daisyui": "^5.5.23", "discord-api-types": "^0.38.48",