Skip to content

Commit

Permalink
client/ts-web: bump @noble/hashes in /client-sdk/ts-web
Browse files Browse the repository at this point in the history
Bumps [@noble/hashes](https://github.com/paulmillr/noble-hashes) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/paulmillr/noble-hashes/releases)
- [Commits](paulmillr/noble-hashes@1.5.0...1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 8444b42 commit 72ca159
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
2 changes: 1 addition & 1 deletion client-sdk/ts-web/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test-e2e-node": "node --experimental-global-webcrypto playground/e2e-test-nodejs.js"
},
"dependencies": {
"@noble/hashes": "^1.5.0",
"@noble/hashes": "^1.6.1",
"bech32": "^2.0.0",
"bip39": "^3.1.0",
"cborg": "^2.0.3",
Expand Down
34 changes: 26 additions & 8 deletions client-sdk/ts-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-sdk/ts-web/rt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0",
"@noble/hashes": "^1.6.1",
"@oasisprotocol/client": "^1.1.0",
"@oasisprotocol/deoxysii": "^0.0.6",
"tweetnacl": "^1.0.3"
Expand Down

0 comments on commit 72ca159

Please sign in to comment.