Skip to content

Commit 10d2cb3

Browse files
authored
Update matrix-appservice-bridge (#1817)
* Update matrix-appservice-bridge Fixes GH-1816 * changelog * update the lockfile
1 parent 9632003 commit 10d2cb3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

changelog.d/1817.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Make sure mediaproxy gracefully handles errors and uses authenticated endpoints.

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.0",
3+
"version": "3.0.1",
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.0",
44+
"matrix-appservice-bridge": "^10.2.1",
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 @@ [email protected]:
46774677
dependencies:
46784678
tmpl "1.0.5"
46794679

4680-
matrix-appservice-bridge@^10.2.0:
4681-
version "10.2.0"
4682-
resolved "https://registry.yarnpkg.com/matrix-appservice-bridge/-/matrix-appservice-bridge-10.2.0.tgz#79b6f53593ab21cf6211a3ba1051a0439b2f2824"
4683-
integrity sha512-GYpIBPgQnc0/p93KoqzrOYwh6JJEWZc+t9N0GxMO7EXb0IEkfKMji6lOOEqk9QdNs2+fpMBKIS2mjT3X5iuTUg==
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==
46844684
dependencies:
46854685
"@alloc/quick-lru" "^5.2.0"
46864686
"@types/nedb" "^1.8.16"

0 commit comments

Comments
 (0)