diff --git a/pkgs/by-name/ma/matrix-hookshot/package.json b/pkgs/by-name/ma/matrix-hookshot/package.json index c954ca35e9bf..a112ab69d5d9 100644 --- a/pkgs/by-name/ma/matrix-hookshot/package.json +++ b/pkgs/by-name/ma/matrix-hookshot/package.json @@ -1,6 +1,6 @@ { "name": "matrix-hookshot", - "version": "7.0.0", + "version": "7.1.0", "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", "main": "lib/app.js", "repository": "https://github.com/matrix-org/matrix-hookshot", @@ -56,15 +56,15 @@ "clsx": "^2.1.1", "cors": "^2.8.5", "date-fns": "^4.1.0", - "express": "^4.20.0", + "express": "^4.21.2", "figma-js": "^1.16.1-0", "helmet": "^7.1.0", "http-status-codes": "^2.2.0", - "ioredis": "^5.2.3", + "ioredis": "^5.6.1", "jira-client": "^8.2.2", "markdown-it": "^14.0.0", - "matrix-appservice-bridge": "^9.0.1", - "matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@0.7.1-element.8", + "matrix-appservice-bridge": "^11.0.0", + "matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@0.7.1-element.14", "matrix-widget-api": "^1.10.0", "micromatch": "^4.0.8", "mime": "^4.0.4", @@ -99,7 +99,7 @@ "@types/busboy": "^1.5.4", "@types/chai": "^4.2.22", "@types/cors": "^2.8.12", - "@types/express": "^4.17.14", + "@types/express": "^4.17.23", "@types/jira-client": "^7.1.0", "@types/markdown-it": "^13.0.7", "@types/micromatch": "^4.0.1", diff --git a/pkgs/by-name/ma/matrix-hookshot/package.nix b/pkgs/by-name/ma/matrix-hookshot/package.nix index fbeacff97178..dc103ef3542d 100644 --- a/pkgs/by-name/ma/matrix-hookshot/package.nix +++ b/pkgs/by-name/ma/matrix-hookshot/package.nix @@ -11,7 +11,7 @@ rustc, napi-rs-cli, pkg-config, - nodejs_22, + nodejs_24, openssl, }: @@ -30,7 +30,7 @@ mkYarnPackage rec { }; packageJSON = ./package.json; - nodejs = nodejs_22; + nodejs = nodejs_24; offlineCache = fetchYarnDeps { yarnLock = src + "/yarn.lock"; @@ -70,7 +70,7 @@ mkYarnPackage rec { ''; postInstall = '' - makeWrapper '${nodejs_22}/bin/node' "$out/bin/matrix-hookshot" --add-flags \ + makeWrapper '${nodejs_24}/bin/node' "$out/bin/matrix-hookshot" --add-flags \ "$out/libexec/matrix-hookshot/deps/matrix-hookshot/lib/App/BridgeApp.js" ''; diff --git a/pkgs/by-name/ma/matrix-hookshot/pin.json b/pkgs/by-name/ma/matrix-hookshot/pin.json index bebd0a297af8..4ecb566a4934 100644 --- a/pkgs/by-name/ma/matrix-hookshot/pin.json +++ b/pkgs/by-name/ma/matrix-hookshot/pin.json @@ -1,6 +1,6 @@ { - "version": "7.0.0", - "srcHash": "sha256-MBET/oRvCToCnkUsbSK/6BzE2nrg33BzVuKAuu2BnkQ=", - "yarnHash": "1lmakjgpflx8zcvl4ycn529dgkyp8yic9xhpwajdyj6dc56blpbb", + "version": "7.1.0", + "srcHash": "sha256-jRLax1vqC0K3XvAWrH1J7nqtFioLr4n6Df9Kra/KKKU=", + "yarnHash": "0m0cqy7kkj8d9lhw93halr64017rqscf5msz4bm3g8lhkil9w53g", "cargoHash": "sha256-1eBiLZHGNJxXNCVavkKt0xckAD2cilOW2wNCtqJ8O4g=" }