Skip to content

Commit

Permalink
Update for MPS v0.18.2.
Browse files Browse the repository at this point in the history
This fixes a bug where we use the empty schema to validate
redacted content, which is really bad.
  • Loading branch information
Gnuxie committed Apr 22, 2024
1 parent a9effe2 commit 6e16cd7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"js-yaml": "^4.1.0",
"jsdom": "^24.0.0",
"matrix-appservice-bridge": "^9.0.1",
"matrix-protection-suite": "npm:@gnuxie/[email protected].1",
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/[email protected].1",
"matrix-protection-suite": "npm:@gnuxie/[email protected].2",
"matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/[email protected].2",
"parse-duration": "^1.0.2",
"pg": "^8.8.0",
"shell-quote": "^1.7.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].1":
version "0.18.1"
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-0.18.1.tgz#dbcc0715cae938e45ec8727e02ba4bfdafb067e2"
integrity sha512-VxCeFYK1JjyFMJ/CaLkW2+3czyQ4rHL2oiOdgMWC8Ue+4pjdVAVu0hcvXLOhxLznJcDQ4b1IiLNpPtu1npERzw==

"matrix-protection-suite@npm:@gnuxie/[email protected].1":
version "0.18.1"
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-0.18.1.tgz#ab8dddb8d8db039dc09d271c58d388111b5a5c38"
integrity sha512-FVuhyNRWQDRTk0gkOp8uyP0h2gEZfd19m6IzkdwqVb1efPSGV6aZpZDAan8QTMCkh92qv4dc+18VXOkyo35p+A==
"matrix-protection-suite-for-matrix-bot-sdk@npm:@gnuxie/[email protected].2":
version "0.18.2"
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite-for-matrix-bot-sdk/-/matrix-protection-suite-for-matrix-bot-sdk-0.18.2.tgz#e06fc72fdc56e367ab577b575addc00f00eb076c"
integrity sha512-v8o9uDmdTtgHHU4RZo9QZN0GrQJythpjCMVORdq3lDBhFQh2gffgy4+sQgbAbWmjENzVXBUThe1x5bxA39LhpQ==

"matrix-protection-suite@npm:@gnuxie/[email protected].2":
version "0.18.2"
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-0.18.2.tgz#0ecba07ba51f20a4c9698c2dc23e069128f5180f"
integrity sha512-Lo/uL9GYIyHczzYRMovUpIBzmGM3UMYyiQkuZN+y6ESXR0dmJOrxmERlWQpuC9pjH8Osa0P5vd3pyx7tiw5GtA==
dependencies:
await-lock "^2.2.2"
crypto-js "^4.1.1"
Expand Down

0 comments on commit 6e16cd7

Please sign in to comment.