Skip to content

Commit e3bc4e7

Browse files
authored
[MOB-12120] Bump axios dependency version to resolve security vulnerabilities (#531)
* [MOB-12120] Bump axios to 1.12.0 * [MOB-12120] Bump axios to 1.12.0 in react-example * [MOB-12120] Bump axios to 1.12.0 in example * [MOB-12120] Bump axios to 1.12.2
1 parent 4e4fd37 commit e3bc4e7

File tree

6 files changed

+34
-30
lines changed

6 files changed

+34
-30
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.2"
5656
},
5757
"dependencies": {
58-
"axios": "^1.9.0"
58+
"axios": "^1.12.2"
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.2:
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:
@@ -2542,14 +2542,15 @@ form-data@^3.0.0:
25422542
es-set-tostringtag "^2.1.0"
25432543
mime-types "^2.1.35"
25442544

2545-
form-data@^4.0.0:
2546-
version "4.0.2"
2547-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
2548-
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
2545+
form-data@^4.0.4:
2546+
version "4.0.4"
2547+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
2548+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
25492549
dependencies:
25502550
asynckit "^0.4.0"
25512551
combined-stream "^1.0.8"
25522552
es-set-tostringtag "^2.1.0"
2553+
hasown "^2.0.2"
25532554
mime-types "^2.1.12"
25542555

25552556

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@pabra/sortby": "^1.0.1",
3636
"@types/ws": "8.5.4",
37-
"axios": "^1.8.2",
37+
"axios": "^1.12.2",
3838
"axios-mock-adapter": "^1.22.0",
3939
"buffer": "^6.0.3",
4040
"copy-webpack-plugin": "^11.0.0",

react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"webpack-dev-server": "^5.2.2"
6868
},
6969
"dependencies": {
70-
"axios": "^1.8.2",
70+
"axios": "^1.12.2",
7171
"react": "^18.2.0",
7272
"react-dom": "^18.2.0",
7373
"react-router-dom": "^6.2.1",

react-example/yarn.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,13 +1607,13 @@ available-typed-arrays@^1.0.7:
16071607
dependencies:
16081608
possible-typed-array-names "^1.0.0"
16091609

1610-
axios@^1.8.2:
1611-
version "1.9.0"
1612-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
1613-
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
1610+
axios@^1.12.2:
1611+
version "1.12.2"
1612+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
1613+
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==
16141614
dependencies:
16151615
follow-redirects "^1.15.6"
1616-
form-data "^4.0.0"
1616+
form-data "^4.0.4"
16171617
proxy-from-env "^1.1.0"
16181618

16191619
babel-jest@^27.5.1:
@@ -3012,13 +3012,15 @@ form-data@^3.0.0:
30123012
es-set-tostringtag "^2.1.0"
30133013
mime-types "^2.1.35"
30143014

3015-
form-data@^4.0.0:
3016-
version "4.0.0"
3017-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
3018-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
3015+
form-data@^4.0.4:
3016+
version "4.0.4"
3017+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3018+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
30193019
dependencies:
30203020
asynckit "^0.4.0"
30213021
combined-stream "^1.0.8"
3022+
es-set-tostringtag "^2.1.0"
3023+
hasown "^2.0.2"
30223024
mime-types "^2.1.12"
30233025

30243026

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,13 +2151,13 @@ axios-mock-adapter@^1.22.0:
21512151
fast-deep-equal "^3.1.3"
21522152
is-buffer "^2.0.5"
21532153

2154-
axios@^1.8.2:
2155-
version "1.9.0"
2156-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
2157-
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
2154+
axios@^1.12.2:
2155+
version "1.12.2"
2156+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
2157+
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==
21582158
dependencies:
21592159
follow-redirects "^1.15.6"
2160-
form-data "^4.0.0"
2160+
form-data "^4.0.4"
21612161
proxy-from-env "^1.1.0"
21622162

21632163
babel-jest@^27.5.1:
@@ -3864,14 +3864,15 @@ form-data@^3.0.0:
38643864
combined-stream "^1.0.8"
38653865
mime-types "^2.1.12"
38663866

3867-
form-data@^4.0.0:
3868-
version "4.0.2"
3869-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
3870-
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
3867+
form-data@^4.0.4:
3868+
version "4.0.4"
3869+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3870+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
38713871
dependencies:
38723872
asynckit "^0.4.0"
38733873
combined-stream "^1.0.8"
38743874
es-set-tostringtag "^2.1.0"
3875+
hasown "^2.0.2"
38753876
mime-types "^2.1.12"
38763877

38773878

0 commit comments

Comments
 (0)