Skip to content

Commit

Permalink
chore(deps): update all patched dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent b671720 commit 4e9b849
Show file tree
Hide file tree
Showing 15 changed files with 7,917 additions and 8,526 deletions.
16 changes: 8 additions & 8 deletions apps/zeus/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
"@fastify/cookie": "9.3.1",
"@m8a/core": "workspace:*",
"@m8a/logger": "workspace:*",
"@nestjs/common": "10.3.7",
"@nestjs/core": "10.3.7",
"@nestjs/platform-fastify": "10.3.7",
"@nestjs/common": "10.3.8",
"@nestjs/core": "10.3.8",
"@nestjs/platform-fastify": "10.3.8",
"@ogma/nestjs-module": "5.1.4",
"class-transformer": "0.5.1",
"class-validator": "0.14.1"
},
"devDependencies": {
"@m8a/eslint-config": "workspace:*",
"@nestjs/cli": "10.3.2",
"@nestjs/testing": "10.3.7",
"@rushstack/eslint-config": "3.6.8",
"@nestjs/testing": "10.3.8",
"@rushstack/eslint-config": "3.6.9",
"@swc/cli": "~0.3.0",
"@swc/core": "~1.4.0",
"@types/jest": "29.5.12",
"@types/node": "20.12.3",
"@types/node": "20.12.7",
"@types/supertest": "6.0.2",
"eslint": "8.57.0",
"jest": "29.7.0",
Expand All @@ -59,10 +59,10 @@
"source-map-support": "0.5.21",
"supertest": "6.3.4",
"ts-jest": "29.1.2",
"ts-json-schema-generator": "1.5.0",
"ts-json-schema-generator": "1.5.1",
"ts-loader": "9.5.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.3",
"typescript": "5.4.5",
"webpack": "5.91.0"
},
"peerDependenciesMeta": {
Expand Down
20 changes: 10 additions & 10 deletions apps/zeus/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"dependencies": {
"@apollo/client": "3.9.10",
"@quasar/extras": "1.16.11",
"@quasar/quasar-app-extension-apollo": "2.2.0",
"@quasar/quasar-app-extension-apollo": "2.2.2",
"@vue/apollo-composable": "4.0.2",
"apollo-link-rest": "0.9.0",
"apollo-link-token-refresh": "0.6.1",
"graphql": "16.8.1",
"graphql-anywhere": "4.2.8",
"graphql-tag": "2.12.6",
"jwt-decode": "4.0.0",
"qs": "6.12.0",
"quasar": "2.15.2",
"vue": "3.4.21",
"vue-router": "4.3.0"
"qs": "6.12.1",
"quasar": "2.15.4",
"vue": "3.4.26",
"vue-router": "4.3.2"
},
"devDependencies": {
"@dreamonkey/graphql-codegen-near-operation-file": "0.1.2",
Expand All @@ -44,12 +44,12 @@
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-tools/schema": "10.0.3",
"@graphql-tools/utils": "10.1.2",
"@graphql-tools/utils": "10.1.3",
"@graphql-typed-document-node/core": "3.2.0",
"@m8a/eslint-config": "workspace:*",
"@quasar/app-vite": "1.8.0",
"@rushstack/eslint-config": "3.6.8",
"@types/node": "20.12.3",
"@quasar/app-vite": "1.8.5",
"@rushstack/eslint-config": "3.6.9",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"autoprefixer": "^10.4.2",
Expand All @@ -60,7 +60,7 @@
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "8.4.38",
"typescript": "5.4.3"
"typescript": "5.4.5"
},
"engines": {
"node": "^20 || ^18",
Expand Down
18 changes: 9 additions & 9 deletions libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"*.ts": "eslint --fix"
},
"dependencies": {
"@apollo/server": "4.10.2",
"@apollo/server": "4.10.4",
"@casl/ability": "~6.7.0",
"@envelop/core": "5.0.0",
"@graphql-yoga/nestjs": "3.3.0",
"@m8a/nestjs-typegoose": "workspace:*",
"@nestjs/axios": "3.0.2",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.3.7",
"@nestjs/core": "10.3.7",
"@nestjs/common": "10.3.8",
"@nestjs/core": "10.3.8",
"@nestjs/event-emitter": "2.0.4",
"@nestjs/graphql": "12.1.1",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-fastify": "10.3.7",
"@nestjs/platform-fastify": "10.3.8",
"@ogma/nestjs-module": "5.1.4",
"@ptc-org/nestjs-query-core": "5.0.1",
"@ptc-org/nestjs-query-graphql": "5.0.1",
Expand All @@ -78,17 +78,17 @@
"redis": "4.6.13"
},
"devDependencies": {
"@apollo/gateway": "2.7.2",
"@apollo/gateway": "2.7.4",
"@m8a/eslint-config": "workspace:*",
"@nestjs/cli": "10.3.2",
"@nestjs/testing": "10.3.7",
"@rushstack/eslint-config": "3.6.8",
"@nestjs/testing": "10.3.8",
"@rushstack/eslint-config": "3.6.9",
"@swc/cli": "~0.3.0",
"@swc/core": "~1.4.0",
"@types/cache-manager": "4.0.6",
"@types/cache-manager-redis-store": "2.0.4",
"@types/jest": "29.5.12",
"@types/node": "20.12.3",
"@types/node": "20.12.7",
"@types/passport-jwt": "4.0.1",
"chokidar": "3.6.0",
"dataloader": "2.2.2",
Expand All @@ -102,7 +102,7 @@
"ts-loader": "9.5.1",
"ts-morph": "^22.0.0",
"tslib": "2.6.2",
"typescript": "5.4.3",
"typescript": "5.4.5",
"webpack": "5.91.0"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions libs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@rushstack/eslint-config": "3.6.8",
"@rushstack/eslint-config": "3.6.9",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
Expand All @@ -40,6 +40,6 @@
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-promise": "^6.0.0",
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
14 changes: 7 additions & 7 deletions libs/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,28 @@
"*.ts": "eslint --fix"
},
"dependencies": {
"@nestjs/platform-fastify": "10.3.7",
"@nestjs/platform-fastify": "10.3.8",
"@ogma/nestjs-module": "5.1.4",
"chalk-v2": "1.0.2",
"rxjs": "7.8.1"
},
"devDependencies": {
"@golevelup/nestjs-modules": "0.7.1",
"@m8a/eslint-config": "workspace:*",
"@nestjs/common": "10.3.7",
"@nestjs/core": "10.3.7",
"@nestjs/testing": "10.3.7",
"@nestjs/common": "10.3.8",
"@nestjs/core": "10.3.8",
"@nestjs/testing": "10.3.8",
"@ogma/platform-fastify": "5.0.1",
"@rushstack/eslint-config": "3.6.8",
"@rushstack/eslint-config": "3.6.9",
"@types/jest": "29.5.12",
"@types/node": "20.12.3",
"@types/node": "20.12.7",
"eslint": "8.57.0",
"fastify": "4.23.2",
"jest": "29.7.0",
"reflect-metadata": "0.2.2",
"rimraf": "~5.0.0",
"ts-jest": "29.1.2",
"typescript": "5.4.3"
"typescript": "5.4.5"
},
"peerDependencies": {
"@nestjs/common": "^10.2.0"
Expand Down
12 changes: 6 additions & 6 deletions libs/nestjs-typegoose/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@m8a/nestjs-typegoose": "latest",
"@nestjs/common": "10.3.7",
"@nestjs/core": "10.3.7",
"@nestjs/platform-express": "10.3.7",
"@nestjs/common": "10.3.8",
"@nestjs/core": "10.3.8",
"@nestjs/platform-express": "10.3.8",
"@typegoose/typegoose": "12.2.0",
"class-validator": "0.14.1",
"mongoose": "8.2.4",
Expand All @@ -48,10 +48,10 @@
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@nestjs/testing": "10.3.7",
"@nestjs/testing": "10.3.8",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.12.3",
"@types/node": "20.12.7",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
Expand All @@ -68,6 +68,6 @@
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.3"
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 4e9b849

Please sign in to comment.