update packages
This commit is contained in:
parent
ab45b1060a
commit
d12471cc10
2 changed files with 1362 additions and 306 deletions
1656
package-lock.json
generated
1656
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
@ -5,15 +5,15 @@
|
|||
"bitcoin": "^3.0.1",
|
||||
"chrono-node": "^1.3.5",
|
||||
"config": "^2.0.1",
|
||||
"discord.js": "^11.3.2",
|
||||
"embed-creator": "^1.2.3",
|
||||
"discord.js": "^11.4.2",
|
||||
"embed-creator": "^1.2.4",
|
||||
"jsonpath": "^1.0.0",
|
||||
"moment": "^2.22.1",
|
||||
"mongoose": "^5.0.17",
|
||||
"moment": "^2.22.2",
|
||||
"mongoose": "^5.3.12",
|
||||
"node-config": "^0.0.2",
|
||||
"numeral": "^2.0.6",
|
||||
"regex": "^0.1.1",
|
||||
"request": "^2.85.0"
|
||||
"request": "^2.88.0"
|
||||
},
|
||||
"scripts": {
|
||||
"prettier": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"precommit": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^1.12.1"
|
||||
"prettier": "^1.15.2"
|
||||
},
|
||||
"name": "lbry-tipbot",
|
||||
"version": "0.0.4",
|
||||
|
|
Loading…
Add table
Reference in a new issue