Skip to content

Commit 55fc1bc

Browse files
committed
fix(deps): patch ws (HIGH) and python aiohttp/idna advisories
- ws via pnpm-workspace.yaml overrides: >=7.0.0<7.5.11 -> 7.5.11, >=8.0.0<8.21.0 -> 8.21.0 (CVE-2026-48779 HIGH; also clears CVE-2026-45736 ws<8.20.1) - python aiohttp>=3.14.1, idna>=3.15 via [tool.uv] override - uuid 11.1.0->11.1.1 already pinned (unchanged) js-yaml 3.15.0 (CVE-2026-53550, MEDIUM) deferred: blocked by repo minimumReleaseAge (10d) until ~2026-07-07.
1 parent 466b5f0 commit 55fc1bc

4 files changed

Lines changed: 51 additions & 62 deletions

File tree

pnpm-lock.yaml

Lines changed: 19 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ overrides:
2828
"brace-expansion@>=4.0.0 <5.0.6": "5.0.6"
2929
"ip-address@<=10.1.0": "10.1.1"
3030
"uuid@11.1.0": "11.1.1"
31+
"ws@>=7.0.0 <7.5.11": "7.5.11"
32+
"ws@>=8.0.0 <8.21.0": "8.21.0"
3133
"plain-crypto-js@4.2.1": "0.0.0-security"
3234
"lodash": ">=4.18.1"
3335
"bn.js": ">=5.2.3"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ dev = [
2222
[tool.uv]
2323
exclude-newer = "10 days"
2424
override-dependencies = [
25-
"aiohttp>=3.13.4",
25+
"aiohttp>=3.14.1", # CVE-2026-34993, CVE-2026-47265, CVE-2026-54273/54274/54276/54277/54278
2626
"Pygments>=2.20.0",
2727
"urllib3>=2.7.0",
28+
"idna>=3.15", # CVE-2026-45409
2829
]
2930

3031
[tool.ruff]

0 commit comments

Comments
 (0)