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

Commit a62bbcd

Browse files
committed
Bump and pin @ganache/console.log
rebase against develop(onto 1328055) rebase against develop(onto 88a9b5f)
1 parent 88a9b5f commit a62bbcd

File tree

3 files changed

+34
-20
lines changed

3 files changed

+34
-20
lines changed

packages/resolver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"types": "dist/lib/index.d.ts",
2929
"dependencies": {
30-
"@ganache/console.log": "0.2.0",
30+
"@ganache/console.log": "0.3.0",
3131
"@truffle/compile-solidity": "^6.0.54",
3232
"@truffle/contract": "^4.6.10",
3333
"@truffle/contract-sources": "^0.2.0",

packages/truffle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"original-require": "^1.0.1"
4343
},
4444
"devDependencies": {
45-
"@ganache/console.log": "^0.2.0",
45+
"@ganache/console.log": "0.3.0",
4646
"@truffle/box": "^2.1.67",
4747
"@truffle/config": "^1.3.47",
4848
"@truffle/contract": "^4.6.10",

yarn.lock

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,6 +2508,11 @@
25082508
ethereumjs-util "^7.1.1"
25092509
miller-rabin "^4.0.0"
25102510

2511+
"@ethereumjs/rlp@^4.0.0-beta.2":
2512+
version "4.0.0"
2513+
resolved "https://registry.yarnpkg.com/@ethereumjs/rlp/-/rlp-4.0.0.tgz#66719891bd727251a7f233f9ca80212d1994f8c8"
2514+
integrity sha512-LM4jS5n33bJN60fM5EC8VeyhUgga6/DjCPBV2vWjnfVtobqtOiNC4SQ1MRFqyBSmJGGdB533JZWewyvlcdJtkQ==
2515+
25112516
"@ethereumjs/[email protected]":
25122517
version "3.3.2"
25132518
resolved "https://registry.yarnpkg.com/@ethereumjs/tx/-/tx-3.3.2.tgz#348d4624bf248aaab6c44fec2ae67265efe3db00"
@@ -2548,6 +2553,15 @@
25482553
"@ethereumjs/common" "^2.6.4"
25492554
ethereumjs-util "^7.1.5"
25502555

2556+
"@ethereumjs/[email protected]":
2557+
version "8.0.2"
2558+
resolved "https://registry.yarnpkg.com/@ethereumjs/util/-/util-8.0.2.tgz#b7348fc7253649b0f00685a94546c6eee1fad819"
2559+
integrity sha512-b1Fcxmq+ckCdoLPhVIBkTcH8szigMapPuEmD8EDakvtI5Na5rzmX1sBW73YQqaPc7iUxGCAzZP1LrFQ7aEMugA==
2560+
dependencies:
2561+
"@ethereumjs/rlp" "^4.0.0-beta.2"
2562+
async "^3.2.4"
2563+
ethereum-cryptography "^1.1.2"
2564+
25512565
"@ethereumjs/[email protected]":
25522566
version "5.6.0"
25532567
resolved "https://registry.yarnpkg.com/@ethereumjs/vm/-/vm-5.6.0.tgz#e0ca62af07de820143674c30b776b86c1983a464"
@@ -3714,13 +3728,13 @@
37143728
"@floating-ui/dom" "^0.5.3"
37153729
use-isomorphic-layout-effect "^1.1.1"
37163730

3717-
"@ganache/console.log@0.2.0", "@ganache/console.log@^0.2.0":
3718-
version "0.2.0"
3719-
resolved "https://registry.yarnpkg.com/@ganache/console.log/-/console.log-0.2.0.tgz#32ea0df806ed735d61bd0537d7b7fc350e511479"
3720-
integrity sha512-+SNBUZzrbe4DE4F0jdl9SU8w3ek5k4cUE73ttUFweo8FaKEDQsMbFjZ3ZU0LM6QM/zCMqE7euSq0s/IlsYxf7A==
3731+
"@ganache/console.log@0.3.0":
3732+
version "0.3.0"
3733+
resolved "https://registry.yarnpkg.com/@ganache/console.log/-/console.log-0.3.0.tgz#be7bb0875e883d7c219c3543cc7e854203c5233d"
3734+
integrity sha512-cRkjY3gn1zxPxy+PKK/xl12p3KbGwXeS7oGTkXFeey4bhQgd5QBa/+HNMVPflT2BcWLZ91Ir+CRRiRekeyHUWQ==
37213735
dependencies:
3736+
"@ethereumjs/util" "8.0.2"
37223737
"@ganache/utils" "0.3.0"
3723-
ethereumjs-util "7.1.5"
37243738

37253739
"@ganache/[email protected]":
37263740
version "0.1.5"
@@ -8478,7 +8492,7 @@ async@^2.0.1, async@^2.1.2, async@^2.4.0, async@^2.5.0:
84788492
dependencies:
84798493
lodash "^4.17.14"
84808494

8481-
async@^3.2.3:
8495+
async@^3.2.3, async@^3.2.4:
84828496
version "3.2.4"
84838497
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
84848498
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
@@ -13063,7 +13077,7 @@ ethereum-common@^0.0.18:
1306313077
resolved "https://registry.yarnpkg.com/ethereum-common/-/ethereum-common-0.0.18.tgz#2fdc3576f232903358976eb39da783213ff9523f"
1306413078
integrity sha1-L9w1dvIykDNYl26znaeDIT/5Uj8=
1306513079

13066-
[email protected], ethereum-cryptography@^1.0.3:
13080+
[email protected], ethereum-cryptography@^1.0.3, ethereum-cryptography@^1.1.2:
1306713081
version "1.1.2"
1306813082
resolved "https://registry.yarnpkg.com/ethereum-cryptography/-/ethereum-cryptography-1.1.2.tgz#74f2ac0f0f5fe79f012c889b3b8446a9a6264e6d"
1306913083
integrity sha512-XDSJlg4BD+hq9N2FjvotwUET9Tfxpxc3kWGE2AqUG5vcbeunnbImVk3cj6e/xT3phdW21mE8R5IugU4fspQDcQ==
@@ -13184,17 +13198,6 @@ [email protected]:
1318413198
ethereum-cryptography "^0.1.3"
1318513199
rlp "^2.2.4"
1318613200

13187-
[email protected], ethereumjs-util@^7.1.2, ethereumjs-util@^7.1.5:
13188-
version "7.1.5"
13189-
resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-7.1.5.tgz#9ecf04861e4fbbeed7465ece5f23317ad1129181"
13190-
integrity sha512-SDl5kKrQAudFBUe5OJM9Ac6WmMyYmXX/6sTmLZ3ffG2eY6ZIGBes3pEDxNN6V72WyOw4CPD5RomKdsa8DAAwLg==
13191-
dependencies:
13192-
"@types/bn.js" "^5.1.0"
13193-
bn.js "^5.1.2"
13194-
create-hash "^1.1.2"
13195-
ethereum-cryptography "^0.1.3"
13196-
rlp "^2.2.4"
13197-
1319813201
ethereumjs-util@^4.3.0:
1319913202
version "4.5.1"
1320013203
resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-4.5.1.tgz#f4bf9b3b515a484e3cc8781d61d9d980f7c83bd0"
@@ -13280,6 +13283,17 @@ ethereumjs-util@^7.1.1, ethereumjs-util@^7.1.3, ethereumjs-util@^7.1.4:
1328013283
ethereum-cryptography "^0.1.3"
1328113284
rlp "^2.2.4"
1328213285

13286+
ethereumjs-util@^7.1.2, ethereumjs-util@^7.1.5:
13287+
version "7.1.5"
13288+
resolved "https://registry.yarnpkg.com/ethereumjs-util/-/ethereumjs-util-7.1.5.tgz#9ecf04861e4fbbeed7465ece5f23317ad1129181"
13289+
integrity sha512-SDl5kKrQAudFBUe5OJM9Ac6WmMyYmXX/6sTmLZ3ffG2eY6ZIGBes3pEDxNN6V72WyOw4CPD5RomKdsa8DAAwLg==
13290+
dependencies:
13291+
"@types/bn.js" "^5.1.0"
13292+
bn.js "^5.1.2"
13293+
create-hash "^1.1.2"
13294+
ethereum-cryptography "^0.1.3"
13295+
rlp "^2.2.4"
13296+
1328313297
ethereumjs-vm@^2.3.4:
1328413298
version "2.6.0"
1328513299
resolved "https://registry.yarnpkg.com/ethereumjs-vm/-/ethereumjs-vm-2.6.0.tgz#76243ed8de031b408793ac33907fb3407fe400c6"

0 commit comments

Comments
 (0)