Skip to content

Commit

Permalink
Fix e2e tests (#1553)
Browse files Browse the repository at this point in the history
* Temporarily pin axios to version 1.1.3

* Add changeset
  • Loading branch information
Siegrift committed Nov 25, 2022
1 parent 6ade997 commit f3de267
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/weak-icons-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@api3/airnode-adapter': patch
'@api3/airnode-node': patch
---

Pin axios version for e2e tests to pass
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vercel/ncc": "^0.34.0",
"axios": "^1.1.3",
"axios": "1.1.3",
"comment-json": "^4.2.3",
"eslint": "^8.26.0",
"eslint-plugin-functional": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@api3/ois": "1.2.0",
"@api3/promise-utils": "^0.3.0",
"axios": "^1.1.3",
"axios": "1.1.3",
"bignumber.js": "^9.1.0",
"ethers": "^5.7.2",
"lodash": "^4.17.21"
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4853,7 +4853,7 @@ bodec@^0.1.0:
resolved "https://registry.yarnpkg.com/bodec/-/bodec-0.1.0.tgz#bc851555430f23c9f7650a75ef64c6a94c3418cc"
integrity sha512-Ylo+MAo5BDUq1KA3f3R/MFhh+g8cnHmo8bz3YPGhI1znrMaf77ol1sfvYJzsw3nTE+Y2GryfDxBaR+AqpAkEHQ==

body-parser@1.20.1, body-parser@^1.16.0, body-parser@^1.18.3, body-parser@^1.20.1:
body-parser@1.20.1, body-parser@^1.16.0, body-parser@^1.18.3:
version "1.20.1"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668"
integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==
Expand Down Expand Up @@ -7552,7 +7552,6 @@ ethereumjs-abi@0.6.8, ethereumjs-abi@^0.6.8:

"ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git":
version "0.6.8"
uid ee3994657fa7a427238e6ba92a84d0b529bbcde0
resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#ee3994657fa7a427238e6ba92a84d0b529bbcde0"
dependencies:
bn.js "^4.11.8"
Expand Down

0 comments on commit f3de267

Please sign in to comment.