fix: resolve Dependabot alerts and refresh Python dependencies#127
Merged
Conversation
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
approved these changes
Jul 21, 2026
krollins-mdb
left a comment
Collaborator
There was a problem hiding this comment.
LGTM. Thanks, @cbullinger!
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.
Summary
Changes
Python (
mflix/server/python-fastapi)requirements.in— raisepillowfloor to>=12.3.0(Dependabot update node driver version #102–chore(ci): add explicit GITHUB_TOKEN permissions to workflows #116)requirements.txt— regenerate lockfile (pillow==12.3.0)TanStack (
frameworks/javascript/tanstack/app)package.json— add overrides forshell-quote>=1.9.0(Dependabot Adding in the Copier Workflow for TanStack #104) andjs-yaml>=4.3.0(Dependabot Docsp 59317 #103)package-lock.json— refresh lockfile (shell-quote@1.10.0,js-yaml@5.2.1)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 vulnerabilitiespip-compileregeneratesrequirements.txtwithpillow==12.3.0cd frameworks/javascript/tanstack/app && npm testcd mflix/server/python-fastapi && pytestMade with Cursor