Skip to content

Commit c354aa2

Browse files
build(deps): bump matrix-js-sdk from 30.1.0 to 30.3.0
Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 30.1.0 to 30.3.0. - [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases) - [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md) - [Commits](matrix-org/matrix-js-sdk@v30.1.0...v30.3.0) --- updated-dependencies: - dependency-name: matrix-js-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 679aa2e commit c354aa2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"github-markdown-css": "^5.5.1",
7171
"log4js": "^6.9.1",
7272
"matrix-files-sdk": "^3.1.0",
73-
"matrix-js-sdk": "^30.1.0",
73+
"matrix-js-sdk": "^30.3.0",
7474
"mime-types": "^2.1.34",
7575
"oidc-client-ts": "hughns/oidc-client-ts#08ac93b33fd1b021b6771c80397bbc6754fa3b8c",
7676
"page": "^1.11.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -720,10 +720,10 @@
720720
"@material/theme" "^13.0.0"
721721
tslib "^2.1.0"
722722

723-
"@matrix-org/matrix-sdk-crypto-wasm@^3.0.1":
724-
version "3.1.0"
725-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-3.1.0.tgz#38d8707dd5bdad4e98a0a66bf266accfc401b3cd"
726-
integrity sha512-jFl8jeL16u9pyo1NIdg6US4r+Srm7KixL+cMYVbRG8EwB4UpF4Bt+3TdBUhWGbVc1Qte1htdBjPs8ZB+gZWkYw==
723+
"@matrix-org/matrix-sdk-crypto-wasm@^3.4.0":
724+
version "3.6.0"
725+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-3.6.0.tgz#385aa579d7b7546d85c9b20bf6ba780f799bdda3"
726+
integrity sha512-fvuYczcp/r/MOkOAUbK+tMaTerEe7/QHGQcRJz3W3JuEma0YN59d35zTBlts7EkN6Ichw1vLSyM+GkcbuosuyA==
727727

728728
"@matrix-org/olm@https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.13.tgz":
729729
version "3.2.13"
@@ -3708,13 +3708,13 @@ matrix-files-sdk@^3.1.0:
37083708
matrix-encrypt-attachment "^1.0.3"
37093709
p-retry "^4.5.0"
37103710

3711-
matrix-js-sdk@^30.1.0:
3712-
version "30.1.0"
3713-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-30.1.0.tgz#5ab8caf933ddc646ffd1076c5ce6b5d48376d392"
3714-
integrity sha512-QhYAMD6kD6vE3DLsbEnPVLmvk8LQrGIMvVEnQGOkBq3eUjg0r49gZEtDeRbCfOVwFO1hoTfxIgm6CfqG0l5AAg==
3711+
matrix-js-sdk@^30.3.0:
3712+
version "30.3.0"
3713+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-30.3.0.tgz#f7046da2d6d6403c84aac46b16772248e068fb9e"
3714+
integrity sha512-yqAn1IhvrSxvqRP4UMToaWhtA/iC6FYTt4qj5K8H3BmAQDOqObw9qPLm43HmdbsBGk6VUwz9szgNblhVyq0sKg==
37153715
dependencies:
37163716
"@babel/runtime" "^7.12.5"
3717-
"@matrix-org/matrix-sdk-crypto-wasm" "^3.0.1"
3717+
"@matrix-org/matrix-sdk-crypto-wasm" "^3.4.0"
37183718
another-json "^0.2.0"
37193719
bs58 "^5.0.0"
37203720
content-type "^1.0.4"

0 commit comments

Comments
 (0)