Merge pull request #20 from Art-Portal/dependabot/npm_and_yarn/sequelize-6.28.2

Bump sequelize from 6.28.0 to 6.28.2
This commit is contained in:
Ninjdai 2023-02-23 20:06:11 +01:00 committed by GitHub
commit 2cd43e98e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@discordjs/rest": "^1.5.0", "@discordjs/rest": "^1.5.0",
"discord.js": "^14.7.1", "discord.js": "^14.7.1",
"sequelize": "^6.28.0", "sequelize": "^6.28.2",
"sqlite3": "^5.1.4" "sqlite3": "^5.1.4"
} }
}, },
@ -1302,9 +1302,9 @@
"optional": true "optional": true
}, },
"node_modules/sequelize": { "node_modules/sequelize": {
"version": "6.28.0", "version": "6.28.2",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.28.0.tgz", "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.28.2.tgz",
"integrity": "sha512-+WHqvUQgTp19GLkt+gyQ+F6qg+FIEO2O5F9C0TOYV/PjZ2a/XwWvVkL1NCkS4VSIjVVvAUutiW6Wv9ofveGaVw==", "integrity": "sha512-MpK2h7xXHhBcwyTDf1sM1mrDdKFTGYbmrAC+4bJAf6f9Tp2IuiNwbNPj6Q5rMGVsKnO0CiJm8PEKtyNLOY8rNg==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -1319,7 +1319,7 @@
"inflection": "^1.13.2", "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.35",
"pg-connection-string": "^2.5.0", "pg-connection-string": "^2.5.0",
"retry-as-promised": "^7.0.3", "retry-as-promised": "^7.0.3",
"semver": "^7.3.5", "semver": "^7.3.5",
@ -2721,9 +2721,9 @@
"optional": true "optional": true
}, },
"sequelize": { "sequelize": {
"version": "6.28.0", "version": "6.28.2",
"resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.28.0.tgz", "resolved": "https://registry.npmjs.org/sequelize/-/sequelize-6.28.2.tgz",
"integrity": "sha512-+WHqvUQgTp19GLkt+gyQ+F6qg+FIEO2O5F9C0TOYV/PjZ2a/XwWvVkL1NCkS4VSIjVVvAUutiW6Wv9ofveGaVw==", "integrity": "sha512-MpK2h7xXHhBcwyTDf1sM1mrDdKFTGYbmrAC+4bJAf6f9Tp2IuiNwbNPj6Q5rMGVsKnO0CiJm8PEKtyNLOY8rNg==",
"requires": { "requires": {
"@types/debug": "^4.1.7", "@types/debug": "^4.1.7",
"@types/validator": "^13.7.1", "@types/validator": "^13.7.1",
@ -2732,7 +2732,7 @@
"inflection": "^1.13.2", "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.35",
"pg-connection-string": "^2.5.0", "pg-connection-string": "^2.5.0",
"retry-as-promised": "^7.0.3", "retry-as-promised": "^7.0.3",
"semver": "^7.3.5", "semver": "^7.3.5",

View File

@ -27,7 +27,7 @@
"dependencies": { "dependencies": {
"@discordjs/rest": "^1.5.0", "@discordjs/rest": "^1.5.0",
"discord.js": "^14.7.1", "discord.js": "^14.7.1",
"sequelize": "^6.28.0", "sequelize": "^6.28.2",
"sqlite3": "^5.1.4" "sqlite3": "^5.1.4"
} }
} }