Skip to content

Commit eda0408

Browse files
chore(deps): bump axios from 1.10.0 to 1.12.0
Bumps [axios](https://github.com/axios/axios) from 1.10.0 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.10.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62ce8d7 commit eda0408

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.12.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
@@ -2277,13 +2277,13 @@ axe-core@^4.10.0:
22772277
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.3.tgz#04145965ac7894faddbac30861e5d8f11bfd14fc"
22782278
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
22792279

2280-
axios@^1.10.0:
2281-
version "1.10.0"
2282-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
2283-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
2280+
axios@^1.12.0:
2281+
version "1.12.0"
2282+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
2283+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
22842284
dependencies:
22852285
follow-redirects "^1.15.6"
2286-
form-data "^4.0.0"
2286+
form-data "^4.0.4"
22872287
proxy-from-env "^1.1.0"
22882288

22892289
axobject-query@^4.1.0:
@@ -3639,14 +3639,15 @@ foreground-child@^3.1.0:
36393639
cross-spawn "^7.0.6"
36403640
signal-exit "^4.0.1"
36413641

3642-
form-data@^4.0.0:
3643-
version "4.0.2"
3644-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
3645-
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
3642+
form-data@^4.0.4:
3643+
version "4.0.4"
3644+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3645+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
36463646
dependencies:
36473647
asynckit "^0.4.0"
36483648
combined-stream "^1.0.8"
36493649
es-set-tostringtag "^2.1.0"
3650+
hasown "^2.0.2"
36503651
mime-types "^2.1.12"
36513652

36523653
formik@^2.4.6:

0 commit comments

Comments
 (0)