Skip to content

Commit 90efc40

Browse files
Bump passport from 0.2.2 to 0.6.0
Bumps [passport](https://github.com/jaredhanson/passport) from 0.2.2 to 0.6.0. - [Release notes](https://github.com/jaredhanson/passport/releases) - [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md) - [Commits](jaredhanson/passport@v0.2.2...v0.6.0) --- updated-dependencies: - dependency-name: passport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef0648f commit 90efc40

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"node-uuid": "^1.4.8",
124124
"oidc-provider": "^7.11.0",
125125
"parse-redis-url": "0.0.2",
126-
"passport": "^0.2.1",
126+
"passport": "^0.6.0",
127127
"passport-facebook": "2.1.1",
128128
"passport-facebook-token": "3.3.0",
129129
"passport-google-oauth": "^2.0.0",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10114,13 +10114,14 @@ passport-strategy@1.x.x, passport-strategy@^1.0.0:
1011410114
resolved "https://registry.yarnpkg.com/passport-strategy/-/passport-strategy-1.0.0.tgz#b5539aa8fc225a3d1ad179476ddf236b440f52e4"
1011510115
integrity sha512-CB97UUvDKJde2V0KDWWB3lyf6PC3FaZP7YxZ2G8OAtn9p4HI9j9JLP9qjOGZFvyl8uwNT8qM+hGnz/n16NI7oA==
1011610116

10117-
passport@^0.2.1:
10118-
version "0.2.2"
10119-
resolved "https://registry.yarnpkg.com/passport/-/passport-0.2.2.tgz#9c38f17beb929f3d81af7b8838e8430db8703f2b"
10120-
integrity sha512-LW5afpT0vIL1hpVIHyhUT07D5tGTBHMlqeEu64S1T6nHZB4q7xZ0Iv5ESok1vD0cjyXIRRRTZBtB/HsM7qe+8g==
10117+
passport@^0.6.0:
10118+
version "0.6.0"
10119+
resolved "https://registry.yarnpkg.com/passport/-/passport-0.6.0.tgz#e869579fab465b5c0b291e841e6cc95c005fac9d"
10120+
integrity sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==
1012110121
dependencies:
1012210122
passport-strategy "1.x.x"
1012310123
pause "0.0.1"
10124+
utils-merge "^1.0.1"
1012410125

1012510126
passport@~0.1.1:
1012610127
version "0.1.18"
@@ -13667,7 +13668,7 @@ utils-merge@1.0.0:
1366713668
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.0.tgz#0294fb922bb9375153541c4f7096231f287c8af8"
1366813669
integrity sha512-HwU9SLQEtyo+0uoKXd1nkLqigUWLB+QuNQR4OcmB73eWqksM5ovuqcycks2x043W8XVb75rG1HQ0h93TMXkzQQ==
1366913670

13670-
utils-merge@1.0.1, utils-merge@1.x.x:
13671+
utils-merge@1.0.1, utils-merge@1.x.x, utils-merge@^1.0.1:
1367113672
version "1.0.1"
1367213673
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1367313674
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==

0 commit comments

Comments
 (0)