|
3 | 3 | "version": "2.1.2", |
4 | 4 | "description": "A Matrix <--> Slack bridge", |
5 | 5 | "engines": { |
6 | | - "node": ">=16 <=18" |
| 6 | + "node": ">=20" |
7 | 7 | }, |
8 | 8 | "main": "app.js", |
9 | 9 | "scripts": { |
|
34 | 34 | "homepage": "https://github.com/matrix-org/matrix-appservice-slack#readme", |
35 | 35 | "dependencies": { |
36 | 36 | "@alloc/quick-lru": "^5.2.0", |
37 | | - "@slack/logger": "^3.0.0", |
38 | | - "@slack/rtm-api": "^6.0.0", |
| 37 | + "@slack/logger": "^4.0.0", |
| 38 | + "@slack/rtm-api": "^6.2.1", |
39 | 39 | "@slack/web-api": "^6.7.2", |
40 | 40 | "Slackdown": "git+https://Half-Shot@github.com/half-shot/slackdown.git", |
41 | 41 | "ajv": "^8.12.0", |
42 | | - "axios": "^0.27.2", |
43 | | - "classnames": "^2.3.2", |
| 42 | + "axios": "^1.6.8", |
| 43 | + "classnames": "^2.5.1", |
44 | 44 | "escape-string-regexp": "^4.0.0", |
45 | | - "https-proxy-agent": "^5.0.1", |
46 | | - "matrix-appservice-bridge": "^8.1.2", |
47 | | - "matrix-widget-api": "^1.1.1", |
48 | | - "minimist": "^1.2.6", |
| 45 | + "https-proxy-agent": "^7.0.4", |
| 46 | + "matrix-appservice-bridge": "^10.1.0", |
| 47 | + "matrix-bot-sdk": "^0.7.1", |
| 48 | + "matrix-widget-api": "^1.6.0", |
| 49 | + "minimist": "^1.2.8", |
49 | 50 | "nedb": "^1.8.0", |
50 | | - "node-emoji": "^1.10.0", |
| 51 | + "node-emoji": "^2.1.3", |
51 | 52 | "nunjucks": "^3.2.4", |
52 | 53 | "p-queue": "^6.0.0", |
53 | | - "pg-promise": "^10.11.1", |
54 | | - "randomstring": "^1.2.1", |
| 54 | + "pg-promise": "^11.5.4", |
| 55 | + "randomstring": "^1.3.0", |
55 | 56 | "react": "^18.2.0", |
56 | 57 | "react-dom": "^18.2.0", |
57 | 58 | "url-join": "^5.0.0", |
58 | | - "uuid": "^8.3.2", |
59 | | - "yargs": "17.5.1" |
| 59 | + "uuid": "^9.0.1", |
| 60 | + "yargs": "17.7.2" |
60 | 61 | }, |
61 | 62 | "devDependencies": { |
62 | | - "@tailwindcss/forms": "^0.5.3", |
63 | | - "@tsconfig/node16": "^1.0.3", |
64 | | - "@types/chai": "^4.2.21", |
65 | | - "@types/js-yaml": "^4.0.2", |
66 | | - "@types/mocha": "^9.1.1", |
67 | | - "@types/nedb": "^1.8.12", |
68 | | - "@types/node": "^18.6.1", |
69 | | - "@types/node-emoji": "^1.8.1", |
70 | | - "@types/nunjucks": "^3.1.5", |
71 | | - "@types/randomstring": "^1.1.7", |
72 | | - "@types/react": "^18.0.27", |
73 | | - "@types/react-dom": "^18.0.10", |
74 | | - "@types/uuid": "^8.3.1", |
75 | | - "@types/yargs": "17.0.10", |
76 | | - "@typescript-eslint/eslint-plugin": "^5.0.0", |
77 | | - "@typescript-eslint/parser": "^5.50.0", |
78 | | - "@vitejs/plugin-react": "^3.1.0", |
79 | | - "autoprefixer": "^10.4.13", |
| 63 | + "@tailwindcss/forms": "^0.5.7", |
| 64 | + "@tsconfig/node16": "^16.1.1", |
| 65 | + "@types/chai": "^4.3.13", |
| 66 | + "@types/js-yaml": "^4.0.9", |
| 67 | + "@types/mocha": "^10.0.6", |
| 68 | + "@types/nedb": "^1.8.16", |
| 69 | + "@types/node": "^20.11.30", |
| 70 | + "@types/node-emoji": "^2.1.0", |
| 71 | + "@types/nunjucks": "^3.2.6", |
| 72 | + "@types/randomstring": "^1.1.12", |
| 73 | + "@types/react": "^18.2.67", |
| 74 | + "@types/react-dom": "^18.2.22", |
| 75 | + "@types/uuid": "^9.0.8", |
| 76 | + "@types/yargs": "17.0.32", |
| 77 | + "@typescript-eslint/eslint-plugin": "^7.3.1", |
| 78 | + "@typescript-eslint/parser": "^7.3.1", |
| 79 | + "@vitejs/plugin-react": "^4.2.1", |
| 80 | + "autoprefixer": "^10.4.18", |
80 | 81 | "chai": "^4.3.4", |
81 | | - "eslint": "^8.20.0", |
82 | | - "eslint-plugin-jsdoc": "^39.3.3", |
| 82 | + "eslint": "^8.57.0", |
| 83 | + "eslint-plugin-jsdoc": "^48.2.1", |
83 | 84 | "eslint-plugin-prefer-arrow": "^1.2.3", |
84 | | - "eslint-plugin-react": "^7.32.2", |
| 85 | + "eslint-plugin-react": "^7.34.1", |
85 | 86 | "eslint-plugin-react-hooks": "^4.6.0", |
86 | 87 | "js-yaml": "^4.1.0", |
87 | 88 | "mocha": "^10.0.0", |
88 | | - "postcss": "^8.4.21", |
89 | | - "prom-client": "^14.0.1", |
| 89 | + "postcss": "^8.4.36", |
| 90 | + "prom-client": "^15.1.0", |
90 | 91 | "source-map-support": "^0.5.19", |
91 | | - "tailwindcss": "^3.2.4", |
92 | | - "ts-node": "^10.1.0", |
93 | | - "typescript": "^4.4.3", |
94 | | - "vite": "^4.1.1" |
| 92 | + "tailwindcss": "^3.4.1", |
| 93 | + "ts-node": "^10.9.2", |
| 94 | + "typescript": "^5.4.2", |
| 95 | + "vite": "^5.1.6" |
95 | 96 | } |
96 | 97 | } |
0 commit comments