Update dependency sequelize to v6.17.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
renovate-bot 2022-02-26 02:02:32 +00:00
parent 9f0de90b56
commit 9e871e63ed
2 changed files with 28 additions and 16 deletions

42
package-lock.json generated
View File

@ -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.16.1", "sequelize": "6.17.0",
"sqlite3": "5.0.2", "sqlite3": "5.0.2",
"winston": "3.6.0" "winston": "3.6.0"
} }
@ -144,6 +144,11 @@
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.11.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.11.tgz",
"integrity": "sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==" "integrity": "sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw=="
}, },
"node_modules/@types/validator": {
"version": "13.7.1",
"resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.7.1.tgz",
"integrity": "sha512-I6OUIZ5cYRk5lp14xSOAiXjWrfVoMZVjDuevBYgQDYzZIjsf2CAISpEcXOkFAtpAHbmWIDLcZObejqny/9xq5Q=="
},
"node_modules/abbrev": { "node_modules/abbrev": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
@ -1320,9 +1325,9 @@
} }
}, },
"node_modules/inflection": { "node_modules/inflection": {
"version": "1.13.1", "version": "1.13.2",
"resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.1.tgz", "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.2.tgz",
"integrity": "sha512-dldYtl2WlN0QDkIDtg8+xFwOS2Tbmp12t1cHa5/YClU6ZQjTFm7B66UcVbh9NQB+HvT5BAd2t5+yKsBkw5pcqA==", "integrity": "sha512-cmZlljCRTBFouT8UzMzrGcVEvkv6D/wBdcdKG7J1QH5cXjtU75Dm+P27v9EKu/Y43UYyCJd1WC4zLebRrC8NBw==",
"engines": [ "engines": [
"node >= 0.4.0" "node >= 0.4.0"
] ]
@ -2661,9 +2666,9 @@
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
}, },
"node_modules/sequelize": { "node_modules/sequelize": {
"version": "6.16.1", "version": "6.17.0",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.16.1.tgz", "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.17.0.tgz",
"integrity": "sha512-YFGqrwkmEhSbpZBxay5+PRKMiZNNUJzgIixCyFkLm9+/5Rqq5jBADEjTAC8RYHzwsOGNboYh18imXrYNCjBZCQ==", "integrity": "sha512-AZus+0YZDq91Zg0hzDaO5atTzHgJruI23V8nBlAhkLuI81Z53nSRdAe/4R1A6vGOZ/RfCLP9idF4tfQnoAsM5A==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -2672,9 +2677,10 @@
], ],
"dependencies": { "dependencies": {
"@types/debug": "^4.1.7", "@types/debug": "^4.1.7",
"@types/validator": "^13.7.1",
"debug": "^4.3.3", "debug": "^4.3.3",
"dottie": "^2.0.2", "dottie": "^2.0.2",
"inflection": "^1.13.1", "inflection": "^1.13.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.29.1", "moment": "^2.29.1",
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.34",
@ -3268,6 +3274,11 @@
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.11.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.11.tgz",
"integrity": "sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw==" "integrity": "sha512-KB0sixD67CeecHC33MYn+eYARkqTheIRNuu97y2XMjR7Wu3XibO1vaY6VBV6O/a89SPI81cEUIYT87UqUWlZNw=="
}, },
"@types/validator": {
"version": "13.7.1",
"resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.7.1.tgz",
"integrity": "sha512-I6OUIZ5cYRk5lp14xSOAiXjWrfVoMZVjDuevBYgQDYzZIjsf2CAISpEcXOkFAtpAHbmWIDLcZObejqny/9xq5Q=="
},
"abbrev": { "abbrev": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
@ -4182,9 +4193,9 @@
} }
}, },
"inflection": { "inflection": {
"version": "1.13.1", "version": "1.13.2",
"resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.1.tgz", "resolved": "https://registry.npmjs.org/inflection/-/inflection-1.13.2.tgz",
"integrity": "sha512-dldYtl2WlN0QDkIDtg8+xFwOS2Tbmp12t1cHa5/YClU6ZQjTFm7B66UcVbh9NQB+HvT5BAd2t5+yKsBkw5pcqA==" "integrity": "sha512-cmZlljCRTBFouT8UzMzrGcVEvkv6D/wBdcdKG7J1QH5cXjtU75Dm+P27v9EKu/Y43UYyCJd1WC4zLebRrC8NBw=="
}, },
"inflight": { "inflight": {
"version": "1.0.6", "version": "1.0.6",
@ -5258,14 +5269,15 @@
} }
}, },
"sequelize": { "sequelize": {
"version": "6.16.1", "version": "6.17.0",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.16.1.tgz", "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.17.0.tgz",
"integrity": "sha512-YFGqrwkmEhSbpZBxay5+PRKMiZNNUJzgIixCyFkLm9+/5Rqq5jBADEjTAC8RYHzwsOGNboYh18imXrYNCjBZCQ==", "integrity": "sha512-AZus+0YZDq91Zg0hzDaO5atTzHgJruI23V8nBlAhkLuI81Z53nSRdAe/4R1A6vGOZ/RfCLP9idF4tfQnoAsM5A==",
"requires": { "requires": {
"@types/debug": "^4.1.7", "@types/debug": "^4.1.7",
"@types/validator": "^13.7.1",
"debug": "^4.3.3", "debug": "^4.3.3",
"dottie": "^2.0.2", "dottie": "^2.0.2",
"inflection": "^1.13.1", "inflection": "^1.13.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"moment": "^2.29.1", "moment": "^2.29.1",
"moment-timezone": "^0.5.34", "moment-timezone": "^0.5.34",

View File

@ -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.16.1", "sequelize": "6.17.0",
"sqlite3": "5.0.2", "sqlite3": "5.0.2",
"winston": "3.6.0" "winston": "3.6.0"
} }