From 8e9009b4bcb4876d7e9d2edbef6f7d9b3a01a06d Mon Sep 17 00:00:00 2001 From: gnuxie Date: Mon, 8 Apr 2024 23:06:40 +0100 Subject: [PATCH] Update to MPS 0.14.0. Fixes https://github.com/the-draupnir-project/Draupnir/issues/324 Fixes https://github.com/the-draupnir-project/Draupnir/issues/325 --- package.json | 4 ++-- yarn.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 8a72377c..9a3fffad 100644 --- a/package.json +++ b/package.json @@ -63,8 +63,8 @@ "js-yaml": "^4.1.0", "jsdom": "^24.0.0", "matrix-appservice-bridge": "^9.0.1", - "matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@0.13.0", - "matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@0.13.0", + "matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@0.14.0", + "matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@0.14.0", "parse-duration": "^1.0.2", "pg": "^8.8.0", "shell-quote": "^1.7.3", diff --git a/yarn.lock b/yarn.lock index 66bbc3c9..084dae7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2505,15 +2505,15 @@ matrix-appservice@^2.0.0: request-promise "^4.2.6" sanitize-html "^2.8.0" -"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@0.13.0": - version "0.13.0" - resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-0.13.0.tgz#f2b7c8d805a0d68d2a2e3023b6e6f4af90a1ea73" - integrity sha512-7Sa+yB89r2EPcBx5ENT2WB4pJSdnZEKqZQNd6ibfkeQ64ry4j4DDSRsHDeu8Y5VlXO748Kv6n2PfD4RBUQtdFQ== - -"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@0.13.0": - version "0.13.0" - resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-0.13.0.tgz#a56c73b4358c3fd20a93edeed2a53bed4963c696" - integrity sha512-TtrCGYCLOKHYRzv0IISUAPxiG/uBV9nMCUYZKZRtX0xWpBlyVUd9wXjrfPrYvFEzHTKIUP9s4E4qo1tGQ4uupw== +"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@0.14.0": + version "0.14.0" + resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-0.14.0.tgz#291efc7e5ba86e92220ddb07e85829683de2a67c" + integrity sha512-LlG3OTgE6v7NcyavuMMvxqPOHQIGtnEy/IJipgkM8SLjo8aR9zpmAr95eh1PBylCYj4sRcptXdg/thhaQc5j2Q== + +"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@0.14.0": + version "0.14.0" + resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-0.14.0.tgz#9fdbb63ecdbc16716b8bd5d2051e5069ddfda7c5" + integrity sha512-CjKIXhnV6yWGEBLdyVrYX3ArcJDTd5j6SS2dwobtoc0i95iu1y95LdhbMhoGtwcP4zLsw3ObM5jzhC+1KHTNOw== dependencies: await-lock "^2.2.2" crypto-js "^4.1.1"