fix(deps): patch follow-redirects vulnerability

This commit is contained in:
Vincent Koc
2026-04-14 19:00:55 +01:00
parent 8d1510eb7b
commit a848ddaa7e
2 changed files with 8 additions and 5 deletions

View File

@@ -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",