Skip to content
Open
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
26 changes: 13 additions & 13 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.

6 changes: 3 additions & 3 deletions frameworks/javascript/tanstack/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"@tanstack/router-core": "1.171.6",
"esbuild": ">=0.28.1",
"h3": ">=2.0.1-rc.18",
"postcss": ">=8.5.10",
"postcss": ">=8.5.18",
"launch-editor": ">=2.14.1",
"shell-quote": ">=1.9.0",
"js-yaml": ">=4.3.0",
"undici": ">=7.28.0",
"js-yaml": ">=5.2.2",
"undici": ">=8.9.0",
"ws": ">=8.20.1"
}
}
6 changes: 3 additions & 3 deletions frameworks/javascript/tanstack/package-lock.json

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

2 changes: 1 addition & 1 deletion frameworks/javascript/tanstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prettier": "3.8.3"
},
"overrides": {
"fast-uri": ">=3.1.2",
"fast-uri": ">=3.1.4",
"lodash": ">=4.18.0"
}
}
2 changes: 1 addition & 1 deletion mflix/server/python-fastapi/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ rich-toolkit~=0.15.1 # Extensions for the 'rich' library
# Minimum versions for indirect dependencies.
# ------------------------------------------------------------------------------
filelock>=3.20.3 # Transitive dep via huggingface-hub
aiohttp>=3.14.1 # CVE-2026-54273 / GHSA-4fvr-rgm6-gqmc (pipelined request queue)
aiohttp>=3.14.3 # CVE-2026-69244 / GHSA-cq5v-8q36-5273 (Dependabot #126-128)
orjson>=3.11.7 # Transitive dep via langsmith (CVE fix)
langchain-core>=1.4.0 # Transitive dep via langchain-text-splitters (Dependabot #63)
langsmith>=0.8.18 # Transitive dep via langchain-core (Dependabot #101, GHSA-f4xh-w4cj-qxq8)
Expand Down
2 changes: 1 addition & 1 deletion mflix/server/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --no-annotate --output-file=requirements.txt --strip-extras requirements.in
#
aiohappyeyeballs==2.6.2
aiohttp==3.14.1
aiohttp==3.14.3
aiolimiter==1.2.1
aiosignal==1.4.0
annotated-doc==0.0.4
Expand Down