Skip to content

Commit

Permalink
Merge pull request #1502 from nestjs/renovate/passport-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency passport to v0.7.0
  • Loading branch information
kamilmysliwiec committed Dec 4, 2023
2 parents 46b4f69 + d0b9a60 commit f46ffb9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -23,7 +23,7 @@
],
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
"passport": "^0.4.0 || ^0.5.0 || ^0.6.0"
"passport": "^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0"
},
"devDependencies": {
"@commitlint/cli": "18.4.3",
Expand All @@ -47,7 +47,7 @@
"jest": "29.7.0",
"lint-staged": "15.2.0",
"pactum": "3.5.1",
"passport": "0.6.0",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"passport-local": "1.0.0",
"prettier": "3.1.0",
Expand Down

0 comments on commit f46ffb9

Please sign in to comment.