Skip to content

Commit dc6bddb

Browse files
fix(deps): update dependency axios to v1
1 parent 18d1ab6 commit dc6bddb

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@fiatconnect/fiatconnect-sdk": "^0.5.153",
4545
"@fiatconnect/fiatconnect-types": "^13.3.48",
4646
"api-contract-validator": "^2.2.8",
47-
"axios": "^0.27.2",
47+
"axios": "^1.10.0",
4848
"chai": "^4.3.10",
4949
"chai-as-promised": "^7.1.1",
5050
"dotenv": "^17.0.1",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1688,13 +1688,14 @@ available-typed-arrays@^1.0.5:
16881688
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
16891689
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
16901690

1691-
axios@^0.27.2:
1692-
version "0.27.2"
1693-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
1694-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
1691+
axios@^1.10.0:
1692+
version "1.10.0"
1693+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
1694+
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
16951695
dependencies:
1696-
follow-redirects "^1.14.9"
1696+
follow-redirects "^1.15.6"
16971697
form-data "^4.0.0"
1698+
proxy-from-env "^1.1.0"
16981699

16991700
babel-jest@^29.7.0:
17001701
version "29.7.0"
@@ -2718,10 +2719,10 @@ flatted@^3.1.0:
27182719
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
27192720
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
27202721

2721-
follow-redirects@^1.14.9:
2722-
version "1.15.2"
2723-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
2724-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
2722+
follow-redirects@^1.15.6:
2723+
version "1.15.9"
2724+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
2725+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
27252726

27262727
for-each@^0.3.3:
27272728
version "0.3.3"
@@ -4291,6 +4292,11 @@ prop-types@^15.8.1:
42914292
object-assign "^4.1.1"
42924293
react-is "^16.13.1"
42934294

4295+
proxy-from-env@^1.1.0:
4296+
version "1.1.0"
4297+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
4298+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
4299+
42944300
psl@^1.1.33:
42954301
version "1.9.0"
42964302
resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"

0 commit comments

Comments
 (0)