Skip to content

Commit

Permalink
Merge pull request #11720 from nestjs/renovate/express-4.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @types/express to v4.17.17
  • Loading branch information
kamilmysliwiec committed Jun 12, 2023
2 parents 78b4418 + 930edcf commit de81082
Show file tree
Hide file tree
Showing 49 changed files with 961 additions and 433 deletions.
56 changes: 39 additions & 17 deletions sample/01-cats-app/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/01-cats-app/package.json
Expand Up @@ -32,7 +32,7 @@
"@nestjs/cli": "9.4.0",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/express": "4.17.17",
"@types/jest": "28.1.4",
"@types/node": "18.0.3",
"@types/supertest": "2.0.12",
Expand Down
56 changes: 39 additions & 17 deletions sample/02-gateways/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/02-gateways/package.json
Expand Up @@ -36,7 +36,7 @@
"@nestjs/cli": "9.4.0",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/express": "4.17.13",
"@types/express": "4.17.17",
"@types/jest": "28.1.4",
"@types/node": "18.0.3",
"@types/supertest": "2.0.12",
Expand Down
56 changes: 39 additions & 17 deletions sample/03-microservices/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/03-microservices/package.json
Expand Up @@ -34,7 +34,7 @@
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@types/amqplib": "0.10.1",
"@types/express": "4.17.13",
"@types/express": "4.17.17",
"@types/node": "18.0.3",
"@types/supertest": "2.0.12",
"jest": "28.1.2",
Expand Down

0 comments on commit de81082

Please sign in to comment.