Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit da87603

Browse files
Update dependency axios to v1.6.0 [SECURITY]
1 parent 0482ffa commit da87603

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MPL-2.0",
1919
"dependencies": {
2020
"@azure/functions": "3.5.1",
21-
"axios": "1.2.3",
21+
"axios": "1.6.0",
2222
"ramda": "0.30.1",
2323
"web3": "1.7.4"
2424
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -830,10 +830,10 @@ aws4@^1.8.0:
830830
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
831831
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
832832

833-
axios@1.2.3:
834-
version "1.2.3"
835-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.3.tgz#31a3d824c0ebf754a004b585e5f04a5f87e6c4ff"
836-
integrity sha512-pdDkMYJeuXLZ6Xj/Q5J3Phpe+jbGdsSzlQaFVkMQzRUL05+6+tetX8TV3p4HrU4kzuO9bt+io/yGQxuyxA/xcw==
833+
axios@1.6.0:
834+
version "1.6.0"
835+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
836+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
837837
dependencies:
838838
follow-redirects "^1.15.0"
839839
form-data "^4.0.0"

0 commit comments

Comments
 (0)