Skip to content

fix: resolve Dependabot security alerts (#52-71)#113

Open
cbullinger wants to merge 2 commits into
developmentfrom
security/fix-dependabot-alerts
Open

fix: resolve Dependabot security alerts (#52-71)#113
cbullinger wants to merge 2 commits into
developmentfrom
security/fix-dependabot-alerts

Conversation

@cbullinger
Copy link
Copy Markdown
Collaborator

Summary

Resolves all 20 open Dependabot alerts in mongodb/docs-sample-apps by bumping vulnerable dependencies in the TanStack sample app and the Python FastAPI server.

Changes

Python (mflix/server/python-fastapi)

TanStack app (frameworks/javascript/tanstack/app)

TanStack tooling (frameworks/javascript/tanstack)

Dependabot Alerts Resolved

Closes #52, #53, #54, #55, #56, #57, #58, #59, #60, #61, #62, #63, #64, #65, #66, #67, #68, #69, #70, #71

Test plan

  • npm audit reports 0 vulnerabilities in both tanstack workspaces
  • pip-compile regenerates requirements.txt with patched versions
  • CI passes
  • TanStack unit tests (note: some tests fail with pre-existing No Start context found in AsyncLocalStorage errors unrelated to this change)

Made with Cursor

cbullinger and others added 2 commits May 26, 2026 07:55
…stapi

Bump vulnerable npm and Python dependencies to patched versions,
including vite, @tanstack/react-start, lodash, fast-uri, urllib3,
langchain-core, langsmith, python-multipart, and idna.

Resolves Dependabot alerts #52-71.

Co-authored-by: Cursor <cursoragent@cursor.com>
Align @tanstack/react-router and related packages to resolve SSR
runtime errors after the security dependency bump. Add the same
createServerFn mock alias to the unit Vitest config used by integration tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

1 participant