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

Commit 6ec19d0

Browse files
committed
web3-eth-accounts: Update to latest version of uuid package
This change updates to the latest version of uuid, to fix an issue with Math.random() (displayed in a warning on install). Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
1 parent 0b890b7 commit 6ec19d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-eth-accounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eth-lib": "0.2.8",
2121
"ethereumjs-util": "^7.0.10",
2222
"scrypt-js": "^3.0.1",
23-
"uuid": "3.3.2",
23+
"uuid": "8.3.2",
2424
"web3-core": "1.6.1",
2525
"web3-core-helpers": "1.6.1",
2626
"web3-core-method": "1.6.1",

0 commit comments

Comments
 (0)