Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/302918
Change subject: Update some packages ...................................................................... Update some packages Update irc to 0.5.0 see changelog at https://github.com/martynsmith/node-irc/blob/v0.5.0/CHANGELOG.md Update irc-colors to 1.3.0 see changes at https://github.com/fent/irc-colors.js/commits/v1.3.0 Update ssh2 to 0.5.0 see https://github.com/mscdex/ssh2/wiki/Changes-from-0.4.x-to-0.5.x and https://github.com/mscdex/ssh2/commits/v0.5.0 Update swig to 1.4.2 see https://github.com/paularmstrong/swig/blob/v1.4.2/HISTORY.md Update underscore to 1.8.1 see https://github.com/jashkenas/underscore/commits/1.8.3 Update winston to 2.2.0 see https://github.com/winstonjs/winston/blob/2.2.0/CHANGELOG.md Update grunt to 1.0.1 which now includes grunt-cla so we can remove that. Change-Id: I03c64816635dfb1ed17dce9872bc8b6972704511 --- M package.json 1 file changed, 8 insertions(+), 9 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/tools/grrrit refs/changes/18/302918/2 diff --git a/package.json b/package.json index c1dc983..a72a1a1 100644 --- a/package.json +++ b/package.json @@ -4,18 +4,17 @@ "description": "Gerrit IRC bot", "main": "src/relay.js", "dependencies": { - "irc": "~0.3.6", - "irc-colors": "~1.0.3", + "irc": "~0.5.0", + "irc-colors": "~1.3.0", "js-yaml": "^3.4.2", - "ssh2": "~0.4.4", - "swig": "~0.14.0", - "underscore": "~1.5.1", - "winston": "~0.7.2" + "ssh2": "~0.5.0", + "swig": "~1.4.2", + "underscore": "~1.8.1", + "winston": "~2.2.0" }, "devDependencies": { - "grunt": "^0.4.5", - "grunt-cli": "^0.1.13", - "grunt-contrib-jshint": "^0.11.3" + "grunt": "^1.0.1", + "grunt-contrib-jshint": "^1.0.0" }, "scripts": { "start": "node src/relay.js", -- To view, visit https://gerrit.wikimedia.org/r/302918 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I03c64816635dfb1ed17dce9872bc8b6972704511 Gerrit-PatchSet: 2 Gerrit-Project: labs/tools/grrrit Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
