Skip to content

Commit 6fd62d7

Browse files
committed
chore: update the '@metamask/sdk' to version '0.20.5'
1 parent 9958cfe commit 6fd62d7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

packages/metamask/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"typescript": "^5.2.2"
6161
},
6262
"dependencies": {
63-
"@metamask/sdk": "^0.20.3",
63+
"@metamask/sdk": "^0.20.5",
6464
"@web3-onboard/common": "^2.4.1"
6565
},
6666
"engines": {

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,10 +2342,10 @@
23422342
utf-8-validate "^6.0.3"
23432343
uuid "^8.3.2"
23442344

2345-
"@metamask/sdk-communication-layer@0.20.2":
2346-
version "0.20.2"
2347-
resolved "https://registry.yarnpkg.com/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.20.2.tgz#7f7fd334b2d26abd1a5a1ec1ffadf823a9589344"
2348-
integrity sha512-TN+whYbCClFSkx52Ild1RcjoRyz8YZgwNvZeooIcZIvCfBM6U9W5273KGiY7WLc/oO4KKmFk17d7vMO4gNvhhw==
2345+
"@metamask/sdk-communication-layer@0.20.5":
2346+
version "0.20.5"
2347+
resolved "https://registry.yarnpkg.com/@metamask/sdk-communication-layer/-/sdk-communication-layer-0.20.5.tgz#b472fe223319a25a060155ea904f7c66062102b2"
2348+
integrity sha512-Y3pzg1GBB7tDUCUsyhvlhxQ+h/pDrTjO2yUwjCJj2S8Nx5OtdRv/foRGfbDHkfYt6Z9ANRfivWU2U6El17B24A==
23492349
dependencies:
23502350
bufferutil "^4.0.8"
23512351
date-fns "^2.29.3"
@@ -2366,10 +2366,10 @@
23662366
react-dom "^18.2.0"
23672367
react-i18next "^13.2.2"
23682368

2369-
"@metamask/sdk-install-modal-web@0.20.2":
2370-
version "0.20.2"
2371-
resolved "https://registry.yarnpkg.com/@metamask/sdk-install-modal-web/-/sdk-install-modal-web-0.20.2.tgz#1cf0eb3c26291de7598190878fa9a893c4eb2d66"
2372-
integrity sha512-0QiaZhV15AGdN1zU2jfTI32eC3YkwEpzDfR9+oiZ9bd2G72c6lYBhTsmDGUd01aP6A+bqJR5PjI8Wh2AWtoLeA==
2369+
"@metamask/sdk-install-modal-web@0.20.4":
2370+
version "0.20.4"
2371+
resolved "https://registry.yarnpkg.com/@metamask/sdk-install-modal-web/-/sdk-install-modal-web-0.20.4.tgz#50b97be4e3be17c3622281c2ad9fc49769e33216"
2372+
integrity sha512-AX3mTr0IDpS0ajV83okTaixG+2wIxTVbgvEuQgAj2Ed7PWAdiZ1aX93AVcaCgkOWhTf267z7mXCSuBDpBCje9g==
23732373
dependencies:
23742374
qr-code-styling "^1.6.0-rc.1"
23752375

@@ -2404,15 +2404,15 @@
24042404
util "^0.12.4"
24052405
uuid "^8.3.2"
24062406

2407-
"@metamask/sdk@^0.20.3":
2408-
version "0.20.3"
2409-
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.20.3.tgz#73851d68ffe5d45c1872c024182922530b187b7a"
2410-
integrity sha512-HZ9NwA+LxiXzuy0YWbWsuD4xejQtp85bhcCAf8UgpA/0dOyF3RS4dKDdBBXSyRgk3RWPjeJgHxioaH4CmBmiRA==
2407+
"@metamask/sdk@^0.20.5":
2408+
version "0.20.5"
2409+
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.20.5.tgz#ae90b4e5108f2a0e5f5536e66354c3e31b121af9"
2410+
integrity sha512-BEL3BKbb0O09QgOzvyPH5xUONl2uicS9WT1AYhZ8yR4ytz5fhyHWJzs8Q/cwgm1qIdn3eumnjXfgA6pKirWa3A==
24112411
dependencies:
24122412
"@metamask/onboarding" "^1.0.1"
24132413
"@metamask/providers" "^15.0.0"
2414-
"@metamask/sdk-communication-layer" "0.20.2"
2415-
"@metamask/sdk-install-modal-web" "0.20.2"
2414+
"@metamask/sdk-communication-layer" "0.20.5"
2415+
"@metamask/sdk-install-modal-web" "0.20.4"
24162416
"@types/dom-screen-wake-lock" "^1.0.0"
24172417
bowser "^2.9.0"
24182418
cross-fetch "^4.0.0"

0 commit comments

Comments
 (0)