Deprecate v1 urls, upgraded things

This commit is contained in:
Liran Nuna 2018-10-19 14:29:06 -07:00
parent 21a47e0c45
commit a674d6a79c
5 changed files with 32 additions and 151 deletions

View file

@ -18,18 +18,18 @@
},
"homepage": "https://github.com/Patreon/foxy-moxy#readme",
"dependencies": {
"canvas": "^1.6.2",
"chance": "^1.0.4",
"canvas": "^2.0.1",
"chance": "^1.0.16",
"connect-datadog": "*",
"express": "^4.14.0",
"express": "^4.16.4",
"express-cluster": "0.0.4",
"node-gyp": "^3.4.0",
"node-gyp": "^3.8.0",
"sanitize-filename": "^1.6.1",
"uuid": "^3.0.1"
"uuid": "^3.3.2"
},
"devDependencies": {
"mocha": "^3.4.2",
"sharp": "^0.18.1",
"supertest": "^3.0.0"
"mocha": "^5.2.0",
"sharp": "^0.18.4",
"supertest": "^3.3.0"
}
}