Skip to content

Commit fa96916

Browse files
committed
[MOB-12120] Bump axios to 1.12.0 in example
1 parent ddce2ed commit fa96916

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"webpack-dev-server": "^5.2.1"
5656
},
5757
"dependencies": {
58-
"axios": "^1.9.0"
58+
"axios": "^1.12.0"
5959
}
6060
}

example/yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,13 +1363,13 @@ asynckit@^0.4.0:
13631363
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
13641364
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
13651365

1366-
axios@^1.9.0:
1367-
version "1.9.0"
1368-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
1369-
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
1366+
axios@^1.12.0:
1367+
version "1.12.2"
1368+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
1369+
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==
13701370
dependencies:
13711371
follow-redirects "^1.15.6"
1372-
form-data "^4.0.0"
1372+
form-data "^4.0.4"
13731373
proxy-from-env "^1.1.0"
13741374

13751375
babel-jest@^27.5.1:
@@ -2547,14 +2547,15 @@ form-data@^3.0.0:
25472547
es-set-tostringtag "^2.1.0"
25482548
mime-types "^2.1.35"
25492549

2550-
form-data@^4.0.0:
2551-
version "4.0.2"
2552-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
2553-
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
2550+
form-data@^4.0.4:
2551+
version "4.0.4"
2552+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
2553+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
25542554
dependencies:
25552555
asynckit "^0.4.0"
25562556
combined-stream "^1.0.8"
25572557
es-set-tostringtag "^2.1.0"
2558+
hasown "^2.0.2"
25582559
mime-types "^2.1.12"
25592560

25602561

0 commit comments

Comments
 (0)