Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Rigamonti <[email protected]>
  • Loading branch information
dependabot[bot] and fabiorigam authored Jan 23, 2025
1 parent 54369cf commit fa92093
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@ethereumjs/rlp": "^5.0.2",
"@noble/ciphers": "^1.1.3",
"@noble/ciphers": "^1.2.1",
"@noble/curves": "^1.7.0",
"@noble/hashes": "^1.5.0",
"@scure/base": "^1.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3427,10 +3427,10 @@
dependencies:
eslint-scope "5.1.1"

"@noble/ciphers@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-1.1.3.tgz#eb27085aa7ce94d8c6eaeb64299bab0589920ec1"
integrity sha512-Ygv6WnWJHLLiW4fnNDC1z+i13bud+enXOFRBlpxI+NJliPWx5wdR+oWlTjLuBPTqjUjtHXtjkU6w3kuuH6upZA==
"@noble/ciphers@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-1.2.1.tgz#3812b72c057a28b44ff0ad4aff5ca846e5b9cdc9"
integrity sha512-rONPWMC7PeExE077uLE4oqWrZ1IvAfz3oH9LibVAcVCopJiA9R62uavnbEzdkVmJYI6M6Zgkbeb07+tWjlq2XA==

"@noble/[email protected]":
version "1.2.0"
Expand Down

1 comment on commit fa92093

@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: 98%
98.93% (4378/4425) 96.95% (1400/1444) 98.9% (906/916)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 27s ⏱️
network 731 0 πŸ’€ 0 ❌ 0 πŸ”₯ 5m 10s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.083s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.787s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 8s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 23s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 20s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 9s ⏱️

Please sign in to comment.