Skip to content

Commit

Permalink
Bump @nestjs/passport from 10.0.1 to 10.0.2 (#203)
Browse files Browse the repository at this point in the history
Bumps [@nestjs/passport](https://github.com/nestjs/passport) from 10.0.1 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@10.0.1...10.0.2)

---
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 Sep 12, 2023
1 parent b31d48a commit 6536796
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1.0",
"@nestjs/mapped-types": "*",
"@nestjs/mongoose": "^10.0.1",
"@nestjs/passport": "^10.0.1",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.2.5",
"@nestjs/schedule": "^3.0.3",
"@nestjs/swagger": "^7.1.11",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1136,13 +1136,13 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -3974,7 +3974,7 @@ __metadata:
"@nestjs/jwt": ^10.1.0
"@nestjs/mapped-types": "*"
"@nestjs/mongoose": ^10.0.1
"@nestjs/passport": ^10.0.1
"@nestjs/passport": ^10.0.2
"@nestjs/platform-express": ^10.2.5
"@nestjs/schedule": ^3.0.3
"@nestjs/schematics": ^10.0.2
Expand Down

0 comments on commit 6536796

Please sign in to comment.