chore(deps): bump hono from 4.12.21 to 4.12.25 in /apps/backend in the npm_and_yarn group across 1 directory#25
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the npm_and_yarn group with 1 update in the /apps/backend directory: [hono](https://github.com/honojs/hono). Updates `hono` from 4.12.21 to 4.12.25 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.21...v4.12.25) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.25 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
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 the npm_and_yarn group with 1 update in the /apps/backend directory: hono.
Updates
honofrom 4.12.21 to 4.12.25Release notes
Sourced from hono's releases.
... (truncated)
Commits
fce483e4.12.25751ba41Merge commit from forkf0b094dMerge commit from forkfa5f9bfMerge commit from fork3892a6cMerge commit from fork74c2cf8test(aws-lambda): update integration tests (#5012)7ae7cbaMerge commit from fork1b13848chore(ci): bump codecov-action to v7.0.0 (#5011)5fdde5a4.12.24c78932dfix(utils/ipaddr): render the unspecified address binary as "::" (#4998)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 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Greptile Summary
This PR is a Dependabot security bump of
honofrom 4.12.21 to 4.12.25 inapps/backend. The four-patch span addresses five CVEs in hono middleware and adapters.%5C(GHSA-wwfh-h76j-fc44), Set-Cookie merging on ALB/Lattice (GHSA-j6c9-x7qj-28xf), and repeated header drop on Lambda@Edge (GHSA-wgpf-jwqj-8h8p) are all patched.apps/backend/srcconfirms none of the affected middleware (hono/cors,hono/body-limit,serveStatic,hono/aws-lambda,hono/lambda-edge) are imported, so exposure is limited even on the prior version; upgrading is still the right call.Confidence Score: 5/5
Safe to merge — this is a focused patch-level security update with no API changes.
The only change is a version pin update for hono. None of the five patched middleware modules (cors, body-limit, serve-static, aws-lambda, lambda-edge) are imported anywhere in apps/backend/src, so there is no risk of regressions from the fixes and no exposure to the addressed vulnerabilities on the current version either. The bump is purely additive and safe.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[hono 4.12.21] -->|bump| B[hono 4.12.25] B --> C{Affected middleware\nin this codebase?} C -->|hono/cors| D[Not used ✓] C -->|hono/body-limit| E[Not used ✓] C -->|serveStatic| F[Not used ✓] C -->|hono/aws-lambda| G[Not used ✓] C -->|hono/lambda-edge| H[Not used ✓]%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% flowchart TD A[hono 4.12.21] -->|bump| B[hono 4.12.25] B --> C{Affected middleware\nin this codebase?} C -->|hono/cors| D[Not used ✓] C -->|hono/body-limit| E[Not used ✓] C -->|serveStatic| F[Not used ✓] C -->|hono/aws-lambda| G[Not used ✓] C -->|hono/lambda-edge| H[Not used ✓]Reviews (1): Last reviewed commit: "chore(deps): bump hono" | Re-trigger Greptile