Skip to content

Commit

Permalink
build(deps): bump @noble/curves from 1.6.0 to 1.7.0 (#1572)
Browse files Browse the repository at this point in the history
Bumps [@noble/curves](https://github.com/paulmillr/noble-curves) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/paulmillr/noble-curves/releases)
- [Commits](paulmillr/noble-curves@1.6.0...1.7.0)

---
updated-dependencies:
- dependency-name: "@noble/curves"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Rigamonti <73019897+fabiorigam@users.noreply.github.com>
Co-authored-by: Miguel Angel Rojo Fernandez <miguel.rojo@vechain.org>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent db1c942 commit 0b323ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/aws-kms-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@aws-sdk/client-kms": "^3.696.0",
"@noble/curves": "^1.6.0",
"@noble/curves": "^1.7.0",
"@vechain/sdk-core": "1.0.0-rc.5",
"@vechain/sdk-errors": "1.0.0-rc.5",
"@vechain/sdk-network": "1.0.0-rc.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@ethereumjs/rlp": "^5.0.2",
"@noble/ciphers": "^1.1.1",
"@noble/curves": "^1.6.0",
"@noble/curves": "^1.7.0",
"@noble/hashes": "^1.5.0",
"@scure/base": "^1.1.9",
"@scure/bip32": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:browser:solo": "(yarn start-thor-solo && yarn test:browser && yarn stop-thor-solo) || yarn stop-thor-solo"
},
"dependencies": {
"@noble/curves": "^1.6.0",
"@noble/curves": "^1.7.0",
"@vechain/sdk-core": "1.0.0-rc.5",
"@vechain/sdk-errors": "1.0.0-rc.5",
"@vechain/sdk-logging": "1.0.0-rc.5",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3573,7 +3573,7 @@
dependencies:
"@noble/hashes" "1.4.0"

"@noble/curves@1.7.0", "@noble/curves@^1.4.0", "@noble/curves@^1.6.0", "@noble/curves@~1.7.0":
"@noble/curves@1.7.0", "@noble/curves@^1.4.0", "@noble/curves@^1.6.0", "@noble/curves@^1.7.0", "@noble/curves@~1.7.0":
version "1.7.0"
resolved "https://registry.npmjs.org/@noble/curves/-/curves-1.7.0.tgz#0512360622439256df892f21d25b388f52505e45"
integrity sha512-UTMhXK9SeDhFJVrHeUJ5uZlI6ajXg10O6Ddocf9S6GjbSBVZsJo88HzKwXznNfGpMTRDyJkqMjNDPYgf0qFWnw==
Expand Down

1 comment on commit 0b323ea

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99% (4366/4410) 97.55% (1397/1432) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 20s ⏱️
network 727 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 57s ⏱️
errors 42 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.668s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.347s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 2s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 8s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 12s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 3s ⏱️

Please sign in to comment.