Skip to content

Commit

Permalink
fix(deps): update nestjs packages to v10.4.12 (#1097)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovatebot <[email protected]>
  • Loading branch information
renovate[bot] and Renovatebot authored Nov 29, 2024
1 parent 651cb0d commit e67c76b
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 24 deletions.
65 changes: 45 additions & 20 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions packages/website-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"directory": "packages/website-backend"
},
"dependencies": {
"@nestjs/common": "10.4.11",
"@nestjs/common": "10.4.12",
"@nestjs/config": "3.3.0",
"@nestjs/core": "10.4.11",
"@nestjs/core": "10.4.12",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.4.11",
"@nestjs/platform-express": "10.4.12",
"@nestjs/serve-static": "4.0.2",
"@stryker-mutator/dashboard-common": "0.15.1",
"@stryker-mutator/dashboard-contract": "0.15.1",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.11",
"@nestjs/testing": "10.4.12",
"@types/compression": "1.7.5",
"@types/express": "5.0.0",
"@types/passport": "1.0.17",
Expand Down

0 comments on commit e67c76b

Please sign in to comment.