Skip to content

Commit

Permalink
fix(deps): update nestjs packages (fastify)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent c9980bf commit 763dd0a
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 168 deletions.
205 changes: 45 additions & 160 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions packages/kysely-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"dependencies": {
"@anchan828/kysely-migration": "^0.7.17",
"@anchan828/nest-kysely": "^0.7.17",
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/platform-express": "10.4.7",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/platform-express": "10.4.15",
"express": "4.21.2",
"kysely": "0.27.5"
},
"devDependencies": {
"@nestjs/cli": "10.4.7",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.7",
"@nestjs/testing": "10.4.15",
"@types/better-sqlite3": "7.6.12",
"@types/pg": "8.11.10",
"@types/supertest": "6.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7",
"@nestjs/testing": "10.4.7",
"@nestjs/common": "10.4.15",
"@nestjs/core": "10.4.15",
"@nestjs/testing": "10.4.15",
"@types/better-sqlite3": "7.6.12",
"@types/pg": "8.11.10",
"better-sqlite3": "11.7.0",
Expand Down

0 comments on commit 763dd0a

Please sign in to comment.