This commit is contained in:
dependabot[bot] 2024-11-25 22:16:36 +00:00 committed by GitHub
commit 9badb6d7b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -13,7 +13,7 @@
"canvas": "^2.11.2",
"discord.js": "^14.15.3",
"moment-duration-format": "^2.3.2",
"sequelize": "^6.37.3",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7"
},
"devDependencies": {
@ -2479,15 +2479,16 @@
}
},
"node_modules/sequelize": {
"version": "6.37.3",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.37.3.tgz",
"integrity": "sha512-V2FTqYpdZjPy3VQrZvjTPnOoLm0KudCRXfGWp48QwhyPPp2yW8z0p0sCYZd/em847Tl2dVxJJ1DR+hF+O77T7A==",
"version": "6.37.5",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.37.5.tgz",
"integrity": "sha512-10WA4poUb3XWnUROThqL2Apq9C2NhyV1xHPMZuybNMCucDsbbFuKg51jhmyvvAUyUqCiimwTZamc3AHhMoBr2Q==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/sequelize"
}
],
"license": "MIT",
"dependencies": {
"@types/debug": "^4.1.8",
"@types/validator": "^13.7.17",

View File

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