|
1 | 1 | { |
2 | 2 | "name": "matrix-hookshot", |
3 | | - "version": "6.0.2", |
| 3 | + "version": "6.0.3", |
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", |
|
51 | 51 | "@vector-im/compound-design-tokens": "^2.0.1", |
52 | 52 | "@vector-im/compound-web": "^7.3.0", |
53 | 53 | "ajv": "^8.11.0", |
54 | | - "axios": "^1.7.5", |
| 54 | + "axios": "^1.7.9", |
55 | 55 | "clsx": "^2.1.1", |
56 | 56 | "cors": "^2.8.5", |
57 | 57 | "date-fns": "^4.1.0", |
58 | 58 | "express": "^4.20.0", |
59 | | - "figma-js": "^1.14.0", |
| 59 | + "figma-js": "^1.16.1-0", |
60 | 60 | "helmet": "^7.1.0", |
61 | 61 | "http-status-codes": "^2.2.0", |
62 | 62 | "ioredis": "^5.2.3", |
63 | 63 | "jira-client": "^8.2.2", |
64 | 64 | "markdown-it": "^14.0.0", |
65 | 65 | "matrix-appservice-bridge": "^9.0.1", |
66 | | - "matrix-bot-sdk": "npm:@vector-im/[email protected].7", |
| 66 | + "matrix-bot-sdk": "npm:@vector-im/[email protected].8", |
67 | 67 | "matrix-widget-api": "^1.10.0", |
68 | 68 | "micromatch": "^4.0.8", |
69 | 69 | "mime": "^4.0.4", |
70 | 70 | "node-emoji": "^2.1.3", |
71 | | - "parse-duration": "^1.1.0", |
| 71 | + "parse-duration": "^2.1.3", |
72 | 72 | "preact-render-to-string": "^6.3.1", |
73 | 73 | "prom-client": "^15.1.0", |
74 | 74 | "quickjs-emscripten": "^0.31.0", |
|
105 | 105 | "@types/node": "^22", |
106 | 106 | "@types/xml2js": "^0.4.11", |
107 | 107 | "@uiw/react-codemirror": "^4.12.3", |
108 | | - "babel-cli": "^6.26.0", |
| 108 | + "@babel/core": "^7.26.9", |
109 | 109 | "babel-jest": "^29.7.0", |
110 | 110 | "busboy": "^1.6.0", |
111 | 111 | "chai": "^4", |
|
117 | 117 | "jest": "^29.7.0", |
118 | 118 | "mocha": "^10.8.2", |
119 | 119 | "nyc": "^17.1.0", |
120 | | - "preact": "^10.24.3", |
| 120 | + "preact": "^10.26.2", |
121 | 121 | "rimraf": "6.0.1", |
122 | 122 | "sass": "^1.81.0", |
123 | 123 | "ts-node": "10.9.2", |
124 | 124 | "typescript": "^5.7.2", |
125 | 125 | "typescript-eslint": "^8.16.0", |
126 | | - "vite": "^5.4.11" |
| 126 | + "vite": "^5.4.12" |
127 | 127 | }, |
128 | 128 | "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
129 | 129 | } |
0 commit comments