Skip to content

Commit e6b6be2

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 c83878d commit e6b6be2

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
@@ -2631,13 +2631,13 @@ available-typed-arrays@^1.0.7:
26312631
dependencies:
26322632
possible-typed-array-names "^1.0.0"
26332633

2634-
axios@^1.10.0:
2635-
version "1.10.0"
2636-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
2637-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
2634+
axios@^1.11.0:
2635+
version "1.11.0"
2636+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
2637+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
26382638
dependencies:
26392639
follow-redirects "^1.15.6"
2640-
form-data "^4.0.0"
2640+
form-data "^4.0.4"
26412641
proxy-from-env "^1.1.0"
26422642

26432643
babel-jest@30.0.5:
@@ -3578,6 +3578,16 @@ es-set-tostringtag@^2.0.3:
35783578
has-tostringtag "^1.0.2"
35793579
hasown "^2.0.1"
35803580

3581+
es-set-tostringtag@^2.1.0:
3582+
version "2.1.0"
3583+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
3584+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
3585+
dependencies:
3586+
es-errors "^1.3.0"
3587+
get-intrinsic "^1.2.6"
3588+
has-tostringtag "^1.0.2"
3589+
hasown "^2.0.2"
3590+
35813591
es-shim-unscopables@^1.0.2:
35823592
version "1.0.2"
35833593
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
@@ -3987,13 +3997,15 @@ foreground-child@^3.1.0:
39873997
cross-spawn "^7.0.6"
39883998
signal-exit "^4.0.1"
39893999

3990-
form-data@^4.0.0:
3991-
version "4.0.0"
3992-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
3993-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
4000+
form-data@^4.0.4:
4001+
version "4.0.4"
4002+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
4003+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
39944004
dependencies:
39954005
asynckit "^0.4.0"
39964006
combined-stream "^1.0.8"
4007+
es-set-tostringtag "^2.1.0"
4008+
hasown "^2.0.2"
39974009
mime-types "^2.1.12"
39984010

39994011
fs.realpath@^1.0.0:

0 commit comments

Comments
 (0)