chore: resolve all open Dependabot security alerts#59
Open
joalavedra wants to merge 1 commit into
Open
Conversation
- hot_storage/sample: bump github.com/jackc/pgx/v5 5.7.5 -> 5.10.0 (critical SQL injection + low severity alerts) - auth_service: update better-auth 1.4.5 -> 1.6.16 and transitive kysely/defu; add pnpm overrides for path-to-regexp >=8.4.2 and qs >=6.15.2, which express pins below the patched versions - docs: update flagged transitive deps (axios, uuid, yaml, picomatch, follow-redirects, brace-expansion, immutable, @hono/node-server); add pnpm overrides for dompurify, lodash, lodash-es, mermaid, react-router, and rollup, which vocs/swagger-ui-react/nuqs pin below the patched versions pnpm audit reports no known vulnerabilities in all three packages. Verified: docs vocs build, auth_service tsc, Go sample go build + vet. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
Resolves all 67 open Dependabot alerts (1 critical, 26 high, 38 moderate, 2 low) across the three flagged manifests.
Changes
hot_storage/sample (Go)
github.com/jackc/pgx/v55.7.5 → 5.10.0 (critical SQL injection GHSA + low severity alert)auth_service (npm)
better-auth1.4.5 → 1.6.16; transitivekysely→ 0.29.2,defu→ 6.1.7path-to-regexp(>=8.4.2) andqs(>=6.15.2) — express pins both below the patched versionsdocs (npm)
dompurify,lodash,lodash-es,mermaid,react-router,rollup— vocs / swagger-ui-react / nuqs / chevrotain pin them below the patched versionsVerification
pnpm audit: no known vulnerabilities in docs, auth_service, and the repo rootvocs buildpasses (55 files generated)tsc --noEmitpassesgo build ./... && go vet ./...passes (Go 1.25 via Docker)Supersedes #50, #51, #45, and #41.
🤖 Generated with Claude Code