Skip to content

chore(deps): upgrade flagged dependencies to patched versions - #38

Merged
bbbbbbbbbbbbba merged 1 commit into
huabeitech:mainfrom
DOS:chore/dependabot-fixes
Sep 9, 2026
Merged

bbbbbbbbbbbbba merged 1 commit into
huabeitech:mainfrom
DOS:chore/dependabot-fixes

Conversation

@JOY

@JOY JOY commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

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/grpc 1.78.0 → 1.83.1 (critical + high advisories)
  • github.com/gorilla/websocket 1.5.1 → 1.5.3
  • github.com/xuri/excelize/v2 2.10.1 → 2.11.0
  • github.com/quic-go/quic-go 0.59.0 → 0.59.1
  • github.com/gomarkdown/markdown759bbc3e3207 (2024-11-27)

Frontend (web/package.json / web/pnpm-lock.yaml)

  • Direct: next 16.1.6 → 16.2.11, eslint-config-next16.2.11, markdown-it14.2.0, @tiptap/*3.30.4
  • Added a range-scoped pnpm.overrides block 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 versions
  • Lockfile regenerated with pnpm install

Verification

  • go build -tags dev ./internal/... and go vet -tags dev ./internal/... — pass
  • cd web && pnpm typecheck — pass
  • cd web && pnpm audit"No known vulnerabilities found"
  • No source code changes — dependency manifests only

- 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
@bbbbbbbbbbbbba
bbbbbbbbbbbbba merged commit 9288968 into huabeitech:main Sep 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants