Skip to content

Commit d5e17c3

Browse files
authored
fix: update axios to bring in latest version of form-data
2 parents 6015b9c + 3361adb commit d5e17c3

File tree

2 files changed

+55
-22
lines changed

2 files changed

+55
-22
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@auth0/thumbprint": "0.0.6",
2828
"archiver": "^3.0.0",
2929
"async": "~2.6.4",
30-
"axios": "^1.8.4",
30+
"axios": "^1.12.2",
3131
"binary": "^0.3.0",
3232
"body-parser": "^1.20.3",
3333
"cb": "~0.1.0",
@@ -86,7 +86,9 @@
8686
"node": "^22.11.0"
8787
},
8888
"release": {
89-
"branches": [ "master" ]
89+
"branches": [
90+
"master"
91+
]
9092
},
9193
"private": true
9294
}

0 commit comments

Comments
 (0)