Skip to content

chore(deps): Bump the npm_and_yarn group across 9 directories with 1 update - #58

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/servers/ajv-tools/npm_and_yarn-50cf9d543c
Closed

chore(deps): Bump the npm_and_yarn group across 9 directories with 1 update#58
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/servers/ajv-tools/npm_and_yarn-50cf9d543c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 10, 2025

Copy link
Copy Markdown

Bumps the npm_and_yarn group with 1 update in the /examples/servers/ajv-tools directory: hono.
Bumps the npm_and_yarn group with 1 update in the /examples/servers/apps-sdk directory: hono.
Bumps the npm_and_yarn group with 1 update in the /examples/servers/calculator directory: hono.
Bumps the npm_and_yarn group with 1 update in the /examples/servers/output-schema-calculator directory: hono.
Bumps the npm_and_yarn group with 1 update in the /examples/servers/ping-server directory: hono.
Bumps the npm_and_yarn group with 1 update in the /examples/servers/prompts directory: hono.
Bumps the npm_and_yarn group with 1 update in the /examples/servers/resources directory: hono.
Bumps the npm_and_yarn group with 1 update in the /examples/servers/structured-content directory: hono.
Bumps the npm_and_yarn group with 1 update in the /examples/servers/zod-tools directory: hono.

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

Updates hono from 4.7.9 to 4.12.16

Release notes

Sourced from hono's releases.

v4.12.16

Security fixes

This release includes fixes for the following security issues:

Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection

Affects: hono/jsx. Fixes missing validation of JSX tag names when using jsx() or createElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432

bodyLimit() can be bypassed for chunked / unknown-length requests

Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v

v4.12.15

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.14...v4.12.15

v4.12.14

Security fixes

This release includes fixes for the following security issues:

Improper handling of JSX attribute names in hono/jsx SSR

Affects: hono/jsx. Fixes missing validation of JSX attribute names during server-side rendering, which could allow malformed attribute keys to corrupt the generated HTML output and inject unintended attributes or elements. GHSA-458j-xx4x-4375

Other changes

  • fix(aws-lambda): handle invalid header names in request processing (#4883) fa2c74fe

v4.12.13

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.12...v4.12.13

v4.12.12

Security fixes

This release includes fixes for the following security issues:

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 10, 2025
@ntotten

ntotten commented May 7, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

…update

Bumps the npm_and_yarn group with 1 update in the /examples/servers/ajv-tools directory: [hono](https://github.com/honojs/hono).
Bumps the npm_and_yarn group with 1 update in the /examples/servers/apps-sdk directory: [hono](https://github.com/honojs/hono).
Bumps the npm_and_yarn group with 1 update in the /examples/servers/calculator directory: [hono](https://github.com/honojs/hono).
Bumps the npm_and_yarn group with 1 update in the /examples/servers/output-schema-calculator directory: [hono](https://github.com/honojs/hono).
Bumps the npm_and_yarn group with 1 update in the /examples/servers/ping-server directory: [hono](https://github.com/honojs/hono).
Bumps the npm_and_yarn group with 1 update in the /examples/servers/prompts directory: [hono](https://github.com/honojs/hono).
Bumps the npm_and_yarn group with 1 update in the /examples/servers/resources directory: [hono](https://github.com/honojs/hono).
Bumps the npm_and_yarn group with 1 update in the /examples/servers/structured-content directory: [hono](https://github.com/honojs/hono).
Bumps the npm_and_yarn group with 1 update in the /examples/servers/zod-tools directory: [hono](https://github.com/honojs/hono).


Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.1 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.1 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.1 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.1 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.1 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.1 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.1 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.1 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.1 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.10 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.10 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.10 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.10 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.10 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.10 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.10 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.10 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.9.10 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

Updates `hono` from 4.7.9 to 4.12.16
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.7.9...v4.12.16)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
- dependency-name: hono
  dependency-version: 4.10.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/examples/servers/ajv-tools/npm_and_yarn-50cf9d543c branch from d59224c to 3922ceb Compare May 7, 2026 21:45
@dependabot
dependabot Bot requested review from Copilot and removed request for Copilot May 7, 2026 21:45
@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Author

Superseded by #72.

@dependabot dependabot Bot closed this Jun 30, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/examples/servers/ajv-tools/npm_and_yarn-50cf9d543c branch June 30, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant