Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions frameworks/javascript/tanstack/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion frameworks/javascript/tanstack/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"h3": ">=2.0.1-rc.18",
"postcss": ">=8.5.10",
"launch-editor": ">=2.14.1",
"shell-quote": ">=1.8.4",
"shell-quote": ">=1.9.0",
"js-yaml": ">=4.3.0",
"undici": ">=7.28.0",
"ws": ">=8.20.1"
}
Expand Down
2 changes: 1 addition & 1 deletion mflix/server/python-fastapi/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ langchain-core>=1.4.0 # Transitive dep via langchain-text-splitters (Dependabo
langsmith>=0.8.18 # Transitive dep via langchain-core (Dependabot #101, GHSA-f4xh-w4cj-qxq8)
langchain-text-splitters>=1.1.2 # Transitive dep via langchain (CVE-2026-41481)
pygments>=2.20.0 # Transitive dep via rich/pytest (CVE-2026-4539)
pillow>=12.2.0 # Transitive dep via voyageai (Pillow 12.2.0 security fixes)
pillow>=12.3.0 # Transitive dep via voyageai (Dependabot #102-116)
requests>=2.33.0 # Transitive dep via langsmith/voyageai (CVE-2026-25645 fix)
idna>=3.15 # Transitive dep via httpx/requests (Dependabot #70)
4 changes: 2 additions & 2 deletions mflix/server/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-annotate --output-file=requirements.txt --strip-extras requirements.in
Expand Down Expand Up @@ -46,7 +46,7 @@ multidict==6.7.1
numpy==2.4.6
orjson==3.11.9
packaging==26.2
pillow==12.2.0
pillow==12.3.0
pluggy==1.6.0
propcache==0.5.2
pydantic==2.12.5
Expand Down