Skip to content

Commit

Permalink
Bump matrix-js-sdk from 26.2.0 to 34.3.1 in the npm_and_yarn group ac…
Browse files Browse the repository at this point in the history
…ross 1 directory

Dependabot couldn't find the original pull request head commit, 6b9cee5.
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent e7dc602 commit b2823fc
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"confmgr": "^1.0.8",
"cors": "^2.8.5",
"express": "4.19.2",
"matrix-js-sdk": "^26.1.0",
"matrix-js-sdk": "^34.3.1",
"pg": "^8.11.2",
"polkadot-api": "^1.3.2",
"prom-client": "^14.2.0",
Expand Down
93 changes: 72 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1172,10 +1172,17 @@ __metadata:
languageName: node
linkType: hard

"@matrix-org/matrix-sdk-crypto-js@npm:^0.1.0-alpha.11":
version: 0.1.4
resolution: "@matrix-org/matrix-sdk-crypto-js@npm:0.1.4"
checksum: 10c0/1fbc1a9965ab2cd3234ce4833a9228e863cc8e076036819dc0bff6fcfc0fe279f07e1abadeb1ef7a576d854a962e88ba80262df26a86a1ca2b1736e27dd5db18
"@matrix-org/matrix-sdk-crypto-wasm@npm:^9.0.0":
version: 9.1.0
resolution: "@matrix-org/matrix-sdk-crypto-wasm@npm:9.1.0"
checksum: 10c0/f56de1f5ab1b326146c95d645f0c15abd3e1cd8c9543f863bf3781d7a1acdfd3a3266d8adb3aac7d949dfdeb08e2b268c61fbd9a5a8077e033e1739b9ddcaaa1
languageName: node
linkType: hard

"@matrix-org/olm@npm:3.2.15":
version: 3.2.15
resolution: "@matrix-org/olm@npm:3.2.15"
checksum: 10c0/82a40d6e4e632a90670d4f15e8962272e302f4b9deed4fc78455c5ca78422c13bde6b53ebfc406630336926c9574386c9d9069c9c023db1c3d143117985c1e50
languageName: node
linkType: hard

Expand Down Expand Up @@ -3018,6 +3025,13 @@ __metadata:
languageName: node
linkType: hard

"base-x@npm:^5.0.0":
version: 5.0.0
resolution: "base-x@npm:5.0.0"
checksum: 10c0/8787a582737a77f7c3d14b92de4812843af99fc62da8792f961e13c56958dc545e9ddab55f726d63987dded9eb732dc7de465730fa3db159c0de14a95067c74a
languageName: node
linkType: hard

"base64-arraybuffer@npm:^0.1.5":
version: 0.1.5
resolution: "base64-arraybuffer@npm:0.1.5"
Expand Down Expand Up @@ -3176,6 +3190,15 @@ __metadata:
languageName: node
linkType: hard

"bs58@npm:^6.0.0":
version: 6.0.0
resolution: "bs58@npm:6.0.0"
dependencies:
base-x: "npm:^5.0.0"
checksum: 10c0/61910839746625ee4f69369f80e2634e2123726caaa1da6b3bcefcf7efcd9bdca86603360fed9664ffdabe0038c51e542c02581c72ca8d44f60329fe1a6bc8f4
languageName: node
linkType: hard

"bser@npm:2.1.1":
version: 2.1.1
resolution: "bser@npm:2.1.1"
Expand Down Expand Up @@ -5091,7 +5114,7 @@ __metadata:
jest: "npm:^29.7.0"
joi: "npm:^17.13.1"
lint-staged: "npm:^12.3.8"
matrix-js-sdk: "npm:^26.1.0"
matrix-js-sdk: "npm:^34.3.1"
pg: "npm:^8.11.2"
polkadot-api: "npm:^1.3.2"
prom-client: "npm:^14.2.0"
Expand Down Expand Up @@ -6988,6 +7011,13 @@ __metadata:
languageName: node
linkType: hard

"jwt-decode@npm:^4.0.0":
version: 4.0.0
resolution: "jwt-decode@npm:4.0.0"
checksum: 10c0/de75bbf89220746c388cf6a7b71e56080437b77d2edb29bae1c2155048b02c6b8c59a3e5e8d6ccdfd54f0b8bda25226e491a4f1b55ac5f8da04cfbadec4e546c
languageName: node
linkType: hard

"keyv@npm:^4.5.3":
version: 4.5.4
resolution: "keyv@npm:4.5.4"
Expand Down Expand Up @@ -7325,33 +7355,36 @@ __metadata:
languageName: node
linkType: hard

"matrix-js-sdk@npm:^26.1.0":
version: 26.2.0
resolution: "matrix-js-sdk@npm:26.2.0"
"matrix-js-sdk@npm:^34.3.1":
version: 34.7.0
resolution: "matrix-js-sdk@npm:34.7.0"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@matrix-org/matrix-sdk-crypto-js": "npm:^0.1.0-alpha.11"
"@matrix-org/matrix-sdk-crypto-wasm": "npm:^9.0.0"
"@matrix-org/olm": "npm:3.2.15"
another-json: "npm:^0.2.0"
bs58: "npm:^5.0.0"
bs58: "npm:^6.0.0"
content-type: "npm:^1.0.4"
jwt-decode: "npm:^4.0.0"
loglevel: "npm:^1.7.1"
matrix-events-sdk: "npm:0.0.1"
matrix-widget-api: "npm:^1.3.1"
matrix-widget-api: "npm:^1.8.2"
oidc-client-ts: "npm:^3.0.1"
p-retry: "npm:4"
sdp-transform: "npm:^2.14.1"
unhomoglyph: "npm:^1.0.6"
uuid: "npm:9"
checksum: 10c0/a6412ee7c7591acb8d9b1619fad584d48b8f91afd423a7be6b97f06b883b20edf9fb14d1ba4eadd725d84426f2739428b2548b9967d509d08949f558a068e15a
uuid: "npm:10"
checksum: 10c0/b634a689e17b8df6e3f38095468754e802b5ecd756d08d09aa4b7278ce9c78120387bc91a7d5d00dcea85f66957eacc85d46a200af4d5a51c1589f85aa93f892
languageName: node
linkType: hard

"matrix-widget-api@npm:^1.3.1":
version: 1.6.0
resolution: "matrix-widget-api@npm:1.6.0"
"matrix-widget-api@npm:^1.8.2":
version: 1.9.0
resolution: "matrix-widget-api@npm:1.9.0"
dependencies:
"@types/events": "npm:^3.0.0"
events: "npm:^3.2.0"
checksum: 10c0/39a7c1a4cfb8e27a80625b3c692eca6326cebc67a15cc547d7803129530082825710d1b5e138be33e5e01189bd0a83a07e7cf5fb456fcc1f1863df908c57a582
checksum: 10c0/7bce9201926db11ab1b402e635052c1dafdecb9f66befc32225cd927da9721bd1a089e84cec04aae19f420949888dcefa233367a62d500ae45d4f0ee78eea9f9
languageName: node
linkType: hard

Expand Down Expand Up @@ -7908,6 +7941,15 @@ __metadata:
languageName: node
linkType: hard

"oidc-client-ts@npm:^3.0.1":
version: 3.1.0
resolution: "oidc-client-ts@npm:3.1.0"
dependencies:
jwt-decode: "npm:^4.0.0"
checksum: 10c0/302442a8c5456a6127887c86009548b59394c25e9b6e75ef7c8743c64e951e8efa3f967b481dc5013900c48827a46fbbd5c328be50ae7b9fa5f3aceb528ec2b2
languageName: node
linkType: hard

"on-finished@npm:2.4.1":
version: 2.4.1
resolution: "on-finished@npm:2.4.1"
Expand Down Expand Up @@ -10684,12 +10726,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:9, uuid@npm:^9.0.0":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
"uuid@npm:10":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b
checksum: 10c0/eab18c27fe4ab9fb9709a5d5f40119b45f2ec8314f8d4cf12ce27e4c6f4ffa4a6321dc7db6c515068fa373c075b49691ba969f0010bf37f44c37ca40cd6bf7fe
languageName: node
linkType: hard

Expand All @@ -10711,6 +10753,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^9.0.0":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
uuid: dist/bin/uuid
checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b
languageName: node
linkType: hard

"v8-to-istanbul@npm:^9.0.1":
version: 9.2.0
resolution: "v8-to-istanbul@npm:9.2.0"
Expand Down

0 comments on commit b2823fc

Please sign in to comment.