Skip to content

Commit

Permalink
Bump @nestjs/passport from 10.0.2 to 10.0.3 (#312)
Browse files Browse the repository at this point in the history
Bumps [@nestjs/passport](https://github.com/nestjs/passport) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/nestjs/passport/releases)
- [Changelog](https://github.com/nestjs/passport/blob/master/.release-it.json)
- [Commits](nestjs/passport@10.0.2...10.0.3)

---
updated-dependencies:
- dependency-name: "@nestjs/passport"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 3cf1fd2 commit 1d024f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@nestjs/jwt": "^10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/mongoose": "^10.0.2",
"@nestjs/passport": "^10.0.2",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.2.10",
"@nestjs/schedule": "^4.0.0",
"@nestjs/swagger": "^7.1.16",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1202,13 +1202,13 @@ __metadata:
languageName: node
linkType: hard

"@nestjs/passport@npm:^10.0.2":
version: 10.0.2
resolution: "@nestjs/passport@npm:10.0.2"
"@nestjs/passport@npm:^10.0.3":
version: 10.0.3
resolution: "@nestjs/passport@npm:10.0.3"
peerDependencies:
"@nestjs/common": ^8.0.0 || ^9.0.0 || ^10.0.0
passport: ^0.4.0 || ^0.5.0 || ^0.6.0
checksum: d9d0c2206cc7fc1c88da2e165d901099c971be57732d7b4f28d169ae9e4637a423d992c63660026e16cb2c43d709369496c11c4b760ba98d82ce422a672a6ee9
passport: ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0
checksum: b57168096c0b52cf8826fb12578b83cfa947c6575138450f8b5a78b3f6909219eb174008c515650cb0ec8c01cace80487298a0cbeb9ceeaaa1c85d3fb4db2875
languageName: node
linkType: hard

Expand Down Expand Up @@ -4121,7 +4121,7 @@ __metadata:
"@nestjs/jwt": ^10.2.0
"@nestjs/mapped-types": "*"
"@nestjs/mongoose": ^10.0.2
"@nestjs/passport": ^10.0.2
"@nestjs/passport": ^10.0.3
"@nestjs/platform-express": ^10.2.10
"@nestjs/schedule": ^4.0.0
"@nestjs/schematics": ^10.0.3
Expand Down

0 comments on commit 1d024f7

Please sign in to comment.