Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/adena-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/libsodium-wrappers-sumo": "^0.7.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"elliptic": "^6.5.4",
"elliptic": "^6.6.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"libsodium-wrappers": "^0.7.13",
Expand Down
17 changes: 16 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7987,7 +7987,7 @@ __metadata:
bn.js: 5.2.1
crypto-js: 4.2.0
dotenv: 16.4.5
elliptic: ^6.5.4
elliptic: ^6.6.0
eslint: ^8.56.0
jest: ^29.7.0
ledger-cosmos-js: ^2.1.8
Expand Down Expand Up @@ -10963,6 +10963,21 @@ __metadata:
languageName: node
linkType: hard

"elliptic@npm:^6.6.0":
version: 6.6.0
resolution: "elliptic@npm:6.6.0"
dependencies:
bn.js: ^4.11.9
brorand: ^1.1.0
hash.js: ^1.0.0
hmac-drbg: ^1.0.1
inherits: ^2.0.4
minimalistic-assert: ^1.0.1
minimalistic-crypto-utils: ^1.0.1
checksum: e912349b883e694bfe65005214237a470c9a098a6ba36fd24396d0ab07feb399920c0738aeed1aed6cf5dca9c64fd479e212faed3a75c9d81453671ef0de5157
languageName: node
linkType: hard

"emittery@npm:^0.13.1":
version: 0.13.1
resolution: "emittery@npm:0.13.1"
Expand Down
Loading