Bump sequelize from 6.37.2 to 6.37.3

Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.37.2 to 6.37.3.
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](https://github.com/sequelize/sequelize/compare/v6.37.2...v6.37.3)

---
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] 2024-04-15 22:30:31 +00:00 committed by GitHub
parent b50d571a5a
commit 5b7b936a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -13,7 +13,7 @@
"canvas": "^2.11.2",
"discord.js": "^14.13.0",
"moment-duration-format": "^2.3.2",
"sequelize": "^6.37.2",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7"
},
"devDependencies": {
@ -2454,9 +2454,9 @@
}
},
"node_modules/sequelize": {
"version": "6.37.2",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.37.2.tgz",
"integrity": "sha512-bnb7swGANONXCTrVyebpOOZssLwQrVkYX2tcC6qOIvH+P+OhsoMBi7c3GXI5bC+Z4b4tOl+kQy6yeqLCZ1YQAQ==",
"version": "6.37.3",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.37.3.tgz",
"integrity": "sha512-V2FTqYpdZjPy3VQrZvjTPnOoLm0KudCRXfGWp48QwhyPPp2yW8z0p0sCYZd/em847Tl2dVxJJ1DR+hF+O77T7A==",
"funding": [
{
"type": "opencollective",

View File

@ -29,7 +29,7 @@
"canvas": "^2.11.2",
"discord.js": "^14.13.0",
"moment-duration-format": "^2.3.2",
"sequelize": "^6.37.2",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7"
},
"devDependencies": {