chore: update vulnerable dependencies in pg-manual#58
Merged
Conversation
shell-quote 1.8.3 -> 1.8.4 (GHSA-w7jw-789q-3m8p), qs 6.15.1 -> 6.15.2 (GHSA-q8mj-m7cp-5q26) via lockfile refresh. uuid 8.3.2 -> 11.1.1 (GHSA-w5hq-g745-h8pq) via npm override since sockjs pins ^8.3.2. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
rubenhensen
approved these changes
Jun 12, 2026
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.
Closes #57
All three advisories resolve to packages in
pg-manual's lockfile only (none appear in pg-sveltekit, pg-node, or pg-dotnet):shell-quote1.8.3 -> 1.8.4 (GHSA-w7jw-789q-3m8p, critical) — in-range lockfile refresh vialaunch-editor.qs6.15.1 -> 6.15.2 (GHSA-q8mj-m7cp-5q26) — in-range lockfile refresh viaurl/express/body-parser.uuid8.3.2 -> 11.1.1 (GHSA-w5hq-g745-h8pq) — major bump via npmoverrides, sincesockjs(latest, 0.3.24) still pins^8.3.2. Chose 11.1.1 over 12–14 because those are ESM-only and sockjs loads uuid throughrequire(); 11.1.1 is the newest patched line that keeps a CJS entry point.Verified:
npm auditreports 0 vulnerabilities,npm run buildcompiles clean with no export warnings, andwebpack servestarts normally.This repo has no build/test CI (only the PR title check), so please review manually.