Skip to content

Commit

Permalink
Merge pull request #1154 from devonfw/dependabot/npm_and_yarn/graphQL…
Browse files Browse the repository at this point in the history
…-(deprecated)/passport-0.6.0
  • Loading branch information
dependabot[bot] authored Oct 6, 2022
2 parents 402631e + 77aafa5 commit 4d465e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion graphQL (deprecated)/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lodash": "^4.17.21",
"morgan": "^1.8.1",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport": "^0.6.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0"
},
Expand Down
11 changes: 8 additions & 3 deletions graphQL (deprecated)/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2809,12 +2809,13 @@ passport-strategy@1.x.x:
version "1.0.0"
resolved "https://registry.yarnpkg.com/passport-strategy/-/passport-strategy-1.0.0.tgz#b5539aa8fc225a3d1ad179476ddf236b440f52e4"

passport@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/passport/-/passport-0.3.2.tgz#9dd009f915e8fe095b0124a01b8f82da07510102"
passport@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/passport/-/passport-0.6.0.tgz#e869579fab465b5c0b291e841e6cc95c005fac9d"
dependencies:
passport-strategy "1.x.x"
pause "0.0.1"
utils-merge "^1.0.1"

path-exists@^2.0.0:
version "2.1.0"
Expand Down Expand Up @@ -3656,6 +3657,10 @@ utils-merge@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.0.tgz#0294fb922bb9375153541c4f7096231f287c8af8"

utils-merge@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"

uuid@^2.0.1:
version "2.0.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a"
Expand Down

0 comments on commit 4d465e5

Please sign in to comment.