Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot
9b4e2a9c7f Update dependency sequelize to v6.12.1
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
2021-12-21 16:01:01 +00:00
renovate-bot
9938260fc0 Update dependency passport to v0.5.2
All checks were successful
continuous-integration/drone/push Build is passing
2021-12-21 09:00:56 +00:00
2 changed files with 2 additions and 18 deletions

16
package-lock.json generated
View File

@ -1517,22 +1517,6 @@
"node": ">= 0.8" "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": { "node_modules/passport-local": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz", "resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz",

View File

@ -22,9 +22,9 @@
"http-errors": "2.0.0", "http-errors": "2.0.0",
"i18n": "0.13.3", "i18n": "0.13.3",
"morgan": "1.10.0", "morgan": "1.10.0",
"passport": "0.5.0", "passport": "0.5.2",
"passport-local": "1.0.0", "passport-local": "1.0.0",
"sequelize": "6.12.0", "sequelize": "6.12.1",
"sqlite3": "5.0.2", "sqlite3": "5.0.2",
"winston": "3.3.3" "winston": "3.3.3"
} }