bump tx-manager

This commit is contained in:
Danil Kovtonyuk 2022-05-30 21:32:17 +10:00
parent a935bea718
commit 41777a0e67
2 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pool-relayer",
"version": "0.0.4",
"version": "0.0.5",
"description": "Relayer for Tornado.cash Nova privacy solution. https://tornado.cash",
"author": "tornado.cash",
"license": "MIT",
@ -33,12 +33,12 @@
"bull": "^3.22.11",
"class-validator": "^0.13.1",
"ethers": "^5.4.6",
"gas-price-oracle": "^0.4.4",
"gas-price-oracle": "^0.4.7",
"redis": "^3.1.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0",
"tx-manager": "^0.4.5",
"tx-manager": "^0.4.8",
"uuid": "^8.3.2"
},
"devDependencies": {

View File

@ -3185,10 +3185,10 @@ functional-red-black-tree@^1.0.1:
resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
gas-price-oracle@^0.4.4:
version "0.4.4"
resolved "https://registry.yarnpkg.com/gas-price-oracle/-/gas-price-oracle-0.4.4.tgz#9b7e5583ed7126a68f9d230b9efbd9d75d864bad"
integrity sha512-alAHLiZmPJ+GxKvujZZzEY8NRPqgGGHmDQUPFTa6HAMFB4LR/T6ShTDbqQzsdeWLPSw/j8/Gux0ZSC2AsPK+Hg==
gas-price-oracle@^0.4.7:
version "0.4.7"
resolved "https://registry.yarnpkg.com/gas-price-oracle/-/gas-price-oracle-0.4.7.tgz#47406048083074bcab677efb9de08663e742153d"
integrity sha512-Ti8nhpATm83YebWU/Pz5xclZoTkzOblIhT504ZViZJUcd8jOxgj9pWtCasg8RYw+d0f19m0dJUPvdj04RC4o3A==
dependencies:
axios "^0.21.2"
bignumber.js "^9.0.0"
@ -5793,14 +5793,14 @@ tsutils@^3.21.0:
dependencies:
tslib "^1.8.1"
tx-manager@^0.4.5:
version "0.4.5"
resolved "https://registry.yarnpkg.com/tx-manager/-/tx-manager-0.4.5.tgz#a1fb64abc6f503ac1f6f43795e6915b70c028aba"
integrity sha512-5cG4YUzGG2hB8Sw1SQLbAIQVpMyPBWOrn1zpRe3QKo/gMUbf7JHT7fsK2Gr4m+O6wkd59c/hDgu6QZwZW9VKww==
tx-manager@^0.4.8:
version "0.4.8"
resolved "https://registry.yarnpkg.com/tx-manager/-/tx-manager-0.4.8.tgz#d354af422d6019629c4b80b0872e332e1ab8c338"
integrity sha512-gs7V8jWxAjMLl+HtkDI6U04fqqB/Coprz0xRCVYeuBh/5ZiVuC+txd2yP08HyQsSRgAiNMXAlSskrfxaJKsxZg==
dependencies:
async-mutex "^0.2.4"
ethers "^5.4.6"
gas-price-oracle "^0.4.4"
gas-price-oracle "^0.4.7"
web3-core-promievent "^1.3.0"
type-check@^0.4.0, type-check@~0.4.0: