diff --git a/apps/web/package.json b/apps/web/package.json index b199bd2f..cee9e28e 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -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", diff --git a/backend/api/package.json b/backend/api/package.json index 03908cb8..6ddc0a33 100644 --- a/backend/api/package.json +++ b/backend/api/package.json @@ -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", diff --git a/backend/ws/package.json b/backend/ws/package.json index c58d1852..406a982e 100644 --- a/backend/ws/package.json +++ b/backend/ws/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index c7e8d1a4..298e94c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9892,6 +9892,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" @@ -10249,6 +10254,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"