From 71177455d970970dea1777c1df483357d3c6487a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 17:59:42 +0000 Subject: [PATCH] Bump passport from 0.4.0 to 0.6.0 in /sso_example 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](https://github.com/jaredhanson/passport/compare/v0.4.0...v0.6.0) --- updated-dependencies: - dependency-name: passport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sso_example/package-lock.json | 11 ++++++----- sso_example/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sso_example/package-lock.json b/sso_example/package-lock.json index abc70f9..e80519f 100644 --- a/sso_example/package-lock.json +++ b/sso_example/package-lock.json @@ -1469,12 +1469,13 @@ "integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=" }, "passport": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/passport/-/passport-0.4.0.tgz", - "integrity": "sha1-xQlWkTR71a07XhgCOMORTRbwWBE=", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/passport/-/passport-0.6.0.tgz", + "integrity": "sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==", "requires": { "passport-strategy": "1.x.x", - "pause": "0.0.1" + "pause": "0.0.1", + "utils-merge": "^1.0.1" } }, "passport-google-oauth": { @@ -1554,7 +1555,7 @@ "pause": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz", - "integrity": "sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10=" + "integrity": "sha512-KG8UEiEVkR3wGEb4m5yZkVCzigAD+cVEJck2CzYZO37ZGJfctvVptVO192MwrtPhzONn6go8ylnOdMhKqi4nfg==" }, "performance-now": { "version": "2.1.0", diff --git a/sso_example/package.json b/sso_example/package.json index 3a223ee..e809672 100644 --- a/sso_example/package.json +++ b/sso_example/package.json @@ -23,7 +23,7 @@ "jsonwebtoken": "^8.5.0", "lodash": "^4.17.21", "moment": "^2.29.2", - "passport": "^0.4.0", + "passport": "^0.6.0", "passport-google-oauth": "^1.0.0", "q": "^1.5.1" }