Skip to content

Commit

Permalink
Update to MPS 0.14.0.
Browse files Browse the repository at this point in the history
Fixes #324
Fixes #325
Gnuxie committed Apr 8, 2024
1 parent ab8b378 commit 8e9009b
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
@@ -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",
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 8e9009b

Please sign in to comment.