Skip to content

Commit fb2f2dd

Browse files
authored
Merge pull request #4593 from matrix-org/rav/migration-for-previouslyverified
Upgrade matrix-sdk-crypto-wasm to 1.11.0
2 parents bee65ff + d33350f commit fb2f2dd

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": "^11.0.0",
53+
"@matrix-org/matrix-sdk-crypto-wasm": "^11.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@^11.0.0":
1481-
version "11.0.0"
1482-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-11.0.0.tgz#c49a1a0d1e367d3c00a2144a4ab23caee0b1eec2"
1483-
integrity sha512-a7NUH8Kjc8hwzNCPpkOGXoceFqWJiWvA8OskXeDrKyODJuDz4yKrZ/nvgaVRfQe45Ab5UC1ZXYqaME+ChlJuqg==
1480+
"@matrix-org/matrix-sdk-crypto-wasm@^11.1.0":
1481+
version "11.1.0"
1482+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-11.1.0.tgz#289ac0b13961f51329bbecaf6bf14145ab349967"
1483+
integrity sha512-JPuO9RCVDklDjbFzMvZfQb7PuiFkLY72bniRSu81lRzkkrcbZtmKqBFMm9H4f2FSz+tHVkDnmsvn12I4sdJJ5A==
14841484

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

0 commit comments

Comments
 (0)