From cbb4a7fdc7024845cf37f790e09fcc5f26dfbaab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 02:30:56 +0000 Subject: [PATCH] Bump web3-utils from 1.0.0-beta.50 to 2.0.0-alpha.1 Bumps [web3-utils](https://github.com/ethereum/web3.js) from 1.0.0-beta.50 to 2.0.0-alpha.1. - [Release notes](https://github.com/ethereum/web3.js/releases) - [Changelog](https://github.com/ethereum/web3.js/blob/v2.0.0-alpha.1/CHANGELOG.md) - [Commits](https://github.com/ethereum/web3.js/compare/v1.0.0-beta.50...v2.0.0-alpha.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 33 +++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e708bf..2760121 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1580,9 +1580,9 @@ } }, "@types/bn.js": { - "version": "4.11.4", - "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-4.11.4.tgz", - "integrity": "sha512-AO8WW+aRcKWKQAYTfKLzwnpL6U+TfPqS+haRrhCy5ff04Da8WZud3ZgVjspQXaEXJDcTlsjUEVvL39wegDek5w==", + "version": "4.11.6", + "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-4.11.6.tgz", + "integrity": "sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==", "requires": { "@types/node": "*" } @@ -15322,30 +15322,35 @@ } }, "web3-utils": { - "version": "1.0.0-beta.50", - "resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.0.0-beta.50.tgz", - "integrity": "sha512-xGhM/YkepK2x0iMYUl/sws58LzTbodjMGlhZxrCZLZxJ0DoaDyk3UdmZ6aCSCwVTFg4hlVj3doaIhWnwGfhhpQ==", + "version": "2.0.0-alpha.1", + "resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-2.0.0-alpha.1.tgz", + "integrity": "sha512-xZY9rPC/5S2utQV26x2oeWlBjs1cGwO+AAwv0smK2zjNi6UeTZjG9aZ/RJZJpToIapKhdtmQI6yZ8/ZQNDRGGg==", "requires": { "@babel/runtime": "^7.3.1", "@types/bn.js": "^4.11.4", - "@types/node": "^10.12.18", + "@types/node": "^12.6.1", "bn.js": "4.11.8", "eth-lib": "0.2.8", "ethjs-unit": "^0.1.6", "lodash": "^4.17.11", "number-to-bn": "1.7.0", - "randomhex": "0.1.5", + "randombytes": "^2.1.0", "utf8": "2.1.1" }, "dependencies": { "@babel/runtime": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.4.2.tgz", - "integrity": "sha512-7Bl2rALb7HpvXFL7TETNzKSAeBVCPHELzc0C//9FCxN8nsiueWSJBqaF+2oIJScyILStASR/Cx5WMkXGYTiJFA==", + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.3.tgz", + "integrity": "sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w==", "requires": { "regenerator-runtime": "^0.13.2" } }, + "@types/node": { + "version": "12.12.24", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.24.tgz", + "integrity": "sha512-1Ciqv9pqwVtW6FsIUKSZNB82E5Cu1I2bBTj1xuIHXLe/1zYLl3956Nbhg2MzSYHVfl9/rmanjbQIb7LibfCnug==" + }, "eth-lib": { "version": "0.2.8", "resolved": "https://registry.npmjs.org/eth-lib/-/eth-lib-0.2.8.tgz", @@ -15357,9 +15362,9 @@ } }, "regenerator-runtime": { - "version": "0.13.2", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz", - "integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==" + "version": "0.13.3", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", + "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==" }, "utf8": { "version": "2.1.1", diff --git a/package.json b/package.json index 9bed035..830222d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "truffle-contract": "^3.0.4", "web3": "1.0.0-beta.36", "web3-provider-engine": "14.0.6", - "web3-utils": "^1.0.0-beta.36" + "web3-utils": "^2.0.0-alpha.1" }, "license": "ISC", "devDependencies": {