build(deps): bump hono from 4.13.0 to 4.13.7 in /plugins/copilot-plugin/mcp-server - #442
Merged
Connor Peet (connor4312) merged 1 commit intoSep 11, 2026
Conversation
Bumps [hono](https://github.com/honojs/hono) from 4.13.0 to 4.13.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.13.0...v4.13.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.13.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
yes i will
Den tors 10 sep. 2026 02:20dependabot[bot] ***@***.***> skrev:
… Bumps hono <https://github.com/honojs/hono> from 4.13.0 to 4.13.7.
Release notes
*Sourced from hono's releases <https://github.com/honojs/hono/releases>.*
v4.13.7 Security fixes
This release includes a fix for the following security issue:
hono/jsx renders plain strings unescaped in boundary components, leading
to XSS
Affects: Suspense, ErrorBoundary, and Context.Provider in hono/jsx, and
renderToString() / renderToReadableStream() in hono/jsx/dom/server. Fixes
missing HTML escaping for a plain string placed directly as a child or
fallback of these components, or as the root value of the server
rendering functions, so untrusted strings could be emitted as markup.
GHSA-hxh3-vqpv-xpqv
<https://github.com/honojs/hono/security/advisories/GHSA-hxh3-vqpv-xpqv>
------------------------------
Users who render untrusted strings inside Suspense, ErrorBoundary, or
Context.Provider, or pass them directly to hono/jsx/dom/server, are
strongly encouraged to upgrade to this version.
v4.13.6 What's Changed
- fix(client): keep a param value of "index" in $url() and $path() in
honojs/hono#5297 <https://redirect.github.com/honojs/hono/pull/5297>
- fix(client): normalize root WebSocket URLs in honojs/hono#5291
<https://redirect.github.com/honojs/hono/pull/5291>
- fix(types): allow symbol keys in Context get and set fallbacks in
honojs/hono#5300 <https://redirect.github.com/honojs/hono/pull/5300>
- chore: bump editorconfig-checker in honojs/hono#5336
<https://redirect.github.com/honojs/hono/pull/5336>
- refactor(on-handler): use forEach for consistent handler iteration
in honojs/hono#5326 <https://redirect.github.com/honojs/hono/pull/5326>
*Full Changelog*: ***@***.***
<honojs/hono@v4.13.5...v4.13.6>
v4.13.5 Security fixes
This release includes fixes for the following security issues:
Query parser reads parameters after the URL fragment, causing cache-key
and proxy interpretation differentials
Affects: Cache Middleware and applications behind a proxy, WAF, or logging
layer that inspects query strings. Fixes query parsing that did not stop at
the URL fragment, so a ? after a # was treated as the start of a query
string and the application could read parameters that the other component
never saw. GHSA-crvj-82cr-hjcx
<https://github.com/advisories/GHSA-crvj-82cr-hjcx>
Incomplete fix for CVE-2026-39408
<https://github.com/advisories/GHSA-xf4j-xp2r-rqqx>: toSSG() still writes
files outside the output directory
Affects: toSSG() for Static Site Generation. Fixes a path normalization
gap where consecutive parent-directory segments in ssgParams values were
not fully collapsed, bypassing the containment check added in 4.12.12.
GHSA-gqvv-2mrq-wpjv <https://github.com/advisories/GHSA-gqvv-2mrq-wpjv>
Unbounded dot-notation nesting in parseBody() can cause memory exhaustion
Affects: parseBody() when dot-notation parsing is enabled. Fixes
unbounded expansion of dot-separated field names, where a small request
body could allocate a disproportionately large object graph and concurrent
requests could exhaust the heap. GHSA-g6gw-c38x-mqfc
<https://github.com/advisories/GHSA-g6gw-c38x-mqfc>
------------------------------
Users who use Cache Middleware, deploy behind a proxy or WAF that inspects
query strings, use Static Site Generation, or use parseBody({ dot: true })
are strongly encouraged to upgrade to this version.
v4.13.4 What's Changed
- fix(request): handle params on unmatched requests in honojs/hono#5268
<https://redirect.github.com/honojs/hono/pull/5268>
- fix(jsx/dom): execute previous ref cleanup when ref prop changes on
re-render in honojs/hono#5264
<https://redirect.github.com/honojs/hono/pull/5264>
- fix(reg-exp-router): associate wildcard middleware with matching
routes in honojs/hono#5266
<https://redirect.github.com/honojs/hono/pull/5266>
- perf(router): share null object creation in honojs/hono#5267
<https://redirect.github.com/honojs/hono/pull/5267>
... (truncated)
Commits
- eebdf7b
<honojs/hono@eebdf7b>
4.13.7
- 2b8ed40
<honojs/hono@2b8ed40>
Merge commit from fork
- cac0c4d
<honojs/hono@cac0c4d>
4.13.6
- dac5d57
<honojs/hono@dac5d57>
refactor(on-handler): use forEach for consistent handler iteration (
#5326 <https://redirect.github.com/honojs/hono/issues/5326>)
- ec648d6
<honojs/hono@ec648d6>
chore: bump editorconfig-checker (#5336
<https://redirect.github.com/honojs/hono/issues/5336>)
- e2740d5
<honojs/hono@e2740d5>
fix(types): allow symbol keys in Context<any> get and set fallbacks (
#5300 <https://redirect.github.com/honojs/hono/issues/5300>)
- 499c35e
<honojs/hono@499c35e>
fix(client): normalize root WebSocket URLs (#5291
<https://redirect.github.com/honojs/hono/issues/5291>)
- 50b8788
<honojs/hono@50b8788>
fix(client): keep a param value of "index" in $url() and $path() (#5297
<https://redirect.github.com/honojs/hono/issues/5297>)
- 06880c4
<honojs/hono@06880c4>
4.13.5
- 531e9c5
<honojs/hono@531e9c5>
Merge commit from fork
- Additional commits viewable in compare view
<honojs/hono@v4.13.0...v4.13.7>
[image: Dependabot compatibility score]
<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 commands and options
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 show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security
Alerts page
<https://github.com/microsoft/agent-host-protocol/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#442
Commit Summary
- e9d64ec
<e9d64ec>
build(deps): bump hono in /plugins/copilot-plugin/mcp-server
File Changes
(1 file <https://github.com/microsoft/agent-host-protocol/pull/442/files>)
- *M* plugins/copilot-plugin/mcp-server/package-lock.json
<https://github.com/microsoft/agent-host-protocol/pull/442/files#diff-1ebc88f77d63c1dd8967b174fe27cb12a327343dd6f5511b39f5bcee9f4507a4>
(6)
Patch Links:
- https://github.com/microsoft/agent-host-protocol/pull/442.patch
- https://github.com/microsoft/agent-host-protocol/pull/442.diff
—
Reply to this email directly, view it on GitHub
<#442?email_source=notifications&email_token=CNL2HAFFO2RYKMEEZ2IHMST5OHXVNA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF42DIOJQGU3TOMJVGSTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVRTG633UMVZF6Y3MNFRWW>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/CNL2HABKOZYUFGI6CQ3Q64D5OHXVNAVCNFSNUABGKJSXA33TNF2G64TZHMYTCOBQGMZTCNJXGE5US43TOVSTWNJUGA3DCNJRGU2DBILWAI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/CNL2HABO2LT7OWQVWBKW7635OHXVNA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF42DIOJQGU3TOMJVGSTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVJTG633UMVZF62LPOM>
and Android
<https://github.com/notifications/mobile/android/CNL2HAA3CXJBRD63BAIPUKL5OHXVNA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF42DIOJQGU3TOMJVGSTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVZTG633UMVZF6YLOMRZG62LE>.
Download it today!
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Connor Peet (connor4312)
approved these changes
Sep 11, 2026
Connor Peet (connor4312)
deleted the
dependabot/npm_and_yarn/plugins/copilot-plugin/mcp-server/hono-4.13.7
branch
September 11, 2026 15:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps hono from 4.13.0 to 4.13.7.
Release notes
Sourced from hono's releases.
... (truncated)
Commits
eebdf7b4.13.72b8ed40Merge commit from forkcac0c4d4.13.6dac5d57refactor(on-handler): use forEach for consistent handler iteration (#5326)ec648d6chore: bumpeditorconfig-checker(#5336)e2740d5fix(types): allow symbol keys in Context<any> get and set fallbacks (#5300)499c35efix(client): normalize root WebSocket URLs (#5291)50b8788fix(client): keep a param value of "index" in $url() and $path() (#5297)06880c44.13.5531e9c5Merge commit from forkDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.