Skip to content

Commit bcf3d56

Browse files
authored
Upgrade matrix-sdk-crypto-wasm to 12.1.0 (#4596)
... to fix matrix-org/matrix-rust-sdk#4424
1 parent 647a2a1 commit bcf3d56

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
],
5151
"dependencies": {
5252
"@babel/runtime": "^7.12.5",
53-
"@matrix-org/matrix-sdk-crypto-wasm": "^12.0.0",
53+
"@matrix-org/matrix-sdk-crypto-wasm": "^12.1.0",
5454
"@matrix-org/olm": "3.2.15",
5555
"another-json": "^0.2.0",
5656
"bs58": "^6.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,10 +1477,10 @@
14771477
"@jridgewell/resolve-uri" "^3.1.0"
14781478
"@jridgewell/sourcemap-codec" "^1.4.14"
14791479

1480-
"@matrix-org/matrix-sdk-crypto-wasm@^12.0.0":
1481-
version "12.0.0"
1482-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-12.0.0.tgz#e3a5150ccbb21d5e98ee3882e7057b9f17fb962a"
1483-
integrity sha512-nkkXAxUIk9UTso4TbU6Bgqsv/rJShXQXRx0ti/W+AWXHJ2HoH4sL5LsXkc7a8yYGn8tyXqxGPsYA1UeHqLwm0Q==
1480+
"@matrix-org/matrix-sdk-crypto-wasm@^12.1.0":
1481+
version "12.1.0"
1482+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-12.1.0.tgz#2aef64eab2d30c0a1ace9c0fe876f53aa2949f14"
1483+
integrity sha512-NhJFu/8FOGjnW7mDssRUzaMSwXrYOcCqgAjZyAw9KQ9unNADKEi7KoIKe7GtrG2PWtm36y2bUf+hB8vhSY6Wdw==
14841484

14851485
"@matrix-org/[email protected]":
14861486
version "3.2.15"

0 commit comments

Comments
 (0)