Bump sequelize from 6.21.3 to 6.21.4

Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.21.3 to 6.21.4.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v6.21.3...v6.21.4)

---
updated-dependencies:
- dependency-name: sequelize
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-18 21:53:42 +00:00
committed by GitHub
parent 33967568ab
commit 4540904dad
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"decompress-unzip": "^4.0.1",
"express": "^4.18.1",
"node-schedule": "^2.1.0",
"sequelize": "^6.21.3",
"sequelize": "^6.21.4",
"sqlite3": "^5.0.11",
"tmp": "^0.2.1"
},
@@ -2506,9 +2506,9 @@
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
},
"node_modules/sequelize": {
"version": "6.21.3",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.3.tgz",
"integrity": "sha512-cJPrTTVCofUxaaNKoIETiXCYh2xJ+OFq5jMHJQqftp34M4kNoLpTfUMPSwYtRUeTcSh1/5HodfJXIBi7troIFA==",
"version": "6.21.4",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.4.tgz",
"integrity": "sha512-5A0+giRhGHerTDRMsZ54TYRB8oQPWxeVscbc4USG9wRtw2Eqik0Vk0p2EVDrhoq7tmNBh2nHpd9YMfvGdwPEJw==",
"funding": [
{
"type": "opencollective",
@@ -5052,9 +5052,9 @@
}
},
"sequelize": {
"version": "6.21.3",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.3.tgz",
"integrity": "sha512-cJPrTTVCofUxaaNKoIETiXCYh2xJ+OFq5jMHJQqftp34M4kNoLpTfUMPSwYtRUeTcSh1/5HodfJXIBi7troIFA==",
"version": "6.21.4",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.21.4.tgz",
"integrity": "sha512-5A0+giRhGHerTDRMsZ54TYRB8oQPWxeVscbc4USG9wRtw2Eqik0Vk0p2EVDrhoq7tmNBh2nHpd9YMfvGdwPEJw==",
"requires": {
"@types/debug": "^4.1.7",
"@types/validator": "^13.7.1",

View File

@@ -15,7 +15,7 @@
"decompress-unzip": "^4.0.1",
"express": "^4.18.1",
"node-schedule": "^2.1.0",
"sequelize": "^6.21.3",
"sequelize": "^6.21.4",
"tmp": "^0.2.1",
"sqlite3": "^5.0.11"
},