aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-10-21 10:00:35 -0400
committerAndrew Lee <alee14498@gmail.com>2019-10-21 10:00:35 -0400
commit352bdfba73f1e52b61f59c30bd4142f1ffe07d65 (patch)
treedadcfbdf67fe7fb31e17fd8d5e6159d501d90a4c /package.json
parent088a670056a07ea6ce76c9822abeb6139d08a29a (diff)
downloadPokeBot-352bdfba73f1e52b61f59c30bd4142f1ffe07d65.tar.gz
PokeBot-352bdfba73f1e52b61f59c30bd4142f1ffe07d65.tar.bz2
PokeBot-352bdfba73f1e52b61f59c30bd4142f1ffe07d65.zip
Doing some more fixes
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 139a221..043bdb1 100644
--- a/package.json
+++ b/package.json
@@ -9,12 +9,13 @@
"author": "Alee, Justin, and Trey",
"license": "GPL-3.0",
"dependencies": {
- "canvas": "^1.6.10",
+ "canvas": "^2.6.0",
"dblapi.js": "^1.2.0",
"discord.js": "^11.3.0",
"quick.db": "^5.3.8",
"raven": "^2.6.0",
- "request-promise": "^4.2.2",
+ "request": "^2.88.0",
+ "request-promise": "^4.2.4",
"snekfetch": "^4.0.0-rc.0"
}
}