Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v9.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 18, 2022
1 parent cc85390 commit b8ed5fe
Show file tree
Hide file tree
Showing 24 changed files with 199 additions and 199 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"@mikro-orm/mysql": "5.3.1",
"@mikro-orm/nestjs": "5.1.1",
"@nestjs/axios": "0.1.0",
"@nestjs/common": "9.0.9",
"@nestjs/core": "9.0.9",
"@nestjs/microservices": "9.0.9",
"@nestjs/common": "9.0.11",
"@nestjs/core": "9.0.11",
"@nestjs/microservices": "9.0.11",
"@nestjs/mongoose": "9.2.0",
"@nestjs/platform-express": "9.0.9",
"@nestjs/platform-fastify": "9.0.9",
"@nestjs/platform-express": "9.0.11",
"@nestjs/platform-fastify": "9.0.11",
"@nestjs/sequelize": "9.0.0",
"@nestjs/swagger": "6.0.5",
"@nestjs/testing": "9.0.9",
"@nestjs/testing": "9.0.11",
"@nestjs/typeorm": "9.0.1",
"@release-it/conventional-changelog": "5.1.0",
"@types/express": "4.17.13",
Expand Down
24 changes: 12 additions & 12 deletions sample/000-dogs-app/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 sample/000-dogs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "9.0.9",
"@nestjs/core": "9.0.9",
"@nestjs/platform-express": "9.0.9",
"@nestjs/common": "9.0.11",
"@nestjs/core": "9.0.11",
"@nestjs/platform-express": "9.0.11",
"@nestjs/terminus": "9.1.1",
"@nestjs/testing": "9.0.9",
"@nestjs/testing": "9.0.11",
"reflect-metadata": "0.1.13",
"rxjs": "7.5.6"
},
Expand Down
24 changes: 12 additions & 12 deletions sample/001-mongoose-app/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 sample/001-mongoose-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "9.0.9",
"@nestjs/core": "9.0.9",
"@nestjs/common": "9.0.11",
"@nestjs/core": "9.0.11",
"@nestjs/mongoose": "9.2.0",
"@nestjs/platform-express": "9.0.9",
"@nestjs/platform-express": "9.0.11",
"@nestjs/terminus": "9.1.1",
"mongoose": "6.5.2",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.6"
},
"devDependencies": {
"@nestjs/testing": "9.0.9",
"@nestjs/testing": "9.0.11",
"@types/express": "4.17.13",
"@types/jest": "28.1.7",
"@types/node": "16.11.30",
Expand Down
24 changes: 12 additions & 12 deletions sample/002-microservice-app/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 sample/002-microservice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"e2e:watch": "jest --watch --config=e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "9.0.9",
"@nestjs/core": "9.0.9",
"@nestjs/microservices": "9.0.9",
"@nestjs/platform-express": "9.0.9",
"@nestjs/common": "9.0.11",
"@nestjs/core": "9.0.11",
"@nestjs/microservices": "9.0.11",
"@nestjs/platform-express": "9.0.11",
"@nestjs/terminus": "9.1.1",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
Expand Down
18 changes: 9 additions & 9 deletions sample/003-memory-app/package-lock.json

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

6 changes: 3 additions & 3 deletions sample/003-memory-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"test:watch": "jest --watch --config=jest.json"
},
"dependencies": {
"@nestjs/common": "9.0.9",
"@nestjs/core": "9.0.9",
"@nestjs/platform-express": "9.0.9",
"@nestjs/common": "9.0.11",
"@nestjs/core": "9.0.11",
"@nestjs/platform-express": "9.0.11",
"@nestjs/terminus": "9.1.1",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
Expand Down
Loading

0 comments on commit b8ed5fe

Please sign in to comment.