Skip to content

Commit

Permalink
Merge pull request #903 from nestjs/renovate/passport-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency passport to v0.6.0
  • Loading branch information
kamilmysliwiec authored May 23, 2022
2 parents bb452fc + b0ee066 commit 0ed67e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"peerDependencies": {
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0",
"passport": "^0.4.0 || ^0.5.0"
"passport": "^0.4.0 || ^0.5.0 || ^0.6.0"
},
"devDependencies": {
"@commitlint/cli": "17.0.0",
Expand All @@ -41,7 +41,7 @@
"lint-staged": "12.4.1",
"jest": "28.1.0",
"pactum": "3.1.8",
"passport": "0.5.3",
"passport": "0.6.0",
"passport-jwt": "4.0.0",
"passport-local": "1.0.0",
"prettier": "2.6.2",
Expand Down

0 comments on commit 0ed67e7

Please sign in to comment.