Skip to content

Commit

Permalink
build(deps): bump @aws-sdk/client-kms from 3.696.0 to 3.723.0 (#1635)
Browse files Browse the repository at this point in the history
Bumps [@aws-sdk/client-kms](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kms) from 3.696.0 to 3.723.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kms/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.723.0/clients/client-kms)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-kms"
  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>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 93ea34d commit 840f711
Show file tree
Hide file tree
Showing 2 changed files with 594 additions and 599 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 @@ -38,7 +38,7 @@
"test:unit": "rm -rf ./coverageUnit && UNIT=true jest --coverage --coverageDirectory=coverageUnit --group=unit"
},
"dependencies": {
"@aws-sdk/client-kms": "^3.696.0",
"@aws-sdk/client-kms": "^3.723.0",
"@noble/curves": "^1.7.0",
"@vechain/sdk-core": "1.0.0-rc.5",
"@vechain/sdk-errors": "1.0.0-rc.5",
Expand Down
Loading

1 comment on commit 840f711

@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% (4370/4414) 97.55% (1399/1434) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 27s ⏱️
network 729 0 πŸ’€ 0 ❌ 0 πŸ”₯ 5m 1s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 19.204s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 19.413s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 1s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 30s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 17s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 4s ⏱️

Please sign in to comment.