Skip to content

Commit 899c54b

Browse files
committed
[MOB-12120] Bump axios to 1.12.2
1 parent fa96916 commit 899c54b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.12.0"
58+
"axios": "^1.12.2"
5959
}
6060
}

example/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ 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.12.0:
1366+
axios@^1.12.2:
13671367
version "1.12.2"
13681368
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
13691369
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==

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.12.0",
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.1"
6868
},
6969
"dependencies": {
70-
"axios": "^1.12.0",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ available-typed-arrays@^1.0.7:
16071607
dependencies:
16081608
possible-typed-array-names "^1.0.0"
16091609

1610-
axios@^1.12.0:
1610+
axios@^1.12.2:
16111611
version "1.12.2"
16121612
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
16131613
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2151,7 +2151,7 @@ axios-mock-adapter@^1.22.0:
21512151
fast-deep-equal "^3.1.3"
21522152
is-buffer "^2.0.5"
21532153

2154-
axios@^1.12.0:
2154+
axios@^1.12.2:
21552155
version "1.12.2"
21562156
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
21572157
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==

0 commit comments

Comments
 (0)