|
28 | 28 | "main": "./lib/index.js",
|
29 | 29 | "typings": "./lib/index.d.ts",
|
30 | 30 | "engines": {
|
31 |
| - "node": ">=16.0.0" |
| 31 | + "node": ">=18.0.0" |
32 | 32 | },
|
33 | 33 | "keywords": [
|
34 | 34 | "matrix",
|
|
52 | 52 | ],
|
53 | 53 | "dependencies": {
|
54 | 54 | "@matrix-org/matrix-sdk-crypto-nodejs": "0.1.0-beta.6",
|
55 |
| - "@types/express": "^4.17.13", |
| 55 | + "@types/express": "^4.17.19", |
56 | 56 | "another-json": "^0.2.0",
|
57 |
| - "async-lock": "^1.3.2", |
| 57 | + "async-lock": "^1.4.0", |
58 | 58 | "chalk": "^4",
|
59 |
| - "express": "^4.18.1", |
| 59 | + "express": "^4.18.2", |
60 | 60 | "glob-to-regexp": "^0.4.1",
|
61 | 61 | "hash.js": "^1.1.7",
|
62 |
| - "html-to-text": "^8.2.0", |
| 62 | + "html-to-text": "^9.0.5", |
63 | 63 | "htmlencode": "^0.0.4",
|
64 | 64 | "lowdb": "^1",
|
65 |
| - "lru-cache": "^7.10.1", |
66 |
| - "mkdirp": "^1.0.4", |
| 65 | + "lru-cache": "^10.0.1", |
| 66 | + "mkdirp": "^3.0.1", |
67 | 67 | "morgan": "^1.10.0",
|
68 | 68 | "request": "^2.88.2",
|
69 | 69 | "request-promise": "^4.2.6",
|
70 |
| - "sanitize-html": "^2.8.0" |
| 70 | + "sanitize-html": "^2.11.0" |
71 | 71 | },
|
72 | 72 | "devDependencies": {
|
73 |
| - "@babel/core": "^7.18.2", |
74 |
| - "@babel/eslint-parser": "^7.18.2", |
75 |
| - "@babel/eslint-plugin": "^7.17.7", |
76 |
| - "@types/async-lock": "^1.3.0", |
77 |
| - "@types/expect": "^24.3.0", |
78 |
| - "@types/jest": "^27.5.1", |
79 |
| - "@types/lowdb": "^1.0.11", |
80 |
| - "@types/mocha": "^8", |
81 |
| - "@types/node": "^16", |
82 |
| - "@types/simple-mock": "^0.8.2", |
83 |
| - "@typescript-eslint/eslint-plugin": "^5.26.0", |
84 |
| - "@typescript-eslint/parser": "^5.26.0", |
| 73 | + "@babel/core": "^7.23.0", |
| 74 | + "@babel/eslint-parser": "^7.22.15", |
| 75 | + "@babel/eslint-plugin": "^7.22.10", |
| 76 | + "@types/async-lock": "^1.4.0", |
| 77 | + "@types/jest": "^29.5.5", |
| 78 | + "@types/lowdb": "^1.0.12", |
| 79 | + "@types/mocha": "^10.0.2", |
| 80 | + "@types/node": "18", |
| 81 | + "@types/sanitize-html": "^2.9.2", |
| 82 | + "@types/simple-mock": "^0.8.3", |
| 83 | + "@typescript-eslint/eslint-plugin": "^6.7.5", |
| 84 | + "@typescript-eslint/parser": "^6.7.5", |
85 | 85 | "better-docs": "^2.7.2",
|
86 |
| - "eslint": "^8.16.0", |
| 86 | + "eslint": "^8.51.0", |
87 | 87 | "eslint-config-google": "^0.14.0",
|
88 |
| - "eslint-plugin-import": "^2.26.0", |
89 |
| - "eslint-plugin-matrix-org": "^0.5.2", |
| 88 | + "eslint-plugin-import": "^2.28.1", |
| 89 | + "eslint-plugin-matrix-org": "^0.5", |
90 | 90 | "get-port": "^5",
|
91 |
| - "jest": "^28.1.0", |
92 |
| - "jsdoc": "^3.6.10", |
93 |
| - "matrix-mock-request": "^2.1.0", |
| 91 | + "jest": "^29.7.0", |
| 92 | + "jsdoc": "^4.0.2", |
| 93 | + "matrix-mock-request": "^2.6.0", |
94 | 94 | "simple-mock": "^0.8.0",
|
| 95 | + "taffydb": "^2.7.3", |
95 | 96 | "tmp": "^0.2.1",
|
96 |
| - "ts-jest": "^28.0.3", |
97 |
| - "typescript": "^4.7.2" |
| 97 | + "ts-jest": "^29.1.1", |
| 98 | + "typescript": "^5.2.2" |
98 | 99 | },
|
99 | 100 | "jest": {
|
100 | 101 | "preset": "ts-jest",
|
|
0 commit comments