Skip to content

Commit

Permalink
APT-417: sodium-randbytes replaced with crypto-js (#308)
Browse files Browse the repository at this point in the history
* sodium-randbytes replaced with crypto-js

* zilliqa-js version bumped to 3.5.0

---------

Co-authored-by: uHappyLogic <[email protected]>
  • Loading branch information
lukozill and uHappyLogic authored Dec 5, 2023
1 parent f9544f9 commit 84a6ea0
Show file tree
Hide file tree
Showing 15 changed files with 226 additions and 2,506 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"clsx": "^1.2.1",
"cross-fetch": "2.2.5",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.2.0",
"csstype": "^3.1.1",
"cz-conventional-changelog": "^3.3.0",
"d3": "^7.6.1",
Expand Down Expand Up @@ -129,7 +130,6 @@
"sanitize-html": "^2.7.3",
"scrypt-js": "^3.0.1",
"semver": "^7.5.2",
"sodium-randbytes": "0.14.0",
"source-map": "^0.7.4",
"source-map-support": "^0.5.21",
"stream-browserify": "^3.0.0",
Expand All @@ -156,6 +156,7 @@
"worker-plugin": "^5.0.1"
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"@types/long": "4.0.2",
"@types/node": "18.7.18",
"@types/protobufjs": "6.0.0",
Expand Down
Loading

0 comments on commit 84a6ea0

Please sign in to comment.