Skip to content

Commit

Permalink
Merge pull request #740 from shawakash/562fdependabot/npm_and_yarn/bs…
Browse files Browse the repository at this point in the history
…58-6.0.0

chore(deps): bump bs58 from 5.0.0 to 6.0.0
  • Loading branch information
shawakash authored Jul 9, 2024
2 parents 0b67506 + b8fc45e commit 56e7933
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "10.4.19",
"axios": "^1.6.5",
"bs58": "^5.0.0",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion backend/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"body-parser": "^1.20.2",
"bs58": "^5.0.0",
"bs58": "^6.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion backend/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"body-parser": "^1.20.2",
"bs58": "^5.0.0",
"bs58": "^6.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9891,6 +9891,11 @@ base-x@^4.0.0:
resolved "https://registry.npmjs.org/base-x/-/base-x-4.0.0.tgz"
integrity sha512-FuwxlW4H5kh37X/oW59pwTzzTKRzfrrQwhmyspRM7swOEZcHtDZSCt45U6oKgtuFE+WYPblePMVIPR4RZrh/hw==

base-x@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/base-x/-/base-x-5.0.0.tgz#6d835ceae379130e1a4cb846a70ac4746f28ea9b"
integrity sha512-sMW3VGSX1QWVFA6l8U62MLKz29rRfpTlYdCqLdpLo1/Yd4zZwSbnUaDfciIAowAqvq7YFnWq9hrhdg1KYgc1lQ==

base32.js@0.0.1:
version "0.0.1"
resolved "https://registry.npmjs.org/base32.js/-/base32.js-0.0.1.tgz"
Expand Down Expand Up @@ -10248,6 +10253,13 @@ bs58@^5.0.0:
dependencies:
base-x "^4.0.0"

bs58@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/bs58/-/bs58-6.0.0.tgz#a2cda0130558535dd281a2f8697df79caaf425d8"
integrity sha512-PD0wEnEYg6ijszw/u8s+iI3H17cTymlrwkKhDhPZq+Sokl3AU4htyBFTjAeNAlCCmg0f53g6ih3jATyCKftTfw==
dependencies:
base-x "^5.0.0"

bs58check@2.1.2, bs58check@<3.0.0, bs58check@^2.1.2:
version "2.1.2"
resolved "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz"
Expand Down

0 comments on commit 56e7933

Please sign in to comment.