update all dependencies

This commit is contained in:
Michele Guerini Rocco 2018-06-20 20:13:28 +02:00
parent c93c217a94
commit 3f307b5257
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -3,40 +3,40 @@
"version": "1.8.0",
"private": true,
"author": "Enrico Fasoli <fazius2009@gmail.com>",
"description": "Il miglior amico della 5IA",
"description": "our local chat bot",
"dependencies": {
"async": "^1.4.2",
"chai": "^2.3.0",
"cheerio": "^0.19.0",
"coffee-coverage": "^0.4.6",
"async": "^2.6.1",
"chai": "^4.1.2",
"cheerio": "^1.0.0-rc.2",
"coffee-coverage": "^3.0.0",
"coffeescript": "^1.9.2",
"fast-levenshtein": "^1.0.6",
"hubot": "^2.12.0",
"fast-levenshtein": "^2.0.6",
"hubot": "^2.19.0",
"hubot-bitcoin": "^1.0.3",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.1.4",
"hubot-google-translate": "^0.1.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "0.0.4",
"hubot-maps": "0.0.2",
"hubot-diagnostics": "0.0.2",
"hubot-google-images": "^0.2.7",
"hubot-google-translate": "^0.2.1",
"hubot-help": "^0.2.2",
"hubot-heroku-keepalive": "1.0.3",
"hubot-maps": "0.0.3",
"hubot-mock-adapter": "^1.0.0",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.2",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-shipit": "^0.2.0",
"hubot-pugme": "^0.1.1",
"hubot-redis-brain": "0.0.4",
"hubot-rules": "^0.1.2",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-matrix": "git+https://maxwell.ydns.eu/git/rnhmjoj/hubot-matrix.git",
"hubot-youtube": "^0.1.2",
"mocha": "^3.2.0",
"moment": "^2.10.2",
"needle": "^0.10.0",
"nock": "^1.7.1",
"hubot-youtube": "^1.1.0",
"mocha": "^5.2.0",
"mochawesome": "^3.0.1",
"moment": "^2.22.2",
"needle": "^2.2.1",
"nock": "^9.3.3",
"valid-url": "^1.0.9"
},
"scripts": {
"coverage-html": "mkdir -p coverage && mocha test/ --require coffee-coverage/register --compilers coffee:coffee-script/register -R html-cov scripts/ > coverage/coverage.html",
"coverage-json": "mkdir -p coverage && mocha test/ --require coffee-coverage/register --compilers coffee:coffee-script/register -R json-cov scripts/ > coverage/coverage.json",
"test": "mocha test/ --compilers coffee:coffee-script/register"
"coverage": "mocha test/*.coffee --require coffeescript/register --require coffee-coverage/register -R mochawesome --reporter-options reportDir=coverage,reportFilename=coverage scripts/",
"test": "mocha test/*.coffee --require coffeescript/register"
},
"engines": {
"node": "0.10.x"