Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [@nestjs/passport](https://github.com/nestjs/passport) | `7.1.0` | `10.0.2` |
| [jwt-decode](https://github.com/auth0/jwt-decode) | `3.1.1` | `4.0.0` |
| [passport](https://github.com/jaredhanson/passport) | `0.4.1` | `0.6.0` |
| [passport-jwt](https://github.com/mikenicholson/passport-jwt) | `4.0.0` | `4.0.1` |
| [@types/passport-jwt](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport-jwt) | `3.0.3` | `3.0.13` |


Updates `@nestjs/passport` from 7.1.0 to 10.0.2
- [Release notes](https://github.com/nestjs/passport/releases)
- [Changelog](https://github.com/nestjs/passport/blob/master/.release-it.json)
- [Commits](nestjs/passport@7.1.0...10.0.2)

Updates `jwt-decode` from 3.1.1 to 4.0.0
- [Release notes](https://github.com/auth0/jwt-decode/releases)
- [Changelog](https://github.com/auth0/jwt-decode/blob/main/CHANGELOG.md)
- [Commits](auth0/jwt-decode@v3.1.1...v4.0.0)

Updates `passport` from 0.4.1 to 0.6.0
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md)
- [Commits](jaredhanson/passport@v0.4.1...v0.6.0)

Updates `passport-jwt` from 4.0.0 to 4.0.1
- [Commits](mikenicholson/passport-jwt@v4.0.0...v4.0.1)

Updates `@types/passport-jwt` from 3.0.3 to 3.0.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport-jwt)

---
updated-dependencies:
- dependency-name: "@nestjs/passport"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: passport
- dependency-name: jwt-decode
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: passport
- dependency-name: passport
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: passport
- dependency-name: passport-jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: passport
- dependency-name: "@types/passport-jwt"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: passport
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2023
1 parent 7690d4d commit 3d99bd0
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
Expand Up @@ -4,7 +4,7 @@
"@nestjs/common": "7.5.1",
"@nestjs/core": "7.5.1",
"@nestjs/jwt": "7.2.0",
"@nestjs/passport": "7.1.0",
"@nestjs/passport": "10.0.2",
"@nestjs/platform-express": "7.5.1",
"@nestjs/serve-static": "2.1.4",
"@nestjs/swagger": "4.8.0",
Expand All @@ -17,14 +17,14 @@
"eureka-js-client": "4.5.0",
"express-session": "1.17.3",
"js-yaml": "4.1.0",
"jwt-decode": "3.1.1",
"jwt-decode": "4.0.0",
"mongodb": "6.2.0",
"mysql2": "2.2.5",
"pg": "8.4.2",
"oracledb": "5.0.0",
"mssql": "6.2.3",
"passport": "0.4.1",
"passport-jwt": "4.0.0",
"passport": "0.6.0",
"passport-jwt": "4.0.1",
"passport-oauth2": "1.7.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.3",
Expand All @@ -44,7 +44,7 @@
"@types/superagent": "4.1.21",
"@types/jwt-decode": "3.1.0",
"@types/node": "^20.8.10",
"@types/passport-jwt": "3.0.3",
"@types/passport-jwt": "3.0.13",
"@types/supertest": "2.0.16",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/eslint-plugin-tslint": "6.12.0",
Expand Down

0 comments on commit 3d99bd0

Please sign in to comment.