Update dependency passport to v0.5.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
renovate-bot 2021-12-21 09:00:56 +00:00
parent 83b017c255
commit 9938260fc0
2 changed files with 1 additions and 17 deletions

16
package-lock.json generated
View File

@ -1517,22 +1517,6 @@
"node": ">= 0.8"
}
},
"node_modules/passport": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/passport/-/passport-0.5.0.tgz",
"integrity": "sha512-ln+ue5YaNDS+fes6O5PCzXKSseY5u8MYhX9H5Co4s+HfYI5oqvnHKoOORLYDUPh+8tHvrxugF2GFcUA1Q1Gqfg==",
"dependencies": {
"passport-strategy": "1.x.x",
"pause": "0.0.1"
},
"engines": {
"node": ">= 0.4.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/jaredhanson"
}
},
"node_modules/passport-local": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz",

View File

@ -22,7 +22,7 @@
"http-errors": "2.0.0",
"i18n": "0.13.3",
"morgan": "1.10.0",
"passport": "0.5.0",
"passport": "0.5.2",
"passport-local": "1.0.0",
"sequelize": "6.12.0",
"sqlite3": "5.0.2",