mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-09 14:38:59 +02:00
fix(deps): force adm-zip past CVE-2026-39244 via an override
Re-derived from PR #2485 as a resolution override rather than its direct-dep bump: adm-zip reaches the tree only transitively (onnxruntime-node pins ^0.5.16), so a top-level copy at 0.6.0 would leave onnxruntime-node loading the vulnerable 0.5.17 — which is exactly what the scanner PR's own lockfile showed. The override forces every resolution to ^0.6.0. Co-authored-by: anupamme <anupamme@users.noreply.github.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
anupamme
Claude Fable 5
parent
f8eecd48e0
commit
74ddc7ad25
@@ -27,6 +27,7 @@
|
||||
"playwright-core@1.62.1": "patches/playwright-core@1.62.1.patch",
|
||||
},
|
||||
"overrides": {
|
||||
"adm-zip": "^0.6.0",
|
||||
"basic-ftp": "5.3.1",
|
||||
},
|
||||
"packages": {
|
||||
@@ -180,7 +181,7 @@
|
||||
|
||||
"accepts": ["accepts@2.0.0", "", { "dependencies": { "mime-types": "^3.0.0", "negotiator": "^1.0.0" } }, "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng=="],
|
||||
|
||||
"adm-zip": ["adm-zip@0.5.17", "", {}, "sha512-+Ut8d9LLqwEvHHJl1+PIHqoyDxFgVN847JTVM3Izi3xHDWPE4UtzzXysMZQs64DMcrJfBeS/uoEP4AD3HQHnQQ=="],
|
||||
"adm-zip": ["adm-zip@0.6.0", "", {}, "sha512-XleryMhbuksdKtofnWZ9Sk+4CUTbms4Mb/EU32SZwToAyZ5RgVos/ki8n+yr0LWHOGKuakbXTuuYNHLQjhddgg=="],
|
||||
|
||||
"agent-base": ["agent-base@7.1.4", "", {}, "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ=="],
|
||||
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
"xterm-addon-fit": "^0.8.0"
|
||||
},
|
||||
"overrides": {
|
||||
"adm-zip": "^0.6.0",
|
||||
"basic-ftp": "5.3.1"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user