Update dependency sequelize to v6.19.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fb5edf5f91
commit
c0a33452f2
14
package-lock.json
generated
14
package-lock.json
generated
@ -26,7 +26,7 @@
|
|||||||
"morgan": "1.10.0",
|
"morgan": "1.10.0",
|
||||||
"passport": "0.5.2",
|
"passport": "0.5.2",
|
||||||
"passport-local": "1.0.0",
|
"passport-local": "1.0.0",
|
||||||
"sequelize": "6.18.0",
|
"sequelize": "6.19.0",
|
||||||
"sqlite3": "5.0.2",
|
"sqlite3": "5.0.2",
|
||||||
"winston": "3.7.2"
|
"winston": "3.7.2"
|
||||||
}
|
}
|
||||||
@ -2730,9 +2730,9 @@
|
|||||||
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
||||||
},
|
},
|
||||||
"node_modules/sequelize": {
|
"node_modules/sequelize": {
|
||||||
"version": "6.18.0",
|
"version": "6.19.0",
|
||||||
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.18.0.tgz",
|
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.19.0.tgz",
|
||||||
"integrity": "sha512-x8TW8ovqG8ljZq0Uow1mtMq44hSKPefWEC590R9IWgF2dajEHvKJJpXo1FiRPfj6spOHWOnmOs1Xbb1JPG3Ifg==",
|
"integrity": "sha512-B3oGIdpYBERDjRDm74h7Ky67f6ZLcmBXOA7HscYObiOSo4pD7VBc9mtm44wNV7unc0uk8I1d30nbZBTQCE377A==",
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
@ -5385,9 +5385,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sequelize": {
|
"sequelize": {
|
||||||
"version": "6.18.0",
|
"version": "6.19.0",
|
||||||
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.18.0.tgz",
|
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.19.0.tgz",
|
||||||
"integrity": "sha512-x8TW8ovqG8ljZq0Uow1mtMq44hSKPefWEC590R9IWgF2dajEHvKJJpXo1FiRPfj6spOHWOnmOs1Xbb1JPG3Ifg==",
|
"integrity": "sha512-B3oGIdpYBERDjRDm74h7Ky67f6ZLcmBXOA7HscYObiOSo4pD7VBc9mtm44wNV7unc0uk8I1d30nbZBTQCE377A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/debug": "^4.1.7",
|
"@types/debug": "^4.1.7",
|
||||||
"@types/validator": "^13.7.1",
|
"@types/validator": "^13.7.1",
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
"morgan": "1.10.0",
|
"morgan": "1.10.0",
|
||||||
"passport": "0.5.2",
|
"passport": "0.5.2",
|
||||||
"passport-local": "1.0.0",
|
"passport-local": "1.0.0",
|
||||||
"sequelize": "6.18.0",
|
"sequelize": "6.19.0",
|
||||||
"sqlite3": "5.0.2",
|
"sqlite3": "5.0.2",
|
||||||
"winston": "3.7.2"
|
"winston": "3.7.2"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user