Skip to content

fix: resolve Dependabot alerts and refresh Python dependencies#127

Merged
cbullinger merged 1 commit into
mainfrom
security/dependabot-fixes-and-python-driver
Jul 22, 2026
Merged

fix: resolve Dependabot alerts and refresh Python dependencies#127
cbullinger merged 1 commit into
mainfrom
security/dependabot-fixes-and-python-driver

Conversation

@cbullinger

Copy link
Copy Markdown
Collaborator

Summary

  • Resolves all 15 open Dependabot security alerts across the TanStack and Python FastAPI samples
  • PyMongo remains at 4.17.0 (latest stable; already satisfies INTPYTHON 4.15+ driver requirements)

Changes

Python (mflix/server/python-fastapi)

TanStack (frameworks/javascript/tanstack/app)

Dependabot Alerts Resolved

Closes #102, #103, #104, #105, #106, #107, #108, #109, #110, #111, #112, #113, #114, #115, #116

Test plan

  • cd frameworks/javascript/tanstack/app && npm audit — 0 vulnerabilities
  • pip-compile regenerates requirements.txt with pillow==12.3.0
  • cd frameworks/javascript/tanstack/app && npm test
  • cd mflix/server/python-fastapi && pytest

Made with Cursor

Upgrade Pillow to 12.3.0 and raise TanStack npm overrides for shell-quote
and js-yaml to address open security advisories.

Co-authored-by: Cursor <cursoragent@cursor.com>

@krollins-mdb krollins-mdb left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks, @cbullinger!

@cbullinger
cbullinger merged commit 1a6f156 into main Jul 22, 2026
6 checks passed
@cbullinger
cbullinger deleted the security/dependabot-fixes-and-python-driver branch July 22, 2026 17:31
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