diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-16 15:43:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 15:43:41 +0000 |
commit | fb30567474afabfa247790570ffae9b09d5b2d7d (patch) | |
tree | 085d87b6a9d7820786b67170e4857631510bc2e0 | |
parent | Bump fastify/github-action-merge-dependabot from 3.1.5 to 3.1.6 (#78) (diff) | |
download | ee4511w-web-fb30567474afabfa247790570ffae9b09d5b2d7d.tar ee4511w-web-fb30567474afabfa247790570ffae9b09d5b2d7d.tar.gz ee4511w-web-fb30567474afabfa247790570ffae9b09d5b2d7d.tar.bz2 ee4511w-web-fb30567474afabfa247790570ffae9b09d5b2d7d.tar.lz ee4511w-web-fb30567474afabfa247790570ffae9b09d5b2d7d.tar.xz ee4511w-web-fb30567474afabfa247790570ffae9b09d5b2d7d.tar.zst ee4511w-web-fb30567474afabfa247790570ffae9b09d5b2d7d.zip |
Bump passport from 0.5.2 to 0.5.3 (#79)
Bumps [passport](https://github.com/jaredhanson/passport) from 0.5.2 to 0.5.3.
- [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.5.2...v0.5.3)
---
updated-dependencies:
- dependency-name: passport
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 9c014f3..a16b694 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "express-fileupload": "1.3.1", "express-rate-limit": "6.4.0", "helmet": "5.0.2", - "passport": "^0.5.2", + "passport": "^0.5.3", "passport-saml": "3.2.1", "shell-quote": "1.7.3", "umn-shib-nodejs": "UMN-EE4951W-Lamperski/umn-shib-nodejs#master" @@ -2010,10 +2010,10 @@ passport-strategy@1.x.x, passport-strategy@^1.0.0: resolved "https://registry.yarnpkg.com/passport-strategy/-/passport-strategy-1.0.0.tgz#b5539aa8fc225a3d1ad179476ddf236b440f52e4" integrity sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ= -passport@^0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/passport/-/passport-0.5.2.tgz#0cb38dd8a71552c8390dfa6a9a6f7f3909954bcf" - integrity sha512-w9n/Ot5I7orGD4y+7V3EFJCQEznE5RxHamUxcqLT2QoJY0f2JdN8GyHonYFvN0Vz+L6lUJfVhrk2aZz2LbuREw== +passport@^0.5.3: + version "0.5.3" + resolved "https://registry.yarnpkg.com/passport/-/passport-0.5.3.tgz#e69b46c9bb3290660bc2b3299330d78710b198cc" + integrity sha512-gGc+70h4gGdBWNsR3FuV3byLDY6KBTJAIExGFXTpQaYfbbcHCBlRRKx7RBQSpqEqc5Hh2qVzRs7ssvSfOpkUEA== dependencies: passport-strategy "1.x.x" pause "0.0.1" |