Skip to content

Commit

Permalink
Bump bs58 from 5.0.0 to 6.0.0 (#499)
Browse files Browse the repository at this point in the history
Bumps [bs58](https://github.com/cryptocoinjs/bs58) from 5.0.0 to 6.0.0.
- [Changelog](https://github.com/cryptocoinjs/bs58/blob/master/CHANGELOG.md)
- [Commits](cryptocoinjs/bs58@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: bs58
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Nov 12, 2024
1 parent 5b51ac1 commit 9e48332
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion legacy-sdk/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@solana/spl-token": "0.4.1",
"@solana/web3.js": "^1.90.0",
"@types/bn.js": "^5.1.0",
"bs58": "^5.0.0",
"bs58": "^6.0.0",
"decimal.js": "^10.4.3",
"js-convert-case": "^4.2.0",
"prompts": "^2.4.2"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3549,7 +3549,7 @@ __metadata:
"@solana/web3.js": "npm:^1.90.0"
"@types/bn.js": "npm:^5.1.0"
"@types/prompts": "npm:^2.4.9"
bs58: "npm:^5.0.0"
bs58: "npm:^6.0.0"
decimal.js: "npm:^10.4.3"
js-convert-case: "npm:^4.2.0"
prompts: "npm:^2.4.2"
Expand Down Expand Up @@ -6286,10 +6286,10 @@ __metadata:
languageName: node
linkType: hard

"base-x@npm:^4.0.0":
version: 4.0.0
resolution: "base-x@npm:4.0.0"
checksum: 10c0/0cb47c94535144ab138f70bb5aa7e6e03049ead88615316b62457f110fc204f2c3baff5c64a1c1b33aeb068d79a68092c08a765c7ccfa133eee1e70e4c6eb903
"base-x@npm:^5.0.0":
version: 5.0.0
resolution: "base-x@npm:5.0.0"
checksum: 10c0/8787a582737a77f7c3d14b92de4812843af99fc62da8792f961e13c56958dc545e9ddab55f726d63987dded9eb732dc7de465730fa3db159c0de14a95067c74a
languageName: node
linkType: hard

Expand Down Expand Up @@ -6507,12 +6507,12 @@ __metadata:
languageName: node
linkType: hard

"bs58@npm:^5.0.0":
version: 5.0.0
resolution: "bs58@npm:5.0.0"
"bs58@npm:^6.0.0":
version: 6.0.0
resolution: "bs58@npm:6.0.0"
dependencies:
base-x: "npm:^4.0.0"
checksum: 10c0/0d1b05630b11db48039421b5975cb2636ae0a42c62f770eec257b2e5c7d94cb5f015f440785f3ec50870a6e9b1132b35bd0a17c7223655b22229f24b2a3491d1
base-x: "npm:^5.0.0"
checksum: 10c0/61910839746625ee4f69369f80e2634e2123726caaa1da6b3bcefcf7efcd9bdca86603360fed9664ffdabe0038c51e542c02581c72ca8d44f60329fe1a6bc8f4
languageName: node
linkType: hard

Expand Down

0 comments on commit 9e48332

Please sign in to comment.