Skip to content

Commit e147645

Browse files
committed
Update matrix-appservice-bridge to fix MediaProxy's https support
1 parent 8daebec commit e147645

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-appservice-irc",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "An IRC Bridge for Matrix",
55
"main": "app.js",
66
"bin": "./bin/matrix-appservice-irc",
@@ -41,7 +41,7 @@
4141
"he": "^1.2.0",
4242
"ioredis": "^5.3.1",
4343
"logform": "^2.4.2",
44-
"matrix-appservice-bridge": "^10.2.1",
44+
"matrix-appservice-bridge": "^10.2.2",
4545
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.0-element.1",
4646
"matrix-org-irc": "^3.0.0",
4747
"nopt": "^7.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4677,10 +4677,10 @@ makeerror@1.0.12:
46774677
dependencies:
46784678
tmpl "1.0.5"
46794679

4680-
matrix-appservice-bridge@^10.2.1:
4681-
version "10.2.1"
4682-
resolved "https://registry.yarnpkg.com/matrix-appservice-bridge/-/matrix-appservice-bridge-10.2.1.tgz#d4dcc4b4c71926eda17318c29d557a8a20a35bd7"
4683-
integrity sha512-PDoVrIIE86FBtXS4Cz/8AmO+niOYUUp3ciUbexAxuu5v+G9+F4urR6Q0awPbF/sIn7cVONZNYcHAywt4ec0/Ow==
4680+
matrix-appservice-bridge@^10.2.2:
4681+
version "10.2.2"
4682+
resolved "https://registry.yarnpkg.com/matrix-appservice-bridge/-/matrix-appservice-bridge-10.2.2.tgz#866416de373879b0aa0c115c74ffb26b44abe641"
4683+
integrity sha512-ky+OA1LrSBEnrngTEDvEbYF64MNe0IG7QiinkU/H0XH0QUHY9DCbCHehT1AEeOOP4V3m5U4A/9QmBMPfT2QCkg==
46844684
dependencies:
46854685
"@alloc/quick-lru" "^5.2.0"
46864686
"@types/nedb" "^1.8.16"

0 commit comments

Comments
 (0)