Skip to content

Commit

Permalink
Merge pull request #1 from ZelCore-io/dev
Browse files Browse the repository at this point in the history
fixaate deps
  • Loading branch information
TheTrunk authored Dec 11, 2024
2 parents 21dbc75 + eee4155 commit d8ca8fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"request": "browser-request"
},
"dependencies": {
"@noble/hashes": "1.6.1",
"@noble/curves": "1.7.0",
"@noble/hashes": "=1.6.1",
"@noble/curves": "=1.7.0",
"bn.js": "=4.11.8",
"bs58": "^4.0.1",
"bs58": "=4.0.1",
"buffer-compare": "=1.1.1",
"elliptic": "^6.5.3",
"elliptic": "=6.4.0",
"inherits": "=2.0.1",
"lodash": "^4.17.20",
"lodash": "=4.17.11",
"url": "*"
},
"description": "JavaScript Kaspa library without Wasm, based on noble/curves.",
Expand Down

0 comments on commit d8ca8fd

Please sign in to comment.