3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00

fix whatever git did

This reverts commit 02759f2e87.
This commit is contained in:
rubyowo 2022-05-21 12:40:34 +04:00
parent 0a1bb941a5
commit ebaacefe99
No known key found for this signature in database
GPG key ID: F07F1FD982838593
3 changed files with 9 additions and 16 deletions

View file

@ -30,7 +30,6 @@ const migrationsDir = path.relative(process.cwd(), path.resolve(backendRoot, "sr
module.exports = { module.exports = {
type: "mysql", type: "mysql",
host: process.env.DB_HOST, host: process.env.DB_HOST,
port: 13306,
username: process.env.DB_USER, username: process.env.DB_USER,
password: process.env.DB_PASSWORD, password: process.env.DB_PASSWORD,
database: process.env.DB_DATABASE, database: process.env.DB_DATABASE,

View file

@ -13,7 +13,7 @@
"cors": "^2.8.5", "cors": "^2.8.5",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"deep-diff": "^1.0.2", "deep-diff": "^1.0.2",
"discord-api-types": "^0.31.2", "discord-api-types": "^0.31.0",
"discord.js": "^13.6.0", "discord.js": "^13.6.0",
"dotenv": "^4.0.0", "dotenv": "^4.0.0",
"emoji-regex": "^8.0.0", "emoji-regex": "^8.0.0",
@ -1693,9 +1693,8 @@
} }
}, },
"node_modules/discord-api-types": { "node_modules/discord-api-types": {
"version": "0.31.2", "version": "0.31.0",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.31.2.tgz", "license": "MIT"
"integrity": "sha512-gpzXTvFVg7AjKVVJFH0oJGC0q0tO34iJGSHZNz9u3aqLxlD6LfxEs9wWVVikJqn9gra940oUTaPFizCkRDcEiA=="
}, },
"node_modules/discord.js": { "node_modules/discord.js": {
"version": "13.6.0", "version": "13.6.0",
@ -3019,9 +3018,8 @@
} }
}, },
"node_modules/moment": { "node_modules/moment": {
"version": "2.29.3", "version": "2.24.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz", "license": "MIT",
"integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==",
"engines": { "engines": {
"node": "*" "node": "*"
} }
@ -6348,9 +6346,7 @@
} }
}, },
"discord-api-types": { "discord-api-types": {
"version": "0.31.2", "version": "0.31.0"
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.31.2.tgz",
"integrity": "sha512-gpzXTvFVg7AjKVVJFH0oJGC0q0tO34iJGSHZNz9u3aqLxlD6LfxEs9wWVVikJqn9gra940oUTaPFizCkRDcEiA=="
}, },
"discord.js": { "discord.js": {
"version": "13.6.0", "version": "13.6.0",
@ -6429,7 +6425,7 @@
}, },
"erlpack": { "erlpack": {
"version": "git+ssh://git@github.com/discord/erlpack.git#3b793a333dd3f6a140b9168ea91e9fa9660753ce", "version": "git+ssh://git@github.com/discord/erlpack.git#3b793a333dd3f6a140b9168ea91e9fa9660753ce",
"from": "erlpack@github:discord/erlpack", "from": "erlpack@github:discord/erlpack.git",
"requires": { "requires": {
"bindings": "^1.5.0", "bindings": "^1.5.0",
"nan": "^2.15.0" "nan": "^2.15.0"
@ -7179,9 +7175,7 @@
} }
}, },
"moment": { "moment": {
"version": "2.29.3", "version": "2.24.0"
"resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz",
"integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw=="
}, },
"moment-timezone": { "moment-timezone": {
"version": "0.5.27", "version": "0.5.27",

View file

@ -28,7 +28,7 @@
"cors": "^2.8.5", "cors": "^2.8.5",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"deep-diff": "^1.0.2", "deep-diff": "^1.0.2",
"discord-api-types": "^0.31.2", "discord-api-types": "^0.31.0",
"discord.js": "^13.6.0", "discord.js": "^13.6.0",
"dotenv": "^4.0.0", "dotenv": "^4.0.0",
"emoji-regex": "^8.0.0", "emoji-regex": "^8.0.0",