Skip to content

Commit e0258ff

Browse files
Bump axios from 1.8.2 to 1.12.0
Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.8.2...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6976575 commit e0258ff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"ansi-gray": "^0.1.1",
132132
"assert": "^2.1.0",
133133
"async": "^2.6.2",
134-
"axios": "1.8.2",
134+
"axios": "1.12.0",
135135
"bn.js": "^5.1.2",
136136
"bootstrap": "^5.2.2",
137137
"brace": "^0.8.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9549,13 +9549,13 @@ axios-debug-log@^1.0.0:
95499549
"@types/debug" "^4.0.0"
95509550
debug "^4.0.0"
95519551

9552-
axios@*, axios@1.8.2, axios@^1.0.0:
9553-
version "1.8.2"
9554-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
9555-
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
9552+
axios@*, axios@1.12.0, axios@^1.0.0:
9553+
version "1.12.0"
9554+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
9555+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
95569556
dependencies:
95579557
follow-redirects "^1.15.6"
9558-
form-data "^4.0.0"
9558+
form-data "^4.0.4"
95599559
proxy-from-env "^1.1.0"
95609560

95619561
@@ -16159,7 +16159,7 @@ form-data@^3.0.0:
1615916159
combined-stream "^1.0.8"
1616016160
mime-types "^2.1.12"
1616116161

16162-
form-data@^4.0.0:
16162+
form-data@^4.0.0, form-data@^4.0.4:
1616316163
version "4.0.4"
1616416164
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
1616516165
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==

0 commit comments

Comments
 (0)