Skip to content

Commit

Permalink
Update matrix-appservice-bridge (#1817)
Browse files Browse the repository at this point in the history
* Update matrix-appservice-bridge

Fixes GH-1816

* changelog

* update the lockfile
  • Loading branch information
tadzik authored Sep 5, 2024
1 parent 9632003 commit 10d2cb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions changelog.d/1817.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make sure mediaproxy gracefully handles errors and uses authenticated endpoints.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-irc",
"version": "3.0.0",
"version": "3.0.1",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down Expand Up @@ -41,7 +41,7 @@
"he": "^1.2.0",
"ioredis": "^5.3.1",
"logform": "^2.4.2",
"matrix-appservice-bridge": "^10.2.0",
"matrix-appservice-bridge": "^10.2.1",
"matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.0-element.1",
"matrix-org-irc": "^3.0.0",
"nopt": "^7.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4677,10 +4677,10 @@ makeerror@1.0.12:
dependencies:
tmpl "1.0.5"

matrix-appservice-bridge@^10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/matrix-appservice-bridge/-/matrix-appservice-bridge-10.2.0.tgz#79b6f53593ab21cf6211a3ba1051a0439b2f2824"
integrity sha512-GYpIBPgQnc0/p93KoqzrOYwh6JJEWZc+t9N0GxMO7EXb0IEkfKMji6lOOEqk9QdNs2+fpMBKIS2mjT3X5iuTUg==
matrix-appservice-bridge@^10.2.1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/matrix-appservice-bridge/-/matrix-appservice-bridge-10.2.1.tgz#d4dcc4b4c71926eda17318c29d557a8a20a35bd7"
integrity sha512-PDoVrIIE86FBtXS4Cz/8AmO+niOYUUp3ciUbexAxuu5v+G9+F4urR6Q0awPbF/sIn7cVONZNYcHAywt4ec0/Ow==
dependencies:
"@alloc/quick-lru" "^5.2.0"
"@types/nedb" "^1.8.16"
Expand Down

0 comments on commit 10d2cb3

Please sign in to comment.