Skip to content

Commit

Permalink
build(deps): bump express, @nestjs/core, @nestjs/common, @nestjs/plat…
Browse files Browse the repository at this point in the history
…form-express and @nestjs/testing (#1187)

* build(deps): bump express, @nestjs/core, @nestjs/platform-express and @nestjs/testing

Bumps [express](https://github.com/expressjs/express) to 4.19.2 and updates ancestor dependencies [express](https://github.com/expressjs/express), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), 
[@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common),
[@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) and [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing). These dependencies need to be updated together.


Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

Updates `@nestjs/core` from 9.4.3 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/core)

Updates `@nestjs/common` from 9.0.0 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/common)

Updates `@nestjs/platform-express` from 9.4.3 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

Updates `@nestjs/testing` from 9.4.3 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/testing)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
- dependency-name: "@nestjs/common"
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* updated @nestjs/common to the latest version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: junjiequan <[email protected]>
  • Loading branch information
dependabot[bot] and Junjiequan authored Apr 26, 2024
1 parent 407f6fc commit 795c0b3
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 109 deletions.
149 changes: 44 additions & 105 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@elastic/elasticsearch": "^8.9.0",
"@nestjs-modules/mailer": "^1.8.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^9.0.0",
"@nestjs/common": "^10.3.8",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/core": "^10.3.8",
"@nestjs/elasticsearch": "^10.0.1",
"@nestjs/event-emitter": "^2.0.1",
"@nestjs/jwt": "^10.0.1",
"@nestjs/mongoose": "^10.0.0",
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/swagger": "^7.1.7",
"@nestjs/terminus": "^10.1.1",
"@user-office-software/duo-logger": "^2.1.1",
Expand Down Expand Up @@ -80,7 +80,7 @@
"@faker-js/faker": "^8.0.1",
"@nestjs/cli": "^10.0.5",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^9.0.0",
"@nestjs/testing": "^10.3.8",
"@types/bcrypt": "^5.0.0",
"@types/chai": "^4.3.6",
"@types/express": "^4.17.13",
Expand Down

0 comments on commit 795c0b3

Please sign in to comment.