fix: bump gas price oracle

This commit is contained in:
Danil Kovtonyuk 2021-06-10 23:41:43 +03:00
parent e24af4239e
commit 5cfe527be8
2 changed files with 9 additions and 1 deletions

@ -20,7 +20,7 @@
"bull": "^3.12.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"gas-price-oracle": "^0.3.1",
"gas-price-oracle": "^0.3.2",
"ioredis": "^4.14.1",
"tx-manager": "^0.3.0",
"uuid": "^8.3.0",

@ -2027,6 +2027,14 @@ gas-price-oracle@^0.3.1:
axios "^0.19.2"
bignumber.js "^9.0.0"
gas-price-oracle@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/gas-price-oracle/-/gas-price-oracle-0.3.2.tgz#842ec6fe4f362703bb45add642288dbdf70b240b"
integrity sha512-KWET9iL/QtoZmBXDy8t1sDELIg0bhkH6ExZQwuW6jUs4tJfZGNmB8NPKTnSaycXuIe72nW5t/1pjn6pUQlSByg==
dependencies:
axios "^0.19.2"
bignumber.js "^9.0.0"
get-caller-file@^2.0.1:
version "2.0.5"
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"