Update to MPS v4.1.0 to fix protections looping on self changes.

https://github.com/the-draupnir-project/Draupnir/issues/963
https://github.com/the-draupnir-project/planning/issues/60
This commit is contained in:
gnuxie
2025-10-10 12:11:07 +01:00
parent b365ac9244
commit 2cd0d24b6b
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
"jsdom": "^24.0.0",
"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@4.0.0",
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@4.1.0",
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@3.12.0",
"pg": "^8.8.0",
"yaml": "^2.3.2"
+4 -4
View File
@@ -2606,10 +2606,10 @@ matrix-appservice@^2.0.0:
"@gnuxie/typescript-result" "^1.0.0"
await-lock "^2.2.2"
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-4.0.0.tgz#86d9522397f79672dd65077c1c4d344bcc63094e"
integrity sha512-NmkqQMgPr3mDyg8KYfSx9Prb/T1RgGG/O2ASXmJzGfEBTfWf9NeXiDeG4VqgIqJkuoxvp8vbk1/nRLcYnMDDuQ==
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-4.1.0.tgz#1df1a27c325f4945ccd7833129f87d9893b472b8"
integrity sha512-mWZT67adNefRlML8FjLOzAXRcdfoTyFAsfS/e9cmnGk0UQ+yj8mSiX9N2/Clv6N2jpT39LUzhPv9o2PLRp0ELg==
dependencies:
"@gnuxie/typescript-result" "^1.0.0"
await-lock "^2.2.2"