-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Upgrade hono from 4.6.12 to 4.6.17 #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
[Snyk] Upgrade hono from 4.6.12 to 4.6.17 #65
Conversation
Snyk has created this PR to upgrade hono from 4.6.12 to 4.6.17. See this package in npm: hono See this project in Snyk: https://app.snyk.io/org/nerds-github/project/7ac3a559-e245-43bc-aea8-6d68ed454985?utm_source=github&utm_medium=referral&page=upgrade-pr
Reviewer's Guide by SourceryThis PR upgrades the hono dependency from 4.6.12 to 4.6.17 by modifying the version number in the package.json file. The upgrade addresses the SNYK-JS-ELECTRON-8604283 vulnerability and helps keep dependencies up-to-date. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Snyk has created this PR to upgrade hono from 4.6.12 to 4.6.17.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 5 versions ahead of your current version.
The recommended version was released a month ago.
Issues fixed by the recommended upgrade:
SNYK-JS-ELECTRON-8604283
Release notes
Package name: hono
What's Changed
New Contributors
Full Changelog: v4.6.16...v4.6.17
What's Changed
app.on(method,path[],middleware,handler)
type by @ yusukebe in #3802Full Changelog: v4.6.15...v4.6.16
c.json()
etc. throwing type error when the status is contentless code, e.g., 204From this release, when
c.json()
,c.text()
, orc.html()
returns content, specifying a contentless status code such as 204 will now throw a type error.At first glance, this seems like a breaking change but not. It is not possible to return a contentless response with
c.json()
orc.text()
. So, in that case, please usec.body()
.What's Changed
ResponseInit
accepts genericsStatusCode
forstatus
by @ yusukebe in #3770COMPOSED_HANDLER
by @ yusukebe in #3773New Contributors
Full Changelog: v4.6.14...v4.6.15
What's Changed
Object.create(null)
by @ usualoma in #3735charset
parameter from MIME type ofapplication/json
by @ SaekiTominaga in #3743New Contributors
Full Changelog: v4.6.13...v4.6.14
What's Changed
Array.prototype.at()
to look at the end by @ ryuapp in #3703New Contributors
Full Changelog: v4.6.12...v4.6.13
What's Changed
KB
by @ EdamAme-x in #3696New Contributors
Full Changelog: v4.6.11...v4.6.12
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Bug Fixes: