fix(deps): resolve open Dependabot alerts - #102
Merged
Conversation
Bump the pnpm override floors for hono and @hono/node-server to their patched versions and regenerate the lockfile. The lockfile from the interrupted session had dropped unrelated cross-platform optional package entries (lightningcss-*, @rolldown/binding-android-arm-eabi); reset it to origin/main before reapplying the bumps. - hono >=4.12.34 (alerts #4, #5, #6, #9, #10, #11, #12) - @hono/node-server >=2.0.10 (alert #7) - postcss >=8.5.26 already present on main, covers alerts #8, #15 Resolves all 10 open Dependabot alerts (1 high, 8 moderate, 1 low).
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
Resolves all 10 open Dependabot alerts (1 high, 8 moderate, 1 low) via minimal pnpm override floor bumps and a regenerated lockfile.
pnpm-workspace.yamloverrides now pinhono: '>=4.12.34'and'@hono/node-server': '>=2.0.10', matching the existingpostcss: '>=8.5.26'floor pattern. The lockfile was regenerated withpnpm install.Notes
The prior WIP commit on this branch (
039ad9b) had produced an untested, internally inconsistent lockfile that dropped unrelated cross-platform optional package entries (lightningcss-*platform binaries,@rolldown/binding-android-arm-eabi). This PR resetspnpm-lock.yaml/pnpm-workspace.yamltoorigin/mainand reapplies only the targeted version-floor bumps, verified withpnpm install --frozen-lockfile.Gates run (worktree, Node 24.18.0, pnpm 10.33.4,
NODE_OPTIONS=--no-network-family-autoselection)pnpm install --frozen-lockfilepnpm check:sourcepnpm typecheckpnpm testpnpm buildpnpm check:packageTest plan
pnpm install --frozen-lockfilesucceeds (proves lockfile consistency)pnpm typecheckcleanpnpm test— 683/683 passingpnpm buildsucceedspnpm check:packagesucceeds