Skip to content

Commit cfbc3d1

Browse files
Bump axios from 1.8.4 to 1.12.0 in /tests/e2e (#5284)
Bumps [axios](https://github.com/axios/axios) from 1.8.4 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.4...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b95185 commit cfbc3d1

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"keywords": [],
2525
"author": "",
2626
"dependencies": {
27-
"axios": "^1.8.4",
27+
"axios": "^1.12.0",
2828
"brotli-unicode": "^1.0.2",
2929
"cli-argument-parser": "0.7.4",
3030
"fflate": "^0.8.2",

tests/e2e/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,13 +2137,13 @@ available-typed-arrays@^1.0.7:
21372137
dependencies:
21382138
possible-typed-array-names "^1.0.0"
21392139

2140-
axios@^1.7.4, axios@^1.8.4:
2141-
version "1.8.4"
2142-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
2143-
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
2140+
axios@^1.12.0, axios@^1.7.4:
2141+
version "1.12.0"
2142+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
2143+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
21442144
dependencies:
21452145
follow-redirects "^1.15.6"
2146-
form-data "^4.0.0"
2146+
form-data "^4.0.4"
21472147
proxy-from-env "^1.1.0"
21482148

21492149
b4a@^1.6.4:
@@ -3664,10 +3664,10 @@ foreground-child@^3.1.0:
36643664
cross-spawn "^7.0.0"
36653665
signal-exit "^4.0.1"
36663666

3667-
form-data@^4.0.0:
3668-
version "4.0.4"
3669-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3670-
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
3667+
form-data@^4.0.0, form-data@^4.0.4:
3668+
version "4.0.5"
3669+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
3670+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
36713671
dependencies:
36723672
asynckit "^0.4.0"
36733673
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)