diff --git a/pkgs/by-name/dr/draupnir/hashes.json b/pkgs/by-name/dr/draupnir/hashes.json index 1856fbd55c2487..a2cc5704880c90 100644 --- a/pkgs/by-name/dr/draupnir/hashes.json +++ b/pkgs/by-name/dr/draupnir/hashes.json @@ -1,3 +1,3 @@ { - "yarn_offline_cache_hash": "sha256-s4PjW7VRajyuZG3BP6r8E86FXFi5B6/uV4t37NYu5qc=" + "yarn_offline_cache_hash": "sha256-b05UUStgO8o7lQzcsgcRbYj8lI3aVbVwjaQUQLSSM6k=" } diff --git a/pkgs/by-name/dr/draupnir/package.json b/pkgs/by-name/dr/draupnir/package.json index 42cc8a55e7809e..52acd988b9bb25 100644 --- a/pkgs/by-name/dr/draupnir/package.json +++ b/pkgs/by-name/dr/draupnir/package.json @@ -1,6 +1,6 @@ { "name": "draupnir", - "version": "2.0.0-beta.9", + "version": "2.0.0-beta.10", "description": "A moderation tool for Matrix", "main": "lib/index.js", "repository": "https://github.com/the-draupnir-project/Draupnir.git", @@ -55,7 +55,7 @@ "@gnuxie/typescript-result": "^1.0.0", "@sentry/node": "^7.17.2", "@sentry/tracing": "^7.17.2", - "@sinclair/typebox": "0.33.17", + "@sinclair/typebox": "0.34.13", "@the-draupnir-project/interface-manager": "3.0.0", "@the-draupnir-project/matrix-basic-types": "^0.2.0", "await-lock": "^2.2.2", @@ -70,8 +70,8 @@ "jsdom": "^24.0.0", "matrix-appservice-bridge": "^10.3.1", "matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6", - "matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.1.1", - "matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.1.1", + "matrix-protection-suite": "npm:@gnuxie/matrix-protection-suite@2.3.0", + "matrix-protection-suite-for-matrix-bot-sdk": "npm:@gnuxie/matrix-protection-suite-for-matrix-bot-sdk@2.3.2", "parse-duration": "^1.0.2", "pg": "^8.8.0", "shell-quote": "^1.7.3", diff --git a/pkgs/by-name/dr/draupnir/package.nix b/pkgs/by-name/dr/draupnir/package.nix index 4409fb0b213710..10808f8b252443 100644 --- a/pkgs/by-name/dr/draupnir/package.nix +++ b/pkgs/by-name/dr/draupnir/package.nix @@ -20,12 +20,12 @@ let in mkYarnPackage rec { pname = "draupnir"; - version = "2.0.0-beta.9"; + version = "2.0.0-beta.10"; src = fetchFromGitHub { owner = "the-draupnir-project"; repo = "Draupnir"; rev = "v${version}"; - hash = "sha256-4WLojkmWGodV7y3nRP7Y7Fw2xXCJrjxnpmztS9raAcM="; + hash = "sha256-XBKuCObrxDw9JnzFk+XGowUNBRkNQ+DHKh8KdLi34pI="; }; nativeBuildInputs = [