Update dependencies

This commit is contained in:
Cadence Ember 2026-03-23 21:22:33 +13:00
parent 7367fb3b65
commit 201814e9f4
15 changed files with 968 additions and 2 deletions

View file

@ -175,4 +175,5 @@ file._actuallyUploadDiscordFileToMxc = function(url, res) { throw new Error(`Not
require("../src/web/routes/log-in-with-matrix.test")
require("../src/web/routes/oauth.test")
require("../src/web/routes/password.test")
require("../src/agi/generator.test")
})()