matrix-hookshot: 4.4.1 -> 4.5.1

https://github.com/matrix-org/matrix-hookshot/releases/tag/4.5.0
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.5.1

authored by

Charlotte Van Petegem and committed by
Jörg Thalheim
bbf12a91 bf0d4277

+11 -11
+7 -7
pkgs/servers/matrix-synapse/matrix-hookshot/package.json
··· 1 1 { 2 2 "name": "matrix-hookshot", 3 - "version": "4.4.1", 3 + "version": "4.5.1", 4 4 "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", 5 5 "main": "lib/app.js", 6 6 "repository": "https://github.com/matrix-org/matrix-hookshot", ··· 57 57 "jira-client": "^8.0.0", 58 58 "markdown-it": "^12.3.2", 59 59 "matrix-appservice-bridge": "^9.0.1", 60 - "matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.6.6-element.1", 60 + "matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.6.7-element.1", 61 61 "matrix-widget-api": "^1.0.0", 62 62 "micromatch": "^4.0.4", 63 63 "mime": "^3.0.0", ··· 65 65 "nyc": "^15.1.0", 66 66 "p-queue": "^6.6.2", 67 67 "prom-client": "^14.2.0", 68 + "quickjs-emscripten": "^0.23.0", 68 69 "reflect-metadata": "^0.1.13", 69 70 "source-map-support": "^0.5.21", 70 71 "string-argv": "^0.3.1", 71 72 "tiny-typed-emitter": "^2.1.0", 72 - "vm2": "^3.9.18", 73 73 "winston": "^3.3.3", 74 74 "xml2js": "^0.5.0", 75 75 "yaml": "^2.2.2" ··· 92 92 "@types/node-emoji": "^1.8.1", 93 93 "@types/uuid": "^8.3.3", 94 94 "@types/xml2js": "^0.4.11", 95 - "@typescript-eslint/eslint-plugin": "^5.59.1", 96 - "@typescript-eslint/parser": "^5.59.1", 95 + "@typescript-eslint/eslint-plugin": "^6.6.0", 96 + "@typescript-eslint/parser": "^6.6.0", 97 97 "@uiw/react-codemirror": "^4.12.3", 98 98 "chai": "^4.3.4", 99 - "eslint": "^8.39.0", 99 + "eslint": "^8.49.0", 100 100 "eslint-config-preact": "^1.3.0", 101 - "eslint-plugin-mocha": "^9.0.0", 101 + "eslint-plugin-mocha": "^10.1.0", 102 102 "mini.css": "^3.0.1", 103 103 "mocha": "^8.2.1", 104 104 "preact": "^10.5.15",
+4 -4
pkgs/servers/matrix-synapse/matrix-hookshot/pin.json
··· 1 1 { 2 - "version": "4.4.1", 3 - "srcHash": "sha256-pQSivF/90BvvqtBGTi8eSssPzJdkUNW9cXztG+V+Joo=", 4 - "yarnHash": "1adcl20d5nis8w3amwkcxddybikn5whgx9ixv78lm9h2mc45y6jw", 5 - "cargoHash": "sha256-c5hZroZ3A9dhviSuqVfNMSr5KL/FEXecuyMfZwMD9kc=" 2 + "version": "4.5.1", 3 + "srcHash": "sha256-uqLpwgVEfwcMTeGMDn3lDUD91GHPNyWHmCSPxuV/VC0=", 4 + "yarnHash": "08dw9vbhlmqwj2nah6fv1b2sf15ibl5kg38ghkxkbccs4j7adans", 5 + "cargoHash": "sha256-bIpsQni3kaoYCGLz01YdauYM8ybpx+BvVTiB6N72rIA=" 6 6 }