Skip to content

Commit

Permalink
chore(deps): bump the npm_and_yarn group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 4 updates: [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express), [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) and [express](https://github.com/expressjs/express).


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

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

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

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)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 4, 2024
1 parent 34943fd commit 47df551
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 109 deletions.
152 changes: 46 additions & 106 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^9.4.3",
"@nestjs/config": "^3.2.1",
"@nestjs/core": "^9.4.2",
"@nestjs/core": "^10.3.7",
"@nestjs/jwt": "^10.1.1",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-express": "^9.4.3",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/swagger": "^7.2.0",
"@willsoto/nestjs-prometheus": "^6.0.0",
"axios": "^1.6.8",
Expand All @@ -43,7 +43,7 @@
"devDependencies": {
"@nestjs/cli": "^10.3.0",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^9.4.1",
"@nestjs/testing": "^10.3.7",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.3.1",
Expand Down

0 comments on commit 47df551

Please sign in to comment.