Skip to content

Commit 4150fd3

Browse files
committed
deps: axios to 1.12.0
1 parent ee0c9b6 commit 4150fd3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@vitest/coverage-v8": "^3.1.3",
9494
"apollo-upload-client": "^18.0.1",
9595
"apollo3-cache-persist": "^0.15.0",
96-
"axios": "^1.9.0",
96+
"axios": "^1.12.0",
9797
"classnames": "^2.5.1",
9898
"cross-env": "^7.0.3",
9999
"date-fns": "^4.1.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3326,13 +3326,13 @@ axe-core@^4.10.0, axe-core@^4.4.2:
33263326
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.3.tgz#04145965ac7894faddbac30861e5d8f11bfd14fc"
33273327
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
33283328

3329-
axios@^1.9.0:
3330-
version "1.9.0"
3331-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.9.0.tgz#25534e3b72b54540077d33046f77e3b8d7081901"
3332-
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
3329+
axios@^1.12.0:
3330+
version "1.12.0"
3331+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
3332+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
33333333
dependencies:
33343334
follow-redirects "^1.15.6"
3335-
form-data "^4.0.0"
3335+
form-data "^4.0.4"
33363336
proxy-from-env "^1.1.0"
33373337

33383338
axobject-query@^4.1.0:
@@ -5185,7 +5185,7 @@ foreground-child@^3.1.0:
51855185
cross-spawn "^7.0.6"
51865186
signal-exit "^4.0.1"
51875187

5188-
form-data@^4.0.0:
5188+
form-data@^4.0.0, form-data@^4.0.4:
51895189
version "4.0.4"
51905190
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
51915191
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==

0 commit comments

Comments
 (0)