Skip to content

Commit

Permalink
fix: sync cryptographic dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Jul 30, 2024
1 parent a00e86e commit fa72ca7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"dependencies": {
"@noble/curves": "~1.4.0",
"@noble/hashes": "^1.4.0",
"@noble/hashes": "~1.4.0",
"@scure/base": "~1.1.3",
"@scure/starknet": "~1.0.0",
"abi-wan-kanabi": "^2.2.2",
Expand All @@ -108,6 +108,12 @@
"ts-mixer": "^6.0.3",
"url-join": "^4.0.1"
},
"overrides": {
"@scure/starknet": {
"@noble/curves": "~1.4.0",
"@noble/hashes": "~1.4.0"
}
},
"lint-staged": {
"*.ts": "eslint --cache --fix",
"*.{ts,js,md,yml,json}": "prettier --write"
Expand Down

0 comments on commit fa72ca7

Please sign in to comment.