Skip to content

Commit 62a3ef5

Browse files
chore(deps): bump axios from 1.10.0 to 1.11.0
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e744ac commit 62a3ef5

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
]
2626
},
2727
"dependencies": {
28-
"axios": "^1.10.0",
28+
"axios": "^1.11.0",
2929
"nookies": "^2.5.2",
3030
"react": "^18.3.1",
3131
"react-dom": "^18.3.1",

yarn.lock

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2582,13 +2582,13 @@ available-typed-arrays@^1.0.7:
25822582
dependencies:
25832583
possible-typed-array-names "^1.0.0"
25842584

2585-
axios@^1.10.0:
2586-
version "1.10.0"
2587-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
2588-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
2585+
axios@^1.11.0:
2586+
version "1.11.0"
2587+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
2588+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
25892589
dependencies:
25902590
follow-redirects "^1.15.6"
2591-
form-data "^4.0.0"
2591+
form-data "^4.0.4"
25922592
proxy-from-env "^1.1.0"
25932593

25942594
babel-jest@30.0.4:
@@ -3529,6 +3529,16 @@ es-set-tostringtag@^2.0.3:
35293529
has-tostringtag "^1.0.2"
35303530
hasown "^2.0.1"
35313531

3532+
es-set-tostringtag@^2.1.0:
3533+
version "2.1.0"
3534+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
3535+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
3536+
dependencies:
3537+
es-errors "^1.3.0"
3538+
get-intrinsic "^1.2.6"
3539+
has-tostringtag "^1.0.2"
3540+
hasown "^2.0.2"
3541+
35323542
es-shim-unscopables@^1.0.2:
35333543
version "1.0.2"
35343544
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
@@ -3926,13 +3936,15 @@ foreground-child@^3.1.0:
39263936
cross-spawn "^7.0.6"
39273937
signal-exit "^4.0.1"
39283938

3929-
form-data@^4.0.0:
3930-
version "4.0.0"
3931-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
3932-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
3939+
form-data@^4.0.4:
3940+
version "4.0.4"
3941+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3942+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
39333943
dependencies:
39343944
asynckit "^0.4.0"
39353945
combined-stream "^1.0.8"
3946+
es-set-tostringtag "^2.1.0"
3947+
hasown "^2.0.2"
39363948
mime-types "^2.1.12"
39373949

39383950
fs.realpath@^1.0.0:

0 commit comments

Comments
 (0)