Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 5d34145

Browse files
chore(deps): bump axios from 1.7.7 to 1.12.0
Bumps [axios](https://github.com/axios/axios) from 1.7.7 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.7.7...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>
1 parent a5e2fa8 commit 5d34145

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@unleash/proxy-client-react": "^5.0.1",
1919
"antlr4ts": "0.5.0-alpha.4",
2020
"assert-never": "1.2.1",
21-
"axios": "^1.7.7",
21+
"axios": "^1.12.0",
2222
"babel-plugin-transform-imports": "2.0.0",
2323
"csstips": "1.2.0",
2424
"csx": "10.0.2",

yarn.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4175,13 +4175,13 @@ axios-mock-adapter@1.18.2:
41754175
fast-deep-equal "^3.1.1"
41764176
is-buffer "^2.0.3"
41774177

4178-
"axios@^0.28.1 || ^1.7.0", axios@^1.6.1, axios@^1.7.2, axios@^1.7.7:
4179-
version "1.7.7"
4180-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
4181-
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
4178+
"axios@^0.28.1 || ^1.7.0", axios@^1.12.0, axios@^1.6.1, axios@^1.7.2:
4179+
version "1.12.0"
4180+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
4181+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
41824182
dependencies:
41834183
follow-redirects "^1.15.6"
4184-
form-data "^4.0.0"
4184+
form-data "^4.0.4"
41854185
proxy-from-env "^1.1.0"
41864186

41874187
babel-core@7.0.0-bridge.0:
@@ -6906,13 +6906,15 @@ form-data@^3.0.0:
69066906
combined-stream "^1.0.8"
69076907
mime-types "^2.1.12"
69086908

6909-
form-data@^4.0.0:
6910-
version "4.0.0"
6911-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
6912-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
6909+
form-data@^4.0.4:
6910+
version "4.0.4"
6911+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
6912+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
69136913
dependencies:
69146914
asynckit "^0.4.0"
69156915
combined-stream "^1.0.8"
6916+
es-set-tostringtag "^2.1.0"
6917+
hasown "^2.0.2"
69166918
mime-types "^2.1.12"
69176919

69186920
formik@^2.4.6:

0 commit comments

Comments
 (0)