Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(example): bump hono from 4.6.12 to 4.6.13 in /examples/nodejs-ho…
…no-rate-limit in the dependencies group (#2487) Bumps the dependencies group in /examples/nodejs-hono-rate-limit with 1 update: [hono](https://github.com/honojs/hono). Updates `hono` from 4.6.12 to 4.6.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/honojs/hono/releases">hono's releases</a>.</em></p> <blockquote> <h2>v4.6.13</h2> <h2>What's Changed</h2> <ul> <li>refactor: use <code>Array.prototype.at()</code> to look at the end by <a href="https://github.com/ryuapp"><code>@ryuapp</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/3703">honojs/hono#3703</a></li> <li>fix(aws-lambda): Fix query string handling for v1 by <a href="https://github.com/Holi0317"><code>@Holi0317</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/3717">honojs/hono#3717</a></li> <li>chore: Add Cloudflare Static Assets reference to serveStatic deprecation notice by <a href="https://github.com/ambergristle"><code>@ambergristle</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/3705">honojs/hono#3705</a></li> <li>fix(middleware/cors): explicitly return No Content for the statusText when handling an OPTIONS request by <a href="https://github.com/shawncarr"><code>@shawncarr</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/3719">honojs/hono#3719</a></li> <li>fix(utils/ipaddr): support IPv6-mapped IPv4 address by <a href="https://github.com/usualoma"><code>@usualoma</code></a> in <a href="https://redirect.github.com/honojs/hono/pull/3727">honojs/hono#3727</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Holi0317"><code>@Holi0317</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/3717">honojs/hono#3717</a></li> <li><a href="https://github.com/ambergristle"><code>@ambergristle</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/3705">honojs/hono#3705</a></li> <li><a href="https://github.com/shawncarr"><code>@shawncarr</code></a> made their first contribution in <a href="https://redirect.github.com/honojs/hono/pull/3719">honojs/hono#3719</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/honojs/hono/compare/v4.6.12...v4.6.13">https://github.com/honojs/hono/compare/v4.6.12...v4.6.13</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/honojs/hono/commit/50ff212a150ddfe41af58b2782b2446df64b591d"><code>50ff212</code></a> v4.6.13</li> <li><a href="https://github.com/honojs/hono/commit/af5affc5b48a9c56f3bc68879adf66180c28e70a"><code>af5affc</code></a> fix(utils/ipaddr): support IPv6-mapped IPv4 address (<a href="https://redirect.github.com/honojs/hono/issues/3727">#3727</a>)</li> <li><a href="https://github.com/honojs/hono/commit/fc8fb0f730d9ac93d75b6d6a09a575873e7396f8"><code>fc8fb0f</code></a> fix(middleware/cors): explicitly return No Content for statusText in options ...</li> <li><a href="https://github.com/honojs/hono/commit/80c7e225af5fd8f92b3a69015fe78c546b678ba9"><code>80c7e22</code></a> chore(cloudflare-workers): Add Cloudflare Static Assets reference to serveSta...</li> <li><a href="https://github.com/honojs/hono/commit/4af04a66bfbdd26861b9f3c4805cbe61f250a379"><code>4af04a6</code></a> fix(aws-lambda): Fix query string handling for v1 (<a href="https://redirect.github.com/honojs/hono/issues/3717">#3717</a>)</li> <li><a href="https://github.com/honojs/hono/commit/190e122180dda4b51e46cbe21a301ccbec1b1f3d"><code>190e122</code></a> refactor: use <code>Array.prototype.at()</code> to look at the end (<a href="https://redirect.github.com/honojs/hono/issues/3703">#3703</a>)</li> <li>See full diff in <a href="https://github.com/honojs/hono/compare/v4.6.12...v4.6.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hono&package-manager=npm_and_yarn&previous-version=4.6.12&new-version=4.6.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
- Loading branch information