Skip to content

Commit ed2339a

Browse files
committed
Update to MPS 4.0.0
1 parent 10b6e0a commit ed2339a

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.4.0",
31+
"@the-draupnir-project/matrix-basic-types": "1.4.1",
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.12.0",
43+
"matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@4.0.0",
4444
"postcss": "^8.4.21",
4545
"prettier": "^2.8.4",
4646
"ts-jest": "^29.0.5",
@@ -73,7 +73,7 @@
7373
},
7474
"peerDependencies": {
7575
"@sinclair/typebox": "0.34.13",
76-
"@the-draupnir-project/matrix-basic-types": "1.3.0",
76+
"@the-draupnir-project/matrix-basic-types": "1.4.1",
7777
"matrix-bot-sdk": ">=0.6.4",
7878
"matrix-protection-suite": "npm:@gnuxie/[email protected]"
7979
},

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/[email protected].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==
674+
"@the-draupnir-project/[email protected].1":
675+
version "1.4.1"
676+
resolved "https://registry.yarnpkg.com/@the-draupnir-project/matrix-basic-types/-/matrix-basic-types-1.4.1.tgz#2e8fdbadb0781fba29383c5cdf530357d25b8718"
677+
integrity sha512-NzA2EWiTQK774J6hZZ4W5xJWY0G9J1gadrTWJfVrAo5GupwfY3nmRtVgZogpqwWbMV0t2zKcqXYuYqyP+1ju5w==
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.12.0":
3168-
version "3.12.0"
3169-
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-3.12.0.tgz#d89d73b8ff90d0eb7b9c8f9d1771acf042e97bc7"
3170-
integrity sha512-f/nuzHYaCB/uVwN7UZy4BatcIvmQL/pTzRE4O2TGMrdv2fDQPsSvc3HZyJTJI/t8iU5g+k/58tk2TyJmLzMS6A==
3167+
"matrix-protection-suite@npm:@gnuxie/matrix-protection-suite@4.0.0":
3168+
version "4.0.0"
3169+
resolved "https://registry.yarnpkg.com/@gnuxie/matrix-protection-suite/-/matrix-protection-suite-4.0.0.tgz#86d9522397f79672dd65077c1c4d344bcc63094e"
3170+
integrity sha512-NmkqQMgPr3mDyg8KYfSx9Prb/T1RgGG/O2ASXmJzGfEBTfWf9NeXiDeG4VqgIqJkuoxvp8vbk1/nRLcYnMDDuQ==
31713171
dependencies:
31723172
"@gnuxie/typescript-result" "^1.0.0"
31733173
await-lock "^2.2.2"

0 commit comments

Comments
 (0)