Skip to content

Commit 7e8c072

Browse files
authored
Fix axios vunerability
1 parent 57f7995 commit 7e8c072

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
"esptool-js@0.5.7": "patches/esptool-js@0.5.7.patch"
8989
},
9090
"overrides": {
91-
"cookie@<0.7.0": ">=0.7.0"
91+
"cookie@<0.7.0": ">=0.7.0",
92+
"axios@<1.12.0": ">=1.12.0"
9293
},
9394
"ignoredBuiltDependencies": [
9495
"sharp"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)