|
1 | 1 | { |
2 | 2 | "name": "discord-stocker-bot", |
3 | 3 | "displayName": "Discord Stonker Bot", |
4 | | - "version": "3.4.2", |
| 4 | + "version": "3.4.3", |
5 | 5 | "description": "An advanced business-ready bot built for finance-related Discord servers", |
6 | 6 | "exports": "./build/src/index.js", |
7 | 7 | "type": "module", |
|
53 | 53 | "node": "^18.12.1" |
54 | 54 | }, |
55 | 55 | "dependencies": { |
56 | | - "axios": "^1.1.3", |
57 | | - "bottleneck": "^2.19.5", |
58 | | - "chalk": "^5.1.2", |
59 | | - "discord.js": "^14.6.0", |
60 | | - "ejs": "^3.1.8", |
61 | | - "express": "^4.18.2", |
62 | | - "form-data": "^4.0.0", |
63 | | - "html-entities": "^2.3.3", |
64 | | - "latinize": "^0.5.0", |
65 | | - "lodash": "^4.17.21", |
66 | | - "luxon": "^3.1.0", |
67 | | - "markdown-table": "^3.0.2", |
68 | | - "node-cron": "^3.0.2", |
69 | | - "numeral": "^2.0.6", |
70 | | - "rss-parser": "^3.12.0", |
71 | | - "serialize-error": "^11.0.0", |
72 | | - "twitter-api-v2": "^1.12.2" |
| 56 | + "axios": "1.3.2", |
| 57 | + "bottleneck": "2.19.5", |
| 58 | + "chalk": "5.2.0", |
| 59 | + "discord.js": "14.7.1", |
| 60 | + "ejs": "3.1.8", |
| 61 | + "express": "4.18.2", |
| 62 | + "form-data": "4.0.0", |
| 63 | + "html-entities": "2.3.3", |
| 64 | + "latinize": "0.5.0", |
| 65 | + "lodash": "4.17.21", |
| 66 | + "luxon": "3.2.1", |
| 67 | + "markdown-table": "3.0.3", |
| 68 | + "node-cron": "3.0.2", |
| 69 | + "numeral": "2.0.6", |
| 70 | + "rss-parser": "3.12.0", |
| 71 | + "serialize-error": "11.0.0", |
| 72 | + "twitter-api-v2": "1.14.1" |
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | | - "@types/express": "^4.17.13", |
76 | | - "@types/latinize": "^0.2.15", |
77 | | - "@types/lodash": "^4.14.188", |
78 | | - "@types/luxon": "^3.1.0", |
79 | | - "@types/node-cron": "^3.0.5", |
80 | | - "@types/numeral": "^2.0.2", |
81 | | - "@types/xml2js": "^0.4.11", |
82 | | - "@typescript-eslint/eslint-plugin": "^5.42.1", |
83 | | - "@typescript-eslint/parser": "^5.42.1", |
84 | | - "copyfiles": "^2.4.1", |
85 | | - "discord-api-types": "0.37.14", |
86 | | - "eslint": "^8.26.0", |
87 | | - "eslint-config-airbnb-base": "^15.0.0", |
88 | | - "eslint-plugin-import": "^2.26.0", |
89 | | - "npm-run-all": "^4.1.5", |
90 | | - "ts-node": "^10.8.0", |
91 | | - "typescript": "^4.8.4" |
| 75 | + "@types/express": "4.17.17", |
| 76 | + "@types/latinize": "0.2.15", |
| 77 | + "@types/lodash": "4.14.191", |
| 78 | + "@types/luxon": "3.2.0", |
| 79 | + "@types/node-cron": "3.0.7", |
| 80 | + "@types/numeral": "2.0.2", |
| 81 | + "@types/xml2js": "0.4.11", |
| 82 | + "@typescript-eslint/eslint-plugin": "5.51.0", |
| 83 | + "@typescript-eslint/parser": "5.51.0", |
| 84 | + "copyfiles": "2.4.1", |
| 85 | + "discord-api-types": "0.37.32", |
| 86 | + "eslint": "8.34.0", |
| 87 | + "eslint-config-airbnb-base": "15.0.0", |
| 88 | + "eslint-plugin-import": "2.27.5", |
| 89 | + "npm-run-all": "4.1.5", |
| 90 | + "ts-node": "10.9.1", |
| 91 | + "typescript": "4.9.5" |
92 | 92 | } |
93 | 93 | } |
0 commit comments