Skip to content

Commit

Permalink
fix(deps): update dependency elliptic to ~6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2024
1 parent 2551ea5 commit d180f5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/js-crypto-ec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"asn1.js": "~5.4.1",
"buffer": "~6.0.0",
"elliptic": "~6.5.0",
"elliptic": "~6.6.0",
"js-crypto-env": "^1.0.5",
"js-crypto-hash": "^1.0.7",
"js-crypto-key-utils": "^1.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-crypto-key-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"asn1.js": "~5.4.1",
"buffer": "~6.0.0",
"des.js": "~1.1.0",
"elliptic": "~6.5.0",
"elliptic": "~6.6.0",
"js-crypto-aes": "^1.0.6",
"js-crypto-hash": "^1.0.7",
"js-crypto-pbkdf": "^1.0.7",
Expand Down

0 comments on commit d180f5b

Please sign in to comment.