Skip to content

Commit 47b20a1

Browse files
Update dependency axios to v1.6.5
1 parent 4140f5b commit 47b20a1

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"axios": "1.3.3",
17+
"axios": "1.6.5",
1818
"cors": "2.8.5",
1919
"dotenv": "16.0.3",
2020
"ethers": "6.0.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -832,12 +832,12 @@ asynckit@^0.4.0:
832832
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
833833
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
834834

835-
axios@1.3.3:
836-
version "1.3.3"
837-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b"
838-
integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==
835+
axios@1.6.5:
836+
version "1.6.5"
837+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8"
838+
integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==
839839
dependencies:
840-
follow-redirects "^1.15.0"
840+
follow-redirects "^1.15.4"
841841
form-data "^4.0.0"
842842
proxy-from-env "^1.1.0"
843843

@@ -1398,10 +1398,10 @@ find-up@^4.0.0, find-up@^4.1.0:
13981398
locate-path "^5.0.0"
13991399
path-exists "^4.0.0"
14001400

1401-
follow-redirects@^1.15.0:
1402-
version "1.15.2"
1403-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
1404-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
1401+
follow-redirects@^1.15.4:
1402+
version "1.15.4"
1403+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
1404+
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
14051405

14061406
form-data@^4.0.0:
14071407
version "4.0.0"

0 commit comments

Comments
 (0)