Skip to content

Commit 65a6457

Browse files
committed
Upgrade to mps v3.8.0.
1 parent 6d01adb commit 65a6457

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@commitlint/config-conventional": "^17.4.4",
2929
"@eslint/js": "^9.6.0",
3030
"@sinclair/typebox": "0.34.13",
31-
"@the-draupnir-project/matrix-basic-types": "1.3.0",
31+
"@the-draupnir-project/matrix-basic-types": "1.4.0",
3232
"@types/crypto-js": "^4.1.2",
3333
"@types/eslint__js": "^8.42.3",
3434
"@types/glob-to-regexp": "^0.4.1",
@@ -40,7 +40,7 @@
4040
"jest": "^29.4.3",
4141
"lint-staged": "^13.1.2",
4242
"matrix-bot-sdk": ">=0.6.4",
43-
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.6.2",
43+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.8.0",
4444
"postcss": "^8.4.21",
4545
"prettier": "^2.8.4",
4646
"ts-jest": "^29.0.5",
@@ -75,7 +75,7 @@
7575
"@sinclair/typebox": "0.34.13",
7676
"@the-draupnir-project/matrix-basic-types": "1.3.0",
7777
"matrix-bot-sdk": ">=0.6.4",
78-
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.6.2"
78+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@3.8.0"
7979
},
8080
"publishConfig": {
8181
"@gnuxie:registry": "https://registry.npmjs.org"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -671,10 +671,10 @@
671671
dependencies:
672672
"@sinonjs/commons" "^3.0.0"
673673

674-
"@the-draupnir-project/matrix-basic-types@1.3.0":
675-
version "1.3.0"
676-
resolved "https://registry.yarnpkg.com/@the-draupnir-project/matrix-basic-types/-/matrix-basic-types-1.3.0.tgz#02fa9bd75eeed778a57da0844447feca3a4c663c"
677-
integrity sha512-WkUD7cqs9qFr1NQZiJWxa+/1trWrhQqv8SbPxrMLRKv1LMm93ELeguROP470kHNWHrCkVcKmYQVc4uC2Yup+EQ==
674+
"@the-draupnir-project/matrix-basic-types@1.4.0":
675+
version "1.4.0"
676+
resolved "https://registry.yarnpkg.com/@the-draupnir-project/matrix-basic-types/-/matrix-basic-types-1.4.0.tgz#18fcfc7561ad495f4868ef4298131a3e20e7d946"
677+
integrity sha512-nKK9vmAXh87VwaANvlNlUaq/rIu50VcdRXfoPJB99RqY4dt6iXRu/1b8mQJ5rDCK4yun/4IyGexw6FVQAqT58Q==
678678
dependencies:
679679
"@gnuxie/typescript-result" "^1.0.0"
680680
glob-to-regexp "^0.4.1"
@@ -3164,10 +3164,10 @@ matrix-bot-sdk@>=0.6.4:
31643164
request-promise "^4.2.6"
31653165
sanitize-html "^2.8.0"
31663166

3167-
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@3.6.2":
3168-
version "3.6.2"
3169-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-3.6.2.tgz#7d62433d859156ab1bd288c2813c94d4e04c2de7"
3170-
integrity sha512-isXsyZn5EH4V2tyhYx1Mf+L5GfQC7/AdBxoZc7fk5hCsEjWaKj6VxpNoSmhx0Ev3F7zr9I52vRN7hNutumwP6g==
3167+
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@3.8.0":
3168+
version "3.8.0"
3169+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-3.8.0.tgz#8e6370381d3bed0578624a3ba8c2ca3df7899024"
3170+
integrity sha512-R+6om4Mrf2evEaYZWzkLukjMdsyZv+0xyslCoQ0exd7i3LiAQ6TbcMyML7FD9UFxtPBHCO3my6OyWKCFtt5fQA==
31713171
dependencies:
31723172
"@gnuxie/typescript-result" "^1.0.0"
31733173
await-lock "^2.2.2"

0 commit comments

Comments
 (0)