Skip to content

Commit cd7361b

Browse files
chore(deps): Update all non-major dependencies
1 parent 5c74b72 commit cd7361b

File tree

12 files changed

+259
-818
lines changed

12 files changed

+259
-818
lines changed

apps/api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@fastify/view": "^8.0.0",
1717
"@m8a/nestjs-typegoose": "^11.0.2",
1818
"@nestjs/axios": "^3.0.0",
19-
"@nestjs/common": "^10.1.3",
20-
"@nestjs/core": "^10.1.3",
21-
"@nestjs/platform-fastify": "^10.1.3",
19+
"@nestjs/common": "^10.2.1",
20+
"@nestjs/core": "^10.2.1",
21+
"@nestjs/platform-fastify": "^10.2.1",
2222
"@nestjs/swagger": "^7.1.8",
2323
"@sentry/node": "^7.64.0",
2424
"@sentry/tracing": "^7.64.0",
@@ -35,15 +35,15 @@
3535
"fastify": "^4.21.0",
3636
"handlebars": "^4.7.8",
3737
"ioredis": "5.3.2",
38-
"luxon": "^3.4.0",
39-
"mongoose": "^7.4.3",
38+
"luxon": "^3.4.1",
39+
"mongoose": "^7.4.4",
4040
"reflect-metadata": "^0.1.13",
4141
"rxjs": "^7.8.1",
4242
"skia-canvas": "^0.9.30",
4343
"toad-scheduler": "^3.0.0"
4444
},
4545
"devDependencies": {
46-
"@nestjs/testing": "^10.1.3",
46+
"@nestjs/testing": "^10.2.1",
4747
"@types/luxon": "^3.3.1"
4848
},
4949
"imports": {

apps/discord-bot/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"@swc/helpers": "^0.5.1",
2525
"@typegoose/typegoose": "^11.4.1",
2626
"axios": "1.4.0",
27-
"discord-api-types": "^0.37.53",
27+
"discord-api-types": "^0.37.54",
2828
"fuse.js": "^6.6.2",
29-
"luxon": "^3.4.0",
30-
"mongoose": "^7.4.3",
29+
"luxon": "^3.4.1",
30+
"mongoose": "^7.4.4",
3131
"reflect-metadata": "^0.1.13",
3232
"skia-canvas": "^0.9.30",
3333
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",

apps/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"skia-canvas": "^0.9.30",
3232
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",
3333
"toad-scheduler": "^3.0.0",
34-
"zod": "^3.22.1"
34+
"zod": "^3.22.2"
3535
},
3636
"devDependencies": {
3737
"@types/inquirer": "^9.0.3"

apps/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
},
2121
"devDependencies": {
2222
"@next/eslint-plugin-next": "^12.3.4",
23-
"@types/node": "^18.17.5",
24-
"@types/react": "^18.2.20",
23+
"@types/node": "^18.17.8",
24+
"@types/react": "^18.2.21",
2525
"@types/react-dom": "^18.2.7",
2626
"@types/sharp": "^0.31.1",
27-
"sass": "^1.65.1",
27+
"sass": "^1.66.1",
2828
"typescript": "5.2.0-dev.20230807"
2929
}
3030
}

apps/support-bot/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@swc/helpers": "^0.5.1",
2424
"@typegoose/typegoose": "^11.4.1",
2525
"axios": "1.4.0",
26-
"discord-api-types": "^0.37.53",
27-
"luxon": "^3.4.0",
28-
"mongoose": "^7.4.3",
26+
"discord-api-types": "^0.37.54",
27+
"luxon": "^3.4.1",
28+
"mongoose": "^7.4.4",
2929
"reflect-metadata": "^0.1.13",
3030
"skia-canvas": "^0.9.30",
3131
"tiny-discord": "https://github.com/timotejroiko/tiny-discord.git#62cf5c895ce9287b4517356970fd6771957e43cb",

apps/verify-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@swc/helpers": "^0.5.1",
2121
"@typegoose/typegoose": "^11.4.1",
2222
"minecraft-protocol": "^1.44.0",
23-
"mongoose": "^7.4.3"
23+
"mongoose": "^7.4.4"
2424
}
2525
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"@rollup/pluginutils": "^5.0.3",
3333
"@swc/cli": "^0.1.62",
3434
"@swc/core": "1.3.68",
35-
"@types/node": "^18.17.5",
36-
"@typescript-eslint/eslint-plugin": "^6.4.0",
37-
"@typescript-eslint/parser": "^6.4.0",
38-
"@vitest/coverage-v8": "^0.34.1",
39-
"@vitest/ui": "^0.34.1",
35+
"@types/node": "^18.17.8",
36+
"@typescript-eslint/eslint-plugin": "^6.4.1",
37+
"@typescript-eslint/parser": "^6.4.1",
38+
"@vitest/coverage-v8": "^0.34.2",
39+
"@vitest/ui": "^0.34.2",
4040
"chokidar": "^3.5.3",
4141
"commitizen": "^4.3.0",
4242
"cz-conventional-changelog": "^3.3.0",
@@ -46,10 +46,10 @@
4646
"eslint-plugin-unicorn": "^48.0.1",
4747
"eslint-plugin-unused-imports": "^3.0.0",
4848
"pm2": "^5.3.0",
49-
"turbo": "^1.10.12",
49+
"turbo": "^1.10.13",
5050
"typescript": "5.2.0-dev.20230807",
5151
"unplugin": "^1.4.0",
52-
"vitest": "^0.34.1"
52+
"vitest": "^0.34.2"
5353
},
5454
"commitlint": {
5555
"extends": [

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "TIMING=1 eslint './{src,tests}/**/*.{ts,tsx,js,jsx}' --fix"
1111
},
1212
"dependencies": {
13-
"@nestjs/common": "^10.1.3",
13+
"@nestjs/common": "^10.2.1",
1414
"@nestjs/swagger": "^7.1.8",
1515
"@sentry/node": "^7.64.0",
1616
"@statsify/rendering": "*",

packages/discord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@statsify/util": "*",
1919
"@swc/helpers": "^0.5.1",
2020
"axios": "^1.4.0",
21-
"discord-api-types": "^0.37.53",
21+
"discord-api-types": "^0.37.54",
2222
"i18next": "^21.10.0",
2323
"i18next-fs-backend": "^2.1.5",
2424
"reflect-metadata": "^0.1.13",

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"@statsify/util": "*",
1515
"@swc/helpers": "^0.5.1",
1616
"chalk": "5.3.0",
17-
"luxon": "^3.4.0"
17+
"luxon": "^3.4.1"
1818
},
1919
"devDependencies": {
20-
"@nestjs/common": "^10.1.3",
20+
"@nestjs/common": "^10.2.1",
2121
"@types/luxon": "^3.3.1"
2222
}
2323
}

0 commit comments

Comments
 (0)