update packages

This commit is contained in:
Niko Storni 2018-11-15 12:01:03 -05:00
parent ab45b1060a
commit d12471cc10
No known key found for this signature in database
GPG key ID: F37FE63398800368
2 changed files with 1362 additions and 306 deletions

1656
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,15 +5,15 @@
"bitcoin": "^3.0.1", "bitcoin": "^3.0.1",
"chrono-node": "^1.3.5", "chrono-node": "^1.3.5",
"config": "^2.0.1", "config": "^2.0.1",
"discord.js": "^11.3.2", "discord.js": "^11.4.2",
"embed-creator": "^1.2.3", "embed-creator": "^1.2.4",
"jsonpath": "^1.0.0", "jsonpath": "^1.0.0",
"moment": "^2.22.1", "moment": "^2.22.2",
"mongoose": "^5.0.17", "mongoose": "^5.3.12",
"node-config": "^0.0.2", "node-config": "^0.0.2",
"numeral": "^2.0.6", "numeral": "^2.0.6",
"regex": "^0.1.1", "regex": "^0.1.1",
"request": "^2.85.0" "request": "^2.88.0"
}, },
"scripts": { "scripts": {
"prettier": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240", "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" "precommit": "prettier --write '{bot,.}/**/*.{js,json}' --single-quote --print-width 240"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^1.12.1" "prettier": "^1.15.2"
}, },
"name": "lbry-tipbot", "name": "lbry-tipbot",
"version": "0.0.4", "version": "0.0.4",