Updated package patch and minor versions

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-01-26 18:12:31 +01:00
parent b932200c66
commit eba7bfad3e
2 changed files with 6 additions and 6 deletions

Binary file not shown.

View File

@@ -18,21 +18,21 @@
"author": "Taken",
"license": "GPL-3.0-only",
"dependencies": {
"axios": "^1.6.5",
"axios": "^1.6.7",
"chalk": "^4.1.2",
"cron": "^3.1.6",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"ioredis": "^5.3.2",
"mongoose": "^8.0.4",
"mongoose": "^8.1.1",
"ms": "^2.1.3",
"pretty-ms": "^8.0.0"
},
"devDependencies": {
"@types/ms": "^0.7.34",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@types/node": "^20.11.7",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"