Skip to content

Commit 8f6ce43

Browse files
Bump passport from 0.4.0 to 0.6.0
Bumps [passport](https://github.com/jaredhanson/passport) from 0.4.0 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.4.0...v0.6.0) --- updated-dependencies: - dependency-name: passport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a5b927 commit 8f6ce43

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"nodemailer": "6.8.0",
6060
"nyc": "15.1.0",
6161
"object-assign": "4.1.1",
62-
"passport": "0.4.0",
62+
"passport": "0.6.0",
6363
"passport-local": "1.0.0",
6464
"passport-stub": "1.1.1",
6565
"promptly": "2.1.0",

yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4769,13 +4769,14 @@ passport-stub@1.1.1:
47694769
resolved "https://registry.yarnpkg.com/passport-stub/-/passport-stub-1.1.1.tgz#7c82769432fea344f46379621be6c6f6760fb63c"
47704770
integrity sha1-fIJ2lDL+o0T0Y3liG+bG9nYPtjw=
47714771

4772-
passport@0.4.0:
4773-
version "0.4.0"
4774-
resolved "https://registry.yarnpkg.com/passport/-/passport-0.4.0.tgz#c5095691347bd5ad3b5e180238c3914d16f05811"
4775-
integrity sha1-xQlWkTR71a07XhgCOMORTRbwWBE=
4772+
passport@0.6.0:
4773+
version "0.6.0"
4774+
resolved "https://registry.yarnpkg.com/passport/-/passport-0.6.0.tgz#e869579fab465b5c0b291e841e6cc95c005fac9d"
4775+
integrity sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==
47764776
dependencies:
47774777
passport-strategy "1.x.x"
47784778
pause "0.0.1"
4779+
utils-merge "^1.0.1"
47794780

47804781
path-browserify@0.0.1:
47814782
version "0.0.1"
@@ -6666,7 +6667,7 @@ util@^0.11.0:
66666667
dependencies:
66676668
inherits "2.0.3"
66686669

6669-
utils-merge@1.0.1:
6670+
utils-merge@1.0.1, utils-merge@^1.0.1:
66706671
version "1.0.1"
66716672
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
66726673
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=

0 commit comments

Comments
 (0)