Bumps the npm_and_yarn group with 2 updates in the / directory: @hono/node-server [QUARANTINED_URL: github.com] and fast-uri [QUARANTINED_URL: github.com].
Bumps the npm_and_yarn group with 2 updates in the /harness directory: fast-uri [QUARANTINED_URL: github.com] and undici [QUARANTINED_URL: github.com].
Updates @hono/node-server from 1.19.13 to 2.0.12
Release notes
Sourced from @hono/node-server's releases.
v2.0.12
What's Changed
Full Changelog: [QUARANTINED_URL: github.com]
v2.0.11
What's Changed
Full Changelog: [QUARANTINED_URL: github.com]
v2.0.10
Security fixes
This release includes a fix for the following security issue:
Unauthenticated memory-leak DoS via aborted WebSocket handshake
Affects: upgradeWebSocket. A WebSocket upgrade request with a missing or malformed Sec-WebSocket-Key header leaked the request's IncomingMessage and left a promise pending, even though no connection was established. Since the route is reachable pre-handshake without authentication, an attacker could flood it to gradually exhaust memory. GHSA-9mqv-5hh9-4cgg
Users of upgradeWebSocket are encouraged to upgrade to this version.
v2.0.9
What's Changed
New Contributors
Full Changelog: [QUARANTINED_URL: github.com]
v2.0.8
What's Changed
Full Changelog: [QUARANTINED_URL: github.com]
v2.0.7
What's Changed
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for @hono/node-server since your current version.
Updates fast-uri from 3.1.4 to 3.1.5
Release notes
Sourced from fast-uri's releases.
v3.1.5
⚠️ Security Warning
Fix for [QUARANTINED_URL: github.com]
Full Changelog: [QUARANTINED_URL: github.com]
Commits
Updates fast-uri from 3.1.4 to 3.1.5
Release notes
Sourced from fast-uri's releases.
v3.1.5
⚠️ Security Warning
Fix for [QUARANTINED_URL: github.com]
Full Changelog: [QUARANTINED_URL: github.com]
Commits
Updates undici from 6.27.0 to 6.28.0
Release notes
Sourced from undici's releases.
v6.28.0
⚠️ Security fixes
- GHSA-m8rv-5g2x-5cg5: a malicious
type property on a duck-typed blob-like HTTP/1.1 request body could inject CRLF sequences into the generated content-type header. Undici now coerces and validates the value before adding it to the request. Fixed by 740a0b7c.
- GHSA-8xcm-r25x-g524: the retry interceptor could expose a stale
Content-Length after resuming a partial response, potentially causing downstream response desynchronization, hangs, or corruption. Undici now rejects partial responses whose Content-Length is inconsistent with Content-Range. Fixed by cba3a52a, with corrected fixtures in 4fd5a0c6.
- GHSA-v3r7-h72x-cjcm: unsanitized
domain and unparsed values passed to setCookie() could inject cookie attributes. Undici now validates cookie domains, paths, and unparsed attributes more strictly. Fixed by af748404.
GHSA-4cwx-7wf7-3272 and GHSA-jr45-8vmc-qm54 affect the cache interceptor in Undici v7 and v8; Undici v6 is not in their affected version ranges.
Full Changelog: [QUARANTINED_URL: github.com]
Commits
01a912e Bumped v6.28.0 (#5591)
481ecfc Use Node 22 and npm 11 to release
740a0b7 fix: validate blob body content type
2698e49 fix: validate coerced header values for CRLF (#5579)
4fd5a0c test(retry): correct broken content-range fixtures in retry-handler.js
cba3a52 fix(retry): reject partial content length mismatch
af74840 fix: harden cookie domain, path, and unparsed attribute validation
- See full diff in compare view
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 <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
You can disable automated security fix PRs for this repo from the Security Alerts page [QUARANTINED_URL: github.com].
Bumps the npm_and_yarn group with 2 updates in the / directory: @hono/node-server [QUARANTINED_URL: github.com] and fast-uri [QUARANTINED_URL: github.com]. Bumps the npm_and_yarn group with 2 updates in the /harness directory: fast-uri [QUARANTINED_URL: github.com] and undici [QUARANTINED_URL: github.com].
Updates
@hono/node-serverfrom 1.19.13 to 2.0.12Release notes
Sourced from @hono/node-server's releases.
... (truncated)
Commits
a813b6c2.0.12caf48bafix(response): copy headers when init is a foreign Response (#382)3b1dd68test: replace supertest (#379)834e54f2.0.11ba72bcdperf(request): fast-path PATCH method (#380)962baa4perf(request): fast-path QUERY methods (#376)62284d6test: use a custom helper for path traversal tests (#377)7c1457e2.0.103a21938Merge commit from fork98420212.0.9Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@hono/node-serversince your current version.Updates
fast-urifrom 3.1.4 to 3.1.5Release notes
Sourced from fast-uri's releases.
Commits
5e179cbBumped v3.1.52cad02dMerge commit from forkUpdates
fast-urifrom 3.1.4 to 3.1.5Release notes
Sourced from fast-uri's releases.
Commits
5e179cbBumped v3.1.52cad02dMerge commit from forkUpdates
undicifrom 6.27.0 to 6.28.0Release notes
Sourced from undici's releases.
Commits
01a912eBumped v6.28.0 (#5591)481ecfcUse Node 22 and npm 11 to release740a0b7fix: validate blob body content type2698e49fix: validate coerced header values for CRLF (#5579)4fd5a0ctest(retry): correct broken content-range fixtures in retry-handler.jscba3a52fix(retry): reject partial content length mismatchaf74840fix: harden cookie domain, path, and unparsed attribute validationDependabot 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 <dependency name> major versionwill 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 versionwill 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 You can disable automated security fix PRs for this repo from the Security Alerts page [QUARANTINED_URL: github.com].