Skip to content

Commit fbdb32f

Browse files
committed
fix: added @trufflesuite/[email protected]
Ticket: DX-1549
1 parent b5350f0 commit fbdb32f

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
"**/ethers/**/ws": "7.5.10",
9999
"**/swarm-js/**/ws": "5.2.4",
100100
"serialize-javascript": "^6.0.2",
101-
"@grpc/grpc-js": "^1.12.6"
101+
"@grpc/grpc-js": "^1.12.6",
102+
"bigint-buffer": "npm:@trufflesuite/[email protected]"
102103
},
103104
"workspaces": [
104105
"modules/*"
@@ -139,7 +140,8 @@
139140
"dependencies": {
140141
"axios": "^1.12.0",
141142
"terser": "^5.14.2",
142-
"tmp": "^0.2.3"
143+
"tmp": "^0.2.3",
144+
"bigint-buffer": "npm:@trufflesuite/[email protected]"
143145
},
144146
"packageManager": "[email protected]"
145147
}

yarn.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7675,12 +7675,12 @@ [email protected], bigi@^1.1.0, bigi@^1.4.2:
76757675
resolved "https://registry.npmjs.org/bigi/-/bigi-1.4.2.tgz"
76767676
integrity sha512-ddkU+dFIuEIW8lE7ZwdIAf2UPoM90eaprg5m3YXAVVTmKlqV/9BX4A2M8BOK2yOq6/VgZFVhK6QAxJebhlbhzw==
76777677

7678-
bigint-buffer@^1.1.5:
7679-
version "1.1.5"
7680-
resolved "https://registry.npmjs.org/bigint-buffer/-/bigint-buffer-1.1.5.tgz"
7681-
integrity sha512-trfYco6AoZ+rKhKnxA0hgX0HAbVP/s808/EuDSe2JDzUnCp/xAsli35Orvk67UrTEcwuxZqYZDmfA2RXJgxVvA==
7678+
bigint-buffer@^1.1.5, "bigint-buffer@npm:@trufflesuite/[email protected]":
7679+
version "1.1.10"
7680+
resolved "https://registry.npmjs.org/@trufflesuite/bigint-buffer/-/bigint-buffer-1.1.10.tgz#a1d9ca22d3cad1a138b78baaf15543637a3e1692"
7681+
integrity sha512-pYIQC5EcMmID74t26GCC67946mgTJFiLXOT/BYozgrd4UEY2JHEGLhWi9cMiQCt5BSqFEvKkCHNnoj82SRjiEw==
76827682
dependencies:
7683-
bindings "^1.3.0"
7683+
node-gyp-build "4.4.0"
76847684

76857685
76867686
version "3.1.4"
@@ -7736,13 +7736,6 @@ binaryextensions@^4.16.0:
77367736
resolved "https://registry.npmjs.org/binaryextensions/-/binaryextensions-4.19.0.tgz"
77377737
integrity sha512-DRxnVbOi/1OgA5pA9EDiRT8gvVYeqfuN7TmPfLyt6cyho3KbHCi3EtDQf39TTmGDrR5dZ9CspdXhPkL/j/WGbg==
77387738

7739-
bindings@^1.3.0:
7740-
version "1.5.0"
7741-
resolved "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz"
7742-
integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
7743-
dependencies:
7744-
file-uri-to-path "1.0.0"
7745-
77467739
bip174@=2.1.1, bip174@^2.1.1:
77477740
version "2.1.1"
77487741
resolved "https://registry.npmjs.org/bip174/-/bip174-2.1.1.tgz"
@@ -11618,11 +11611,6 @@ file-loader@^6.2.0:
1161811611
loader-utils "^2.0.0"
1161911612
schema-utils "^3.0.0"
1162011613

11621-
11622-
version "1.0.0"
11623-
resolved "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz"
11624-
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
11625-
1162611614
filelist@^1.0.4:
1162711615
version "1.0.4"
1162811616
resolved "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz"
@@ -15676,6 +15664,11 @@ [email protected]:
1567615664
dependencies:
1567715665
detect-libc "^2.0.1"
1567815666

15667+
15668+
version "4.4.0"
15669+
resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.4.0.tgz#42e99687ce87ddeaf3a10b99dc06abc11021f3f4"
15670+
integrity sha512-amJnQCcgtRVw9SvoebO3BKGESClrfXGCUTX9hSn1OuGQTQBOZmVd0Z0OlecpuRksKvbsUqALE8jls/ErClAPuQ==
15671+
1567915672
node-gyp-build@^4.2.0, node-gyp-build@^4.3.0:
1568015673
version "4.8.4"
1568115674
resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz"

0 commit comments

Comments
 (0)