Skip to content

Commit

Permalink
chore: patch secp256k1 (#1308)
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris authored Dec 5, 2024
1 parent 9985faf commit 88f8cd9
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 385 deletions.
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "AGPL-3.0-only",
"dependencies": {
"@across-protocol/constants": "^3.1.20",
"@across-protocol/contracts": "^3.0.16",
"@across-protocol/contracts": "^3.0.17",
"@across-protocol/contracts-v3.0.6": "npm:@across-protocol/[email protected]",
"@across-protocol/sdk": "^3.3.22",
"@amplitude/analytics-browser": "^2.3.5",
Expand Down Expand Up @@ -180,7 +180,16 @@
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773 ",
"react-error-overlay": "6.0.9",
"babel-loader": "8.1.0"
"babel-loader": "8.1.0",
"**/eccrypto/secp256k1": "3.8.1",
"**/eth-crypto/secp256k1": "5.0.1",
"**/libp2p-crypto/secp256k1": "4.0.4",
"**/ethereum-cryptography/secp256k1": "4.0.4"
},
"overrides": {
"[email protected]": "3.8.1",
"[email protected]": "4.0.4",
"[email protected]": "5.0.1"
},
"eslintConfig": {
"overrides": [
Expand Down
Loading

0 comments on commit 88f8cd9

Please sign in to comment.