Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 55a4de1

Browse files
mpetrunicAlex
and
Alex
authoredJun 5, 2023
add util polyfill (#6150)
Signed-off-by: Marin Petrunic <marin.petrunic@gmail.com> Co-authored-by: Alex <alex.luu@mail.utoronto.ca>
1 parent 45edf3d commit 55a4de1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎packages/web3-validator/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
},
4747
"dependencies": {
4848
"is-my-json-valid": "^2.20.6",
49+
"util": "^0.12.5",
4950
"ethereum-cryptography": "^2.0.0",
5051
"web3-errors": "^1.0.0-rc.1",
5152
"web3-types": "^1.0.0-rc.1"

‎yarn.lock

+11
Original file line numberDiff line numberDiff line change
@@ -11583,6 +11583,17 @@ util@^0.12.0:
1158311583
safe-buffer "^5.1.2"
1158411584
which-typed-array "^1.1.2"
1158511585

11586+
util@^0.12.5:
11587+
version "0.12.5"
11588+
resolved "https://registry.yarnpkg.com/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc"
11589+
integrity sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==
11590+
dependencies:
11591+
inherits "^2.0.3"
11592+
is-arguments "^1.0.4"
11593+
is-generator-function "^1.0.7"
11594+
is-typed-array "^1.1.3"
11595+
which-typed-array "^1.1.2"
11596+
1158611597
utils-merge@1.0.1:
1158711598
version "1.0.1"
1158811599
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"

0 commit comments

Comments
 (0)
This repository has been archived.