|
30 | 30 | "@types/jsdom": "21.1.7", |
31 | 31 | "@types/mocha": "^10.0.7", |
32 | 32 | "@types/nedb": "^1.8.16", |
33 | | - "@types/node": "^20.14.11", |
| 33 | + "@types/node": "^24.12.0", |
34 | 34 | "@types/pg": "^8.6.5", |
35 | 35 | "@types/request": "^2.48.12", |
36 | 36 | "crypto-js": "^4.2.0", |
|
46 | 46 | "@the-draupnir-project/interface-manager": "4.2.6", |
47 | 47 | "@the-draupnir-project/matrix-basic-types": "1.5.0", |
48 | 48 | "@the-draupnir-project/mps-interface-adaptor": "file:../../packages/mps-interface-adaptor", |
49 | | - "@vector-im/matrix-bot-sdk": "0.7.1-element.6", |
50 | | - "better-sqlite3": "^9.4.3", |
| 49 | + "@vector-im/matrix-bot-sdk": "^0.8.0-element.3", |
| 50 | + "better-sqlite3": "^12.8.0", |
51 | 51 | "body-parser": "^1.20.2", |
52 | 52 | "config": "^3.3.9", |
53 | 53 | "express": "^4.19", |
54 | 54 | "html-to-text": "^8.0.0", |
55 | 55 | "js-yaml": "^4.1.0", |
56 | 56 | "jsdom": "^24.0.0", |
57 | | - "matrix-appservice-bridge": "10.3.1", |
| 57 | + "matrix-appservice-bridge": "^11.2.0", |
58 | 58 | "matrix-protection-suite": "file:../../packages/matrix-protection-suite", |
59 | 59 | "matrix-protection-suite-for-matrix-bot-sdk": "file:../../packages/matrix-protection-suite-for-matrix-bot-sdk", |
60 | 60 | "pg": "^8.8.0", |
61 | 61 | "yaml": "^2.3.2" |
62 | 62 | }, |
63 | 63 | "overrides": { |
64 | | - "@vector-im/matrix-bot-sdk": "0.7.1-element.6", |
65 | 64 | "@the-draupnir-project/matrix-basic-types": "$the-draupnir-project/matrix-basic-types", |
66 | 65 | "@the-draupnir-project/interface-manager": "$the-draupnir-project/interface-manager", |
67 | 66 | "matrix-protection-suite": "$matrix-protection-suite" |
68 | 67 | }, |
69 | 68 | "engines": { |
70 | | - "node": ">=20.0.0" |
| 69 | + "node": ">=24.0.0" |
71 | 70 | } |
72 | 71 | } |
0 commit comments