Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 25, 2022
1 parent 3d3f2a7 commit ab55d3b
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 22 deletions.
33 changes: 22 additions & 11 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/test-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@arkecosystem/crypto": "^3.0.0-next",
"@protokol/notarization-crypto": "workspace:packages/notarization-crypto",
"axios": "^0.21.1",
"axios": "^0.27.0",
"axios-retry": "^3.1.9",
"dotenv": "^10.0.0",
"ethers": "^5.0.17"
Expand Down
32 changes: 22 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4274,12 +4274,13 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.21.1":
version: 0.21.1
resolution: "axios@npm:0.21.1"
"axios@npm:^0.27.0":
version: 0.27.0
resolution: "axios@npm:0.27.0"
dependencies:
follow-redirects: ^1.10.0
checksum: c87915fa0b18c15c63350112b6b3563a3e2ae524d7707de0a73d2e065e0d30c5d3da8563037bc29d4cc1b7424b5a350cb7274fa52525c6c04a615fe561c6ab11
follow-redirects: ^1.14.9
form-data: ^4.0.0
checksum: 57078fe72c3c01031f2e67c4b48569d15fb54d48aabc9916c0a3619856c958ea9e4e76a313ac83ec9d8d3bbe076c148d98c829a534db11a28513f3f72277fefb
languageName: node
linkType: hard

Expand Down Expand Up @@ -7145,13 +7146,13 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.10.0":
version: 1.14.1
resolution: "follow-redirects@npm:1.14.1"
"follow-redirects@npm:^1.14.9":
version: 1.14.9
resolution: "follow-redirects@npm:1.14.9"
peerDependenciesMeta:
debug:
optional: true
checksum: 7381a55bdc6951c5c1ab73a8da99d9fa4c0496ce72dba92cd2ac2babe0e3ebde9b81c5bca889498ad95984bc773d713284ca2bb17f1b1e1416e5f6531e39a488
checksum: f5982e0eb481818642492d3ca35a86989c98af1128b8e1a62911a3410621bc15d2b079e8170b35b19d3bdee770b73ed431a257ed86195af773771145baa57845
languageName: node
linkType: hard

Expand Down Expand Up @@ -7191,6 +7192,17 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.0":
version: 4.0.0
resolution: "form-data@npm:4.0.0"
dependencies:
asynckit: ^0.4.0
combined-stream: ^1.0.8
mime-types: ^2.1.12
checksum: 01135bf8675f9d5c61ff18e2e2932f719ca4de964e3be90ef4c36aacfc7b9cb2fceb5eca0b7e0190e3383fe51c5b37f4cb80b62ca06a99aaabfcfd6ac7c9328c
languageName: node
linkType: hard

"form-data@npm:~2.3.2":
version: 2.3.3
resolution: "form-data@npm:2.3.3"
Expand Down Expand Up @@ -12393,7 +12405,7 @@ fsevents@~2.1.2:
dependencies:
"@arkecosystem/crypto": ^3.0.0-next
"@protokol/notarization-crypto": "workspace:packages/notarization-crypto"
axios: ^0.21.1
axios: ^0.27.0
axios-retry: ^3.1.9
dotenv: ^10.0.0
eslint: ^7.23.0
Expand Down

0 comments on commit ab55d3b

Please sign in to comment.