From 296bce0c8fa45891bce7389dc4eea8b6a8347e64 Mon Sep 17 00:00:00 2001 From: Gnuxie <50846879+Gnuxie@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:56:12 +0100 Subject: [PATCH] Update MPS4bot-sdk again for room details schema. (#909) Fixes https://github.com/the-draupnir-project/Draupnir/issues/908. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c752c778..624b6c34 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "matrix-appservice-bridge": "^10.3.1", "matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6", "matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.6.1", - "matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.6.3", + "matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.6.4", "pg": "^8.8.0", "yaml": "^2.3.2" }, diff --git a/yarn.lock b/yarn.lock index 7b0ecb64..fa80375c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2598,10 +2598,10 @@ matrix-appservice@^2.0.0: request-promise "^4.2.6" sanitize-html "^2.11.0" -"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.6.3": - version "3.6.3" - resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-3.6.3.tgz#4c99dcde1762e6f4887dc3cf1ff9473f50f56f00" - integrity sha512-2ZTaD2pBOHjXnxHXTeU33YkxR3J3eC8d7Jj+h1hvCIhGCvSWJml48MIovYlR7/z3J0KWZLS/87s3/YsUV7uJPw== +"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.6.4": + version "3.6.4" + resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-3.6.4.tgz#6b63c7b2a664b270a85aa255cc67839b18a2c6de" + integrity sha512-+d4WMYmryQfi0w5C1FBKE3/1kadNUMZB+f4x/RKTMyb123UQOUQ2F0rc+9pUS6XLLoSlDrZrFKMgGJqxhHAFsg== dependencies: "@gnuxie/typescript-result" "^1.0.0" await-lock "^2.2.2"