Skip to content

Commit f460299

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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4c7e4b commit f460299

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@vitejs/plugin-react": "^4.6.0",
3636
"apollo-absinthe-upload-link": "^1.7.0",
3737
"apollo-link-token-refresh": "^0.7.0",
38-
"axios": "^1.10.0",
38+
"axios": "^1.11.0",
3939
"buffer": "^6.0.3",
4040
"dayjs": "^1.11.13",
4141
"emoji-mart": "^5.6.0",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2209,13 +2209,13 @@ axe-core@^4.10.0:
22092209
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.3.tgz#04145965ac7894faddbac30861e5d8f11bfd14fc"
22102210
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
22112211

2212-
axios@^1.10.0:
2213-
version "1.10.0"
2214-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
2215-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
2212+
axios@^1.11.0:
2213+
version "1.11.0"
2214+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
2215+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
22162216
dependencies:
22172217
follow-redirects "^1.15.6"
2218-
form-data "^4.0.0"
2218+
form-data "^4.0.4"
22192219
proxy-from-env "^1.1.0"
22202220

22212221
axobject-query@^4.1.0:
@@ -3512,14 +3512,15 @@ foreground-child@^3.1.0:
35123512
cross-spawn "^7.0.6"
35133513
signal-exit "^4.0.1"
35143514

3515-
form-data@^4.0.0:
3516-
version "4.0.2"
3517-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
3518-
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
3515+
form-data@^4.0.4:
3516+
version "4.0.4"
3517+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3518+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
35193519
dependencies:
35203520
asynckit "^0.4.0"
35213521
combined-stream "^1.0.8"
35223522
es-set-tostringtag "^2.1.0"
3523+
hasown "^2.0.2"
35233524
mime-types "^2.1.12"
35243525

35253526
formik@^2.4.6:

0 commit comments

Comments
 (0)