Skip to content

Commit

Permalink
fix(deps): update all patched dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 8cc71f3 commit 3b5a433
Show file tree
Hide file tree
Showing 12 changed files with 166 additions and 73 deletions.
2 changes: 1 addition & 1 deletion apps/zeus/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@rushstack/eslint-config": "3.6.8",
"@swc/cli": "~0.3.0",
"@swc/core": "~1.4.0",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/node": "20.12.3",
"@types/supertest": "6.0.2",
"eslint": "9.9.0",
Expand Down
12 changes: 6 additions & 6 deletions apps/zeus/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"dependencies": {
"@apollo/client": "3.9.10",
"@quasar/extras": "1.16.11",
"@quasar/quasar-app-extension-apollo": "2.2.0",
"@quasar/extras": "1.16.12",
"@quasar/quasar-app-extension-apollo": "2.2.3",
"@vue/apollo-composable": "4.0.2",
"apollo-link-rest": "0.9.0",
"apollo-link-token-refresh": "0.6.1",
Expand All @@ -41,9 +41,9 @@
"@dreamonkey/graphql-codegen-near-operation-file": "0.1.2",
"@dreamonkey/graphql-codegen-vue-apollo-plugin": "0.1.2",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-operations": "4.2.0",
"@graphql-tools/schema": "10.0.3",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-operations": "4.2.3",
"@graphql-tools/schema": "10.0.6",
"@graphql-tools/utils": "10.1.2",
"@graphql-typed-document-node/core": "3.2.0",
"@m8a/eslint-config": "workspace:*",
Expand All @@ -59,7 +59,7 @@
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "8.4.38",
"postcss": "8.4.47",
"typescript": "5.4.3"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"dependencies": {
"@apollo/server": "4.10.2",
"@casl/ability": "~6.7.0",
"@envelop/core": "5.0.0",
"@envelop/core": "5.0.2",
"@graphql-yoga/nestjs": "3.3.0",
"@m8a/nestjs-typegoose": "workspace:*",
"@nestjs/axios": "3.0.2",
"@nestjs/axios": "3.0.3",
"@nestjs/cache-manager": "2.2.2",
"@nestjs/common": "10.3.7",
"@nestjs/core": "10.3.7",
Expand All @@ -62,7 +62,7 @@
"argon2": "0.40.1",
"axios": "1.6.8",
"cache-manager": "5.4.0",
"cache-manager-redis-yet": "5.1.3",
"cache-manager-redis-yet": "5.1.5",
"camel-case": "5.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand All @@ -87,7 +87,7 @@
"@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/jest": "29.5.13",
"@types/node": "20.12.3",
"@types/passport-jwt": "4.0.1",
"chokidar": "3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "28.8.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion libs/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@nestjs/testing": "10.3.7",
"@ogma/platform-fastify": "5.0.1",
"@rushstack/eslint-config": "3.6.8",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/node": "20.12.3",
"eslint": "9.9.0",
"fastify": "4.23.2",
Expand Down
6 changes: 3 additions & 3 deletions libs/nestjs-typegoose/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@nestjs/schematics": "10.1.4",
"@nestjs/testing": "10.3.7",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/node": "20.12.3",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.0.1",
Expand All @@ -61,7 +61,7 @@
"eslint-plugin-jsdoc": "^50.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "29.7.0",
"mongodb-memory-server": "10.0.0",
"mongodb-memory-server": "10.0.1",
"prettier": "3.2.5",
"supertest": "7.0.0",
"ts-jest": "29.1.2",
Expand Down
107 changes: 80 additions & 27 deletions libs/nestjs-typegoose/example/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3b5a433

Please sign in to comment.