ci: update deps

This commit is contained in:
Anthony 2024-01-27 19:27:19 +01:00
parent 8f071b8043
commit 502d5c5cdf
2 changed files with 258 additions and 2036 deletions

2264
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,30 +29,30 @@
},
"homepage": "https://github.com/veganhacktivists/arabot#readme",
"dependencies": {
"@prisma/client": "^5.7.1",
"@sapphire/discord.js-utilities": "^7.1.5",
"@sapphire/framework": "^5.0.5",
"@sapphire/plugin-logger": "^4.0.1",
"@sapphire/plugin-scheduled-tasks": "^10.0.0",
"@sapphire/plugin-subcommands": "^6.0.2",
"@sapphire/stopwatch": "^1.5.1",
"@sapphire/time-utilities": "^1.7.11",
"@prisma/client": "^5.8.1",
"@sapphire/discord.js-utilities": "^7.1.6",
"@sapphire/framework": "^5.0.7",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-scheduled-tasks": "^10.0.1",
"@sapphire/plugin-subcommands": "^6.0.3",
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/ts-config": "^5.0.0",
"@sapphire/utilities": "^3.15.1",
"@types/node": "^20.10.6",
"bullmq": "^5.1.1",
"@sapphire/utilities": "^3.15.3",
"@types/node": "^20.11.7",
"bullmq": "^5.1.5",
"discord.js": "^14.14.1",
"redis": "^4.6.12",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/ioredis": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "3.2.4",
"prisma": "^5.7.1"
"prisma": "^5.8.1"
}
}