aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-01-12 00:42:57 -0500
committerAndrew Lee <andrew@alee14.me>2025-01-12 00:42:57 -0500
commit9b484f3f18c7fb4c6d85cb696999271c993e9753 (patch)
tree015e8191749291080768e07858004683c7a24be0 /package.json
parent7e65ae0e135098acad76b8081f34478b4efc077f (diff)
downloadAleeBot-9b484f3f18c7fb4c6d85cb696999271c993e9753.tar.gz
AleeBot-9b484f3f18c7fb4c6d85cb696999271c993e9753.tar.bz2
AleeBot-9b484f3f18c7fb4c6d85cb696999271c993e9753.zip
Updated packages; Docker support for web; Fixed issues with author image
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index 9584d19..b300082 100644
--- a/package.json
+++ b/package.json
@@ -19,19 +19,19 @@
"homepage": "https://github.com/Alee14/AleeBot#readme",
"dependencies": {
"blessed": "^0.1.81",
- "colors": "^1.3.0",
+ "colors": "^1.4.0",
"cors": "^2.8.5",
- "discord.js": "^13.0.1",
- "dotenv": "^16.3.1",
- "eslint": "^7.1.0",
- "express": "^4.17.1",
- "i18next": "^19.4.4",
- "moment": "^2.21.0",
- "os": "^0.1.1",
- "parse-ms": "^1.0.1",
+ "discord.js": "13.17.1",
+ "dotenv": "^16.4.7",
+ "eslint": "^9.18.0",
+ "express": "^4.21.2",
+ "i18next": "^24.2.1",
+ "moment": "^2.30.1",
+ "os": "^0.1.2",
+ "parse-ms": "^4.0.0",
"readline": "^1.3.0",
- "sequelize": "^6.30.0",
- "sqlite3": "^5.1.6"
+ "sequelize": "^6.37.5",
+ "sqlite3": "^5.1.7"
},
"devDependencies": {
"nodemon": "^2.0.2"