Update dependencies
parent
878276ff24
commit
8c1ce9c0b6
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
|
@ -15,21 +15,21 @@
|
||||||
"url": "https://github.com/Dragory/modmailbot"
|
"url": "https://github.com/Dragory/modmailbot"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eris": "^0.11.0",
|
"eris": "^0.11.1",
|
||||||
"humanize-duration": "^3.12.1",
|
"humanize-duration": "^3.12.1",
|
||||||
"json5": "^1.0.1",
|
"json5": "^2.1.1",
|
||||||
"knex": "^0.15.2",
|
"knex": "^0.20.3",
|
||||||
"knub-command-manager": "^6.1.0",
|
"knub-command-manager": "^6.1.0",
|
||||||
"mime": "^2.3.1",
|
"mime": "^2.4.4",
|
||||||
"moment": "^2.21.0",
|
"moment": "^2.24.0",
|
||||||
"mv": "^2.1.1",
|
"mv": "^2.1.1",
|
||||||
"public-ip": "^2.0.1",
|
"public-ip": "^4.0.0",
|
||||||
"sqlite3": "^4.0.9",
|
"sqlite3": "^4.1.0",
|
||||||
"tmp": "0.0.33",
|
"tmp": "^0.1.0",
|
||||||
"transliteration": "^1.6.2",
|
"transliteration": "^2.1.7",
|
||||||
"uuid": "^3.1.0"
|
"uuid": "^3.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^5.16.0"
|
"eslint": "^6.7.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue