From ce11c2a90e017122672b8272d7762ac69eba2e5e Mon Sep 17 00:00:00 2001 From: armab Date: Sat, 29 Jun 2019 00:15:19 +0100 Subject: [PATCH 1/2] Use hubot-stackstorm 0.9.6, fixes incorrect hubot exit on failed alias execution Include https://github.com/StackStorm/hubot-stackstorm/pull/183 fix (cherry picked from commit e302f2e) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 41ed0c6..0a74e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "st2-hubot", - "version": "0.4.3", + "version": "0.4.4", "st2_version": "3.1.0", "private": true, "author": "StackStorm ", @@ -22,7 +22,7 @@ "hubot-scripts": "^2.17.2", "hubot-slack": "^4.5.5", "hubot-spark": "^2.0.0", - "hubot-stackstorm": "^0.9.5", + "hubot-stackstorm": "^0.9.6", "hubot-xmpp": "^0.2.5" }, "engines": { From 103d98dd2a984193639c4d691ef35adef6144ba9 Mon Sep 17 00:00:00 2001 From: armab Date: Sat, 29 Jun 2019 00:25:32 +0100 Subject: [PATCH 2/2] Regenerate npm-shrinkwrap (cherry picked from commit 79b562f) --- npm-shrinkwrap.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index d694430..3cddcc2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "st2-hubot", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3293,9 +3293,9 @@ } }, "hubot-stackstorm": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/hubot-stackstorm/-/hubot-stackstorm-0.9.5.tgz", - "integrity": "sha512-8DaKcJWRVpUpl8h1txQcpDsahRjBDJtHT4IT3aVnwiKQcKeJHTwKEjtKJG0lslLcbVF2Cb3bJK7uX8S/9wIJgw==", + "version": "0.9.6", + "resolved": "https://registry.npmjs.org/hubot-stackstorm/-/hubot-stackstorm-0.9.6.tgz", + "integrity": "sha512-WNQOU9FWKII4tAUiYzXaz+n/a5icwQ7xmUzR+bAEIV3HpzO3i4ZtKuNDG7XgK2PRNB833fJKQbHki7YJKE8HRQ==", "requires": { "babel-eslint": "^10.0.1", "cli-table": "<=1.0.0",