Skip to content

Commit 7ba072d

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

File tree

10 files changed

+190
-748
lines changed

10 files changed

+190
-748
lines changed

apps/api/package.json

Lines changed: 4 additions & 4 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",
@@ -43,7 +43,7 @@
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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",
2929
"luxon": "^3.4.0",
3030
"mongoose": "^7.4.3",

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: 2 additions & 2 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",
23+
"@types/node": "^18.17.6",
2424
"@types/react": "^18.2.20",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@swc/helpers": "^0.5.1",
2424
"@typegoose/typegoose": "^11.4.1",
2525
"axios": "1.4.0",
26-
"discord-api-types": "^0.37.53",
26+
"discord-api-types": "^0.37.54",
2727
"luxon": "^3.4.0",
2828
"mongoose": "^7.4.3",
2929
"reflect-metadata": "^0.1.13",

package.json

Lines changed: 6 additions & 6 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.6",
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",
@@ -49,7 +49,7 @@
4949
"turbo": "^1.10.12",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"luxon": "^3.4.0"
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)