Skip to content

Commit bd003d8

Browse files
committed
fix: update axios dependency to version 1.11.0 and form-data to 4.0.4
1 parent 092d2b7 commit bd003d8

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@tanstack/query-async-storage-persister": "^5.8.3",
1111
"@tanstack/react-query": "^4.13.0",
1212
"@tanstack/react-query-persist-client": "^5.8.4",
13-
"axios": "^1.8.4",
13+
"axios": "^1.11.0",
1414
"axios-cache-adapter": "^2.7.3",
1515
"country-emoji": "^1.5.4",
1616
"dompurify": "^3.2.4",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3221,13 +3221,13 @@ axios-cache-adapter@^2.7.3:
32213221
cache-control-esm "1.0.0"
32223222
md5 "^2.2.1"
32233223

3224-
axios@^1.8.4:
3225-
version "1.8.4"
3226-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
3227-
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
3224+
axios@^1.11.0:
3225+
version "1.11.0"
3226+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
3227+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
32283228
dependencies:
32293229
follow-redirects "^1.15.6"
3230-
form-data "^4.0.0"
3230+
form-data "^4.0.4"
32313231
proxy-from-env "^1.1.0"
32323232

32333233
axobject-query@^3.2.1:
@@ -4396,14 +4396,15 @@ for-each@^0.3.3:
43964396
dependencies:
43974397
is-callable "^1.1.3"
43984398

4399-
form-data@^4.0.0:
4400-
version "4.0.2"
4401-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
4402-
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
4399+
form-data@^4.0.4:
4400+
version "4.0.4"
4401+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
4402+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
44034403
dependencies:
44044404
asynckit "^0.4.0"
44054405
combined-stream "^1.0.8"
44064406
es-set-tostringtag "^2.1.0"
4407+
hasown "^2.0.2"
44074408
mime-types "^2.1.12"
44084409

44094410
fs.realpath@^1.0.0:

0 commit comments

Comments
 (0)