Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

Commit 749aaac

Browse files
chore(deps): update all non-major dependencies (#128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 872d978 commit 749aaac

File tree

2 files changed

+127
-315
lines changed

2 files changed

+127
-315
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@commitlint/config-angular": "^17.0.3",
1111
"@daangamesdg/logger": "^1.1.0",
1212
"@daangamesdg/youtube-notifications": "^1.0.2",
13-
"@prisma/client": "^4.1.1",
13+
"@prisma/client": "^4.2.1",
1414
"@sapphire/decorators": "^4.3.8",
1515
"@sapphire/framework": "^2.5.1",
1616
"@sapphire/plugin-subcommands": "^2.2.2",
@@ -21,7 +21,7 @@
2121
"cookie-parser": "^1.4.6",
2222
"cors": "^2.8.5",
2323
"discord-giveaways": "^5.2.2",
24-
"discord.js": "^13.9.2",
24+
"discord.js": "^13.10.3",
2525
"dotenv": "^16.0.1",
2626
"express": "^4.18.1",
2727
"express-rate-limit": "^6.5.1",
@@ -31,7 +31,7 @@
3131
"lint-staged": "^13.0.3",
3232
"long-timeout": "^0.1.1",
3333
"moment": "^2.29.1",
34-
"moment-timezone": "^0.5.34",
34+
"moment-timezone": "^0.5.35",
3535
"ms": "^2.1.3",
3636
"nanoid": "^4.0.0",
3737
"node-canvas-with-twemoji-and-discord-emoji": "^1.2.1",
@@ -41,8 +41,8 @@
4141
"uuid": "^8.3.2"
4242
},
4343
"devDependencies": {
44-
"@sapphire/eslint-config": "^4.3.7",
45-
"@sapphire/prettier-config": "^1.4.3",
44+
"@sapphire/eslint-config": "^4.3.8",
45+
"@sapphire/prettier-config": "^1.4.4",
4646
"@sapphire/ts-config": "^3.3.4",
4747
"@types/body-parser": "^1.19.2",
4848
"@types/cookie-parser": "^1.4.3",
@@ -52,17 +52,17 @@
5252
"@types/jsdom": "^20.0.0",
5353
"@types/long-timeout": "0.1.0",
5454
"@types/ms": "0.7.31",
55-
"@types/node": "16.11.47",
55+
"@types/node": "16.11.54",
5656
"@types/random-words": "1.1.2",
5757
"@types/uuid": "8.3.4",
58-
"@typescript-eslint/eslint-plugin": "^5.32.0",
59-
"@typescript-eslint/parser": "^5.32.0",
58+
"@typescript-eslint/eslint-plugin": "^5.34.0",
59+
"@typescript-eslint/parser": "^5.34.0",
6060
"cross-env": "^7.0.3",
61-
"eslint": "^8.21.0",
61+
"eslint": "^8.22.0",
6262
"eslint-config-prettier": "^8.5.0",
6363
"eslint-plugin-prettier": "^4.2.1",
6464
"nodemon": "^2.0.19",
65-
"prisma": "^4.1.1",
65+
"prisma": "^4.2.1",
6666
"typescript": "4.7.4"
6767
},
6868
"scripts": {

0 commit comments

Comments
 (0)