mjolnir: 1.6.4 -> 1.6.5

https://github.com/matrix-org/mjolnir/releases/tag/v1.6.5
This commit is contained in:
Martin Weinelt 2023-11-15 14:37:29 +01:00
parent eb52b838ce
commit 0cb5612e68
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 8 additions and 8 deletions

@ -10,20 +10,20 @@
mkYarnPackage rec {
pname = "mjolnir";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "mjolnir";
rev = "refs/tags/v${version}";
hash = "sha256-/vnojWLpu/fktqPUhAdL1QTESxDwFrBVYAkyF79Fj9w=";
hash = "sha256-xejFKz2MmdjMFU0X0SdI+qXTBRAwIvkcfZPQqXB9LV0=";
};
packageJSON = ./package.json;
offlineCache = fetchYarnDeps {
yarnLock = src + "/yarn.lock";
hash = "sha256-B4s0CYr5Ihoh4gkckwZ3z0Nb4LMET48WvRXuhk3fpQM=";
hash = "sha256-RpvdyxJj92k4wFjBBmWCnEpFVOXVWlHEm0SmEBUlnTM=";
};
packageResolutions = {

@ -1,6 +1,6 @@
{
"name": "mjolnir",
"version": "1.6.3",
"version": "1.6.5",
"description": "A moderation tool for Matrix",
"main": "lib/index.js",
"repository": "git@github.com:matrix-org/mjolnir.git",
@ -30,7 +30,7 @@
"@types/jsdom": "^16.2.11",
"@types/mocha": "^9.0.0",
"@types/nedb": "^1.8.12",
"@types/node": "^16.7.10",
"@types/node": "^18.0.0",
"@types/pg": "^8.6.5",
"@types/request": "^2.48.8",
"@types/shell-quote": "1.7.1",
@ -55,15 +55,15 @@
"humanize-duration-ts": "^2.1.1",
"js-yaml": "^4.1.0",
"jsdom": "^16.6.0",
"matrix-appservice-bridge": "8.0.0",
"matrix-appservice-bridge": "8.1.2",
"parse-duration": "^1.0.2",
"pg": "^8.8.0",
"prom-client": "^14.1.0",
"shell-quote": "^1.7.3",
"ulidx": "^0.3.0",
"yaml": "^2.1.1"
"yaml": "^2.2.2"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
}
}