chore(deps): upgrade flagged dependencies to patched versions - #38
Merged
Merged
Conversation
- Go: grpc 1.83.1 (critical+high), websocket 1.5.3, excelize 2.11.0, quic-go 0.59.1, gomarkdown 759bbc3e3207 - Frontend: next 16.2.11, eslint-config-next 16.2.11, markdown-it 14.2.0, @tiptap 3.30.4, plus a range-scoped pnpm.overrides block pinning flagged transitive packages (fast-uri, nanoid, js-yaml, brace-expansion, postcss, browserslist, ws, undici, sharp, hono, path-to-regexp, picomatch, lodash, langsmith, uuid, linkify-it, immutable, esbuild, flatted, qs, humanfs, ip-address, body-parser, postcss-selector-parser, babel/core) to their patched versions
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.
Problem
GitHub Dependabot reports 162 vulnerabilities on the default branch (1 critical, 65 high, 83 moderate, 13 low). This PR upgrades the flagged direct dependencies and pins the flagged transitive ones so the dependency tree is clean.
Changes
Go (
go.mod/go.sum)google.golang.org/grpc1.78.0 → 1.83.1 (critical + high advisories)github.com/gorilla/websocket1.5.1 → 1.5.3github.com/xuri/excelize/v22.10.1 → 2.11.0github.com/quic-go/quic-go0.59.0 → 0.59.1github.com/gomarkdown/markdown→ 759bbc3e3207 (2024-11-27)Frontend (
web/package.json/web/pnpm-lock.yaml)next16.1.6 → 16.2.11,eslint-config-next→ 16.2.11,markdown-it→ 14.2.0,@tiptap/*→ 3.30.4pnpm.overridesblock pinning the flagged transitive packages (fast-uri, nanoid, js-yaml, brace-expansion, postcss, browserslist, ws, undici, sharp, hono, path-to-regexp, picomatch, lodash, langsmith, uuid, linkify-it, immutable, esbuild, flatted, qs, humanfs, ip-address, body-parser, postcss-selector-parser, @babel/core) to their patched versionspnpm installVerification
go build -tags dev ./internal/...andgo vet -tags dev ./internal/...— passcd web && pnpm typecheck— passcd web && pnpm audit— "No known vulnerabilities found"