Skip to content

Commit

Permalink
Merge pull request #52 from dzzzzzy/renovate/nestjs-passport-7.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency @nestjs/passport to v7
  • Loading branch information
dzzzzzy committed May 25, 2020
2 parents ac5cd11 + 0976022 commit 3b30396
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/easy-post/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nestjs/common": "^6.5.3",
"@nestjs/core": "^6.5.3",
"@nestjs/jwt": "^6.1.1",
"@nestjs/passport": "^6.1.0",
"@nestjs/passport": "^7.0.0",
"@nestjs/platform-express": "^6.5.3",
"@nestjs/typeorm": "^7.0.0",
"passport": "^0.4.0",
Expand Down
8 changes: 4 additions & 4 deletions demo/easy-post/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"@types/jsonwebtoken" "7.2.8"
jsonwebtoken "8.4.0"

"@nestjs/passport@^6.1.0":
version "6.1.0"
resolved "https://registry.npm.taobao.org/@nestjs/passport/download/@nestjs/passport-6.1.0.tgz#80da326cc976a82530648d8025b04c8e2d41c10e"
integrity sha1-gNoybMl2qCUwZI2AJbBMji1BwQ4=
"@nestjs/passport@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@nestjs/passport/-/passport-7.0.0.tgz#c59617779b7e5888a0c72039a6980e28fd659518"
integrity sha512-ZJk08zqLxSXY1rXIt9dAK7tcCos3DETQ88Nn/UGmA136SHMG5P0sbw+PU1zfLQyEsU5uHyr7MTD+/S+aOxXS6w==

"@nestjs/platform-express@^6.5.3":
version "6.5.3"
Expand Down

0 comments on commit 3b30396

Please sign in to comment.