Skip to content

Commit

Permalink
Bump the nestjs group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the nestjs group with 5 updates in the /generators/node-server/resources directory:

| Package | From | To |
| --- | --- | --- |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `7.5.1` | `10.4.1` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `7.5.1` | `10.4.1` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `7.5.1` | `10.4.1` |
| [rxjs](https://github.com/reactivex/rxjs) | `6.6.3` | `7.8.1` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `7.5.1` | `10.4.1` |



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

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

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

Updates `rxjs` from 6.6.3 to 7.8.1
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@6.6.3...7.8.1)

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

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nestjs
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nestjs
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nestjs
- dependency-name: rxjs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nestjs
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nestjs
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 60e48d3 commit 051d0a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions generators/node-server/resources/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"browser-sync-client": "3.0.2",
"@nestjs/common": "7.5.1",
"@nestjs/core": "7.5.1",
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/jwt": "7.2.0",
"@nestjs/passport": "7.1.0",
"@nestjs/platform-express": "7.5.1",
"@nestjs/platform-express": "10.4.1",
"@nestjs/serve-static": "2.1.4",
"@nestjs/swagger": "4.8.0",
"@nestjs/typeorm": "7.1.4",
Expand All @@ -27,7 +27,7 @@
"passport-jwt": "4.0.0",
"passport-oauth2": "1.7.0",
"reflect-metadata": "0.1.14",
"rxjs": "6.6.3",
"rxjs": "7.8.1",
"mongodb-memory-server": "6.9.2",
"sqlite3": "5.1.6",
"swagger-ui-express": "5.0.0",
Expand All @@ -36,7 +36,7 @@
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@nestjs/testing": "7.5.1",
"@nestjs/testing": "10.4.1",
"@types/bcrypt": "5.0.2",
"@types/express": "4.17.1",
"@types/express-serve-static-core": "4.17.3",
Expand Down

0 comments on commit 051d0a7

Please sign in to comment.