mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:40:44 +00:00
fix(deps): patch follow-redirects vulnerability
This commit is contained in:
@@ -1476,7 +1476,8 @@
|
||||
"openshell": "0.1.0"
|
||||
},
|
||||
"overrides": {
|
||||
"axios": "1.15.0"
|
||||
"axios": "1.15.0",
|
||||
"follow-redirects": "1.16.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.14.0"
|
||||
@@ -1488,6 +1489,7 @@
|
||||
"hono": "4.12.12",
|
||||
"@hono/node-server": "1.19.13",
|
||||
"axios": "1.15.0",
|
||||
"follow-redirects": "1.16.0",
|
||||
"defu": "6.1.5",
|
||||
"fast-xml-parser": "5.5.7",
|
||||
"request": "npm:@cypress/request@3.0.10",
|
||||
|
||||
Reference in New Issue
Block a user