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