Skip to content

Commit 4b148de

Browse files
shrugsclaude
andauthored
fix(deps): override axios to >=1.13.5 to patch DoS vulnerability (#1620)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 8be113b commit 4b148de

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"tar@<7.5.7": "^7.5.7",
4545
"lodash@<=4.17.22": "^4.17.23",
4646
"lodash-es@<=4.17.22": "^4.17.23",
47-
"fast-xml-parser@>=4.3.6 <=5.3.3": "^5.3.4"
47+
"fast-xml-parser@>=4.3.6 <=5.3.3": "^5.3.4",
48+
"axios@<=1.13.4": "^1.13.5"
4849
},
4950
"ignoredBuiltDependencies": [
5051
"bun"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)