Skip to content

Commit 833177e

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 8b9a850 commit 833177e

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
@@ -2257,13 +2257,13 @@ axe-core@^4.10.0:
22572257
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.3.tgz#04145965ac7894faddbac30861e5d8f11bfd14fc"
22582258
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
22592259

2260-
axios@^1.10.0:
2261-
version "1.10.0"
2262-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
2263-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
2260+
axios@^1.12.0:
2261+
version "1.12.0"
2262+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
2263+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
22642264
dependencies:
22652265
follow-redirects "^1.15.6"
2266-
form-data "^4.0.0"
2266+
form-data "^4.0.4"
22672267
proxy-from-env "^1.1.0"
22682268

22692269
axobject-query@^4.1.0:
@@ -3619,14 +3619,15 @@ foreground-child@^3.1.0:
36193619
cross-spawn "^7.0.6"
36203620
signal-exit "^4.0.1"
36213621

3622-
form-data@^4.0.0:
3623-
version "4.0.2"
3624-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
3625-
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
3622+
form-data@^4.0.4:
3623+
version "4.0.4"
3624+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3625+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
36263626
dependencies:
36273627
asynckit "^0.4.0"
36283628
combined-stream "^1.0.8"
36293629
es-set-tostringtag "^2.1.0"
3630+
hasown "^2.0.2"
36303631
mime-types "^2.1.12"
36313632

36323633
formik@^2.4.6:

0 commit comments

Comments
 (0)