chore(deps-dev): bump hono from 4.12.4 to 4.12.16 in /packages/hono#95
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps-dev): bump hono from 4.12.4 to 4.12.16 in /packages/hono#95dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [hono](https://github.com/honojs/hono) from 4.12.4 to 4.12.16. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.4...v4.12.16) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.16 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Superseded by #97. |
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.12.4 to 4.12.16.
Release notes
Sourced from hono's releases.
... (truncated)
Commits
90d41824.12.16db05b96Merge commit from fork614b834Merge commit from fork027e3dffix(method-override): handle Content-Type with charset parameter (#4894)f774f8d4.12.1518fe604fix(jwt): support single-line PEM keys (#4889)cf2d2b74.12.1466daa2eMerge commit from forkfa2c74ffix(aws-lambda): handle invalid header names in request processing (#4883)37799274.12.13Dependabot 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.
Greptile Summary
This is a Dependabot-generated bump of the
honodevDependency from 4.12.4 to 4.12.16 in the@better-webhook/honoadapter package, picking up three security advisories (GHSA-69xw-7hcm-h432, GHSA-9vqf-7f2p-gf9v, GHSA-458j-xx4x-4375) along with several bug fixes.peerDependenciesrange remains\"^4.0.0\", meaning downstream consumers can still resolve to any vulnerable 4.x version.packages/hono/package.jsonis modified.Confidence Score: 3/5
Safe to merge for the CI environment, but downstream consumers of the published package can still resolve vulnerable hono versions via the unchanged peer dependency range.
The devDependency update patches the test environment, but the peerDependency constraint
^4.0.0leaves consumers free to install any 4.x hono version, including those with three security advisories around JSX injection and body-limit bypass.packages/hono/package.json — the peerDependency range needs to be tightened alongside the devDependency bump.
Security Review
packages/hono/package.json): ThepeerDependenciesrange^4.0.0permits consumers to install hono versions containing three patched CVEs — JSX tag-name HTML injection (GHSA-69xw-7hcm-h432),bodyLimit()bypass for chunked requests (GHSA-9vqf-7f2p-gf9v), and JSX attribute injection in SSR (GHSA-458j-xx4x-4375). The devDependency update does not protect library consumers from these vulnerabilities.Important Files Changed
^4.0.0, allowing consumers to resolve vulnerable versions.Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["@better-webhook/hono\npublished package"] -->|peerDependency ^4.0.0| B{Consumer resolves hono} B -->|resolves < 4.12.14| C["❌ Vulnerable\nGHSA-69xw-7hcm-h432\nGHSA-9vqf-7f2p-gf9v\nGHSA-458j-xx4x-4375"] B -->|resolves >= 4.12.16| D["✅ Patched"] A -->|devDependency 4.12.16| E["CI / Tests\n✅ Patched"]Comments Outside Diff (1)
packages/hono/package.json, line 59 (link)The
peerDependenciesconstraint"hono": "^4.0.0"permits any 4.x release, including versions below 4.12.14 that contain the security vulnerabilities patched in this series (GHSA-69xw-7hcm-h432 — JSX tag-name HTML injection; GHSA-9vqf-7f2p-gf9v —bodyLimit()bypass for chunked requests; GHSA-458j-xx4x-4375 — JSX attribute injection). This bump updates the devDependency used in CI, but consumers of@better-webhook/honowho resolve the peer to an older 4.x version remain exposed. Tightening the constraint to">=4.12.16"(or"^4.12.16") would signal to package managers that the vulnerable range is unsafe.Prompt To Fix With AI
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "chore(deps-dev): bump hono from 4.12.4 t..." | Re-trigger Greptile