From 6316e8195866a522bd03f37cf15b5d7672571e1d Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 26 Nov 2018 18:01:54 +0100 Subject: [PATCH] fix(core): update --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cda9128..cab85e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -252,9 +252,9 @@ } }, "@pushrocks/smartshell": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@pushrocks/smartshell/-/smartshell-2.0.8.tgz", - "integrity": "sha512-OeGrJez0vSHe/E0auHNUqf7r0B3yS+pkVe6BuxdJemJx5LBRtcHuZnJCxU5pSLL8igzlTfR+jVpjKJXUMzCsrA==", + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/@pushrocks/smartshell/-/smartshell-2.0.11.tgz", + "integrity": "sha512-NvDrafAgSPK12/HAekyL+BF5lROxhcfBNJIELI/bU7Jto/32QOOn6DthzMEPbqyPzsH7mWMjv10Djy3TWdqZag==", "requires": { "@pushrocks/smartpromise": "^2.0.5", "@types/which": "^1.3.1", diff --git a/package.json b/package.json index 454ed27..8e1dd7e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@pushrocks/smartparam": "^1.0.4", "@pushrocks/smartpromise": "^2.0.5", "@pushrocks/smartrequest": "^1.1.14", - "@pushrocks/smartshell": "^2.0.8", + "@pushrocks/smartshell": "^2.0.11", "@pushrocks/smartssh": "^1.2.3", "@pushrocks/smartstring": "^3.0.4", "@types/lodash": "^4.14.118",