Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Bump web3-utils to 1.2.9
Browse files Browse the repository at this point in the history
* @truffle/codec: 1.2.1 →  1.2.9
* @truffle/contract: 1.2.1 →  1.2.9
* @truffle/core: 1.2.1 →  1.2.9
* @truffle/db: 1.2.2 →  1.2.9
* @truffle/deployer: 1.2.2 →  1.2.9
* @truffle/external-compile: 1.2.1 →  1.2.9
* @truffle/reporters: 1.2.1 →  1.2.9
  • Loading branch information
eggplantzzz committed Oct 22, 2020
1 parent b35a476 commit a551fbf
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"semver": "^6.3.0",
"source-map-support": "^0.5.19",
"utf8": "^3.0.0",
"web3-utils": "1.2.1"
"web3-utils": "1.2.9"
},
"devDependencies": {
"@gnd/typedoc": "0.15.0-0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"web3-core-helpers": "1.2.1",
"web3-core-promievent": "1.2.1",
"web3-eth-abi": "1.2.1",
"web3-utils": "1.2.1"
"web3-utils": "1.2.9"
},
"devDependencies": {
"browserify": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"tmp": "^0.2.1",
"universal-analytics": "^0.4.17",
"web3": "1.2.9",
"web3-utils": "1.2.1",
"web3-utils": "1.2.9",
"xregexp": "^4.2.4",
"yargs": "^8.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"pouchdb-find": "^7.0.0",
"source-map-support": "^0.5.9",
"web3": "1.2.9",
"web3-utils": "1.2.2"
"web3-utils": "1.2.9"
},
"devDependencies": {
"@gql2ts/from-schema": "^2.0.0-4",
Expand Down
2 changes: 1 addition & 1 deletion packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"emittery": "^0.4.0",
"eth-ens-namehash": "^2.0.8",
"ethereum-ens": "^0.8.0",
"web3-utils": "1.2.2"
"web3-utils": "1.2.9"
},
"devDependencies": {
"@truffle/reporters": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/external-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@truffle/expect": "^0.0.15",
"debug": "^4.1.0",
"glob": "^7.1.2",
"web3-utils": "1.2.1"
"web3-utils": "1.2.9"
},
"devDependencies": {
"chai": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"node-emoji": "^1.8.1",
"ora": "^3.4.0",
"web3-utils": "1.2.1"
"web3-utils": "1.2.9"
},
"publishConfig": {
"access": "public"
Expand Down
14 changes: 0 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22779,20 +22779,6 @@ web3-utils@1.2.11:
underscore "1.9.1"
utf8 "3.0.0"

web3-utils@1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.2.tgz#b53a08c40d2c3f31d3c4a28e7d749405df99c8c0"
integrity sha512-joF+s3243TY5cL7Z7y4h1JsJpUCf/kmFmj+eJar7Y2yNIGVcW961VyrAms75tjUysSuHaUQ3eQXjBEUJueT52A==
dependencies:
bn.js "4.11.8"
eth-lib "0.2.7"
ethereum-bloom-filters "^1.0.6"
ethjs-unit "0.1.6"
number-to-bn "1.7.0"
randombytes "^2.1.0"
underscore "1.9.1"
utf8 "3.0.0"

web3-utils@1.2.4, web3-utils@^1.0.0-beta.31:
version "1.2.4"
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.2.4.tgz#96832a39a66b05bf8862a5b0bdad2799d709d951"
Expand Down

0 comments on commit a551fbf

Please sign in to comment.