Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit f49238a

Browse files
fix(deps): update dependency axios to ^1.11.0
1 parent f07d5cb commit f49238a

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
@@ -46,7 +46,7 @@
4646
"@redis/client": "^5.8.2",
4747
"@valora/http-handler": "^0.0.1",
4848
"@valora/logging": "^1.3.20",
49-
"axios": "^1.10.0",
49+
"axios": "^1.11.0",
5050
"dotenv": "^17.2.2",
5151
"googleapis": "^159.0.0",
5252
"graphql": "^16.11.0",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3851,13 +3851,13 @@ available-typed-arrays@^1.0.7:
38513851
dependencies:
38523852
possible-typed-array-names "^1.0.0"
38533853

3854-
axios@^1.10.0, axios@^1.6.7, axios@^1.7.4:
3855-
version "1.10.0"
3856-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
3857-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
3854+
axios@^1.11.0, axios@^1.6.7, axios@^1.7.4:
3855+
version "1.11.0"
3856+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
3857+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
38583858
dependencies:
38593859
follow-redirects "^1.15.6"
3860-
form-data "^4.0.0"
3860+
form-data "^4.0.4"
38613861
proxy-from-env "^1.1.0"
38623862

38633863
babel-jest@30.0.0:
@@ -5659,14 +5659,15 @@ form-data@^2.5.0:
56595659
mime-types "^2.1.35"
56605660
safe-buffer "^5.2.1"
56615661

5662-
form-data@^4.0.0:
5663-
version "4.0.2"
5664-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
5665-
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
5662+
form-data@^4.0.0, form-data@^4.0.4:
5663+
version "4.0.4"
5664+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
5665+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
56665666
dependencies:
56675667
asynckit "^0.4.0"
56685668
combined-stream "^1.0.8"
56695669
es-set-tostringtag "^2.1.0"
5670+
hasown "^2.0.2"
56705671
mime-types "^2.1.12"
56715672

56725673
formdata-polyfill@^4.0.10:

0 commit comments

Comments
 (0)