From ef573376ac00d7217d319b62370ac0fdd63779cd Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Thu, 2 Jul 2026 00:19:21 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20matrix-js-sdk=2041.6.0-rc.0=20?= =?UTF-8?q?=E2=86=92=2041.7.0=20stable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Off the release candidate onto stable: pulls matrix-sdk-crypto-wasm 18.3.1 (a security update) + MSC4140 delayed-event auth fixes. Thread/receipt API signatures spot-checked unchanged (sendEvent threadId overloads, sendReceipt unthreaded arg). Gates green: tsc/build/658 tests. E2EE runtime behavior needs the usual live smoke (send/receive in an encrypted room, call keys). Co-Authored-By: Claude Opus 4.8 --- package-lock.json | 24 ++++++++++++++---------- package.json | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6f5e5577..06410259b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "katex": "0.16.11", "linkify-react": "4.3.3", "linkifyjs": "4.3.3", - "matrix-js-sdk": "41.6.0-rc.0", + "matrix-js-sdk": "41.7.0", "matrix-widget-api": "1.17.0", "millify": "6.1.0", "pdfjs-dist": "5.7.284", @@ -5539,12 +5539,16 @@ "dev": true }, "node_modules/content-type": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz", + "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==", "license": "MIT", "engines": { - "node": ">= 0.6" + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/conventional-commit-types": { @@ -9951,16 +9955,16 @@ "license": "Apache-2.0" }, "node_modules/matrix-js-sdk": { - "version": "41.6.0-rc.0", - "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-41.6.0-rc.0.tgz", - "integrity": "sha512-FcTQyR+Nfh0ASEogYcX393hxGr1936Esg53Z+0f9O4SBsAxl1ZSkLXY3JfLZRLX9dNe38VVwQDQE6QuwnwV7Zw==", + "version": "41.7.0", + "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-41.7.0.tgz", + "integrity": "sha512-MP0xNv/VVRbshq00TE6EVo77IIXsQk0KjiVtgKV0t9j/V77a6Klt00QrrO0XykkTUsNC0+mQeBMxnx75rZO86Q==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.12.5", - "@matrix-org/matrix-sdk-crypto-wasm": "^18.2.0", + "@matrix-org/matrix-sdk-crypto-wasm": "^18.3.1", "another-json": "^0.2.0", "bs58": "^6.0.0", - "content-type": "^1.0.4", + "content-type": "^2.0.0", "jwt-decode": "^4.0.0", "loglevel": "^1.9.2", "matrix-events-sdk": "0.0.1", diff --git a/package.json b/package.json index a57dc3b46..f46312fb7 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "katex": "0.16.11", "linkify-react": "4.3.3", "linkifyjs": "4.3.3", - "matrix-js-sdk": "41.6.0-rc.0", + "matrix-js-sdk": "41.7.0", "matrix-widget-api": "1.17.0", "millify": "6.1.0", "pdfjs-dist": "5.7.284",