Skip to content

Commit f4a2549

Browse files
committed
upgrade matrix-appservice-bridge to include postgres fixes.
These are unreleased and a specific develop commit, but we're the only ones who have made changes so far to the develop branch, so should be fine.
1 parent 0571008 commit f4a2549

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"humanize-duration-ts": "^2.1.1",
5656
"js-yaml": "^4.1.0",
5757
"jsdom": "^16.6.0",
58-
"matrix-appservice-bridge": "8.0.0",
58+
"matrix-appservice-bridge": "https://github.com/matrix-org/matrix-appservice-bridge.git#61d81e1cab395020b8540db2e437d5b25a443d0c",
5959
"parse-duration": "^1.0.2",
6060
"pg": "^8.8.0",
6161
"shell-quote": "^1.7.3",

yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2263,10 +2263,9 @@ make-error@^1.1.1:
22632263
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
22642264
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
22652265

2266-
matrix-appservice-bridge@8.0.0:
2266+
"matrix-appservice-bridge@https://github.com/matrix-org/matrix-appservice-bridge.git#61d81e1cab395020b8540db2e437d5b25a443d0c":
22672267
version "8.0.0"
2268-
resolved "https://registry.yarnpkg.com/matrix-appservice-bridge/-/matrix-appservice-bridge-8.0.0.tgz#6849ac05c281399b2c2b35daba784f8291d3b35d"
2269-
integrity sha512-XFo3avVfKb34d7kalXcsi0vThlnqmrwvewcfhjintmpbFlwu54/lvdbykFSyu2kT8BY1zUtDz7iQ3Q3RAyaN1g==
2268+
resolved "https://github.com/matrix-org/matrix-appservice-bridge.git#61d81e1cab395020b8540db2e437d5b25a443d0c"
22702269
dependencies:
22712270
"@alloc/quick-lru" "^5.2.0"
22722271
"@types/pkginfo" "^0.4.0"

0 commit comments

Comments
 (0)