fix(deps): patch current High, Medium, and Low advisories#299
Open
seonghobae wants to merge 7 commits into
Open
fix(deps): patch current High, Medium, and Low advisories#299seonghobae wants to merge 7 commits into
seonghobae wants to merge 7 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates pnpm overrides (and the generated lockfile) to remediate currently reported OSV vulnerabilities, moving effective pnpm 9 override pins into the root package.json and cleaning up stale workspace-level entries.
Changes:
- Move/add security-related
pnpm.overridesinto the rootpackage.json(and reflect them inpnpm-lock.yaml). - Update patched dependency versions in the lockfile (e.g.,
hono,js-yaml,fast-uri,body-parser,sharp,@hono/node-server). - Remove stale
brace-expansion/fast-urientries frompnpm-workspace.yamloverrides.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Removes stale override entries so workspace overrides don’t duplicate / mislead when pnpm 9 is in use. |
| pnpm-lock.yaml | Regenerates lockfile to apply the new overrides and upgraded patched dependency versions. |
| package.json | Adds/updates root pnpm.overrides to enforce patched versions under pnpm 9. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Patched advisories
Validation
The package ranges are deliberately narrow so unrelated dependency major lines are not coerced.