Skip to content

Commit

Permalink
fix(deps): update nestjs packages to v10.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovatebot authored and renovate[bot] committed Jun 3, 2024
1 parent 6ec2d14 commit c49242d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
36 changes: 20 additions & 16 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,10 +22,10 @@
"directory": "packages/website-backend"
},
"dependencies": {
"@nestjs/common": "10.3.8",
"@nestjs/common": "10.3.9",
"@nestjs/config": "3.2.2",
"@nestjs/core": "10.3.8",
"@nestjs/platform-express": "10.3.8",
"@nestjs/core": "10.3.9",
"@nestjs/platform-express": "10.3.9",
"@nestjs/serve-static": "4.0.2",
"@stryker-mutator/dashboard-common": "0.14.3",
"@stryker-mutator/dashboard-contract": "0.14.3",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@nestjs/schematics": "10.1.1",
"@nestjs/testing": "10.3.8",
"@nestjs/testing": "10.3.9",
"@types/compression": "1.7.5",
"@types/express": "4.17.21",
"@types/jsonwebtoken": "9.0.6",
Expand Down

0 comments on commit c49242d

Please sign in to comment.