diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..3cd806d --- /dev/null +++ b/.snyk @@ -0,0 +1,22 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.12.0 +# ignores vulnerabilities until expiry date; change duration by modifying expiry date +ignore: + 'npm:lodash:20180130': + - smartenv > beautylog > cli-table2 > lodash: + reason: None given + expires: '2018-07-07T20:45:00.571Z' + - smartenv > smartenv > beautylog > cli-table2 > lodash: + reason: None given + expires: '2018-07-07T20:45:00.571Z' + - smartenv > smartparam > beautylog > cli-table2 > lodash: + reason: None given + expires: '2018-07-07T20:45:00.571Z' + - smartenv > smartparam > beautylog > smartenv > beautylog > cli-table2 > lodash: + reason: None given + expires: '2018-07-07T20:45:00.571Z' + 'npm:shelljs:20140723': + - smartshell > shelljs: + reason: None given + expires: '2018-07-07T20:45:00.571Z' +patch: {} diff --git a/package-lock.json b/package-lock.json index a6be168..7315e4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@gitzone/tsrun": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@gitzone/tsrun/-/tsrun-1.0.4.tgz", - "integrity": "sha512-frgbFyT+AhY3WtWp+n+lJesDjyBHKUrMi01s+tLEs9IkJNcTWGMCNiSV98Z5Zi392x84dk5ooTC9J+2YyqhNcw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@gitzone/tsrun/-/tsrun-1.0.5.tgz", + "integrity": "sha512-zSiRnlvNAlBmrqknwH9B0gIRx7IEegPzmN+DZ4yN3f+L62WlVbKyPLeeV09SKE8BFiGo+0VIGiQW3EV/9mXMfw==", "requires": { "ts-node": "^6.1.0", "typescript": "^2.9.1" @@ -1200,8 +1200,26 @@ "resolved": "https://registry.npmjs.org/smartenv/-/smartenv-1.2.5.tgz", "integrity": "sha1-XlA0PsRlOVPvJJKfxUjNdOpTIFw=", "requires": { + "beautylog": "^4.1.2", "lodash": "^4.11.1", "q": "^1.4.1" + }, + "dependencies": { + "beautylog": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/beautylog/-/beautylog-4.2.2.tgz", + "integrity": "sha1-bOvf+GZQmWk9SIFR3u4CiQuSzmk=", + "requires": { + "cli-color": "^1.1.0", + "cli-table2": "^0.2.0", + "colors": "1.1.2", + "figlet": "^1.1.2", + "lodash": "^4.11.1", + "ora": "^0.2.1", + "q": "^1.4.1", + "smartenv": "^1.2.2" + } + } } } } diff --git a/package.json b/package.json index b8d76fb..6b58cb1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "tapbundle": "^1.0.13" }, "dependencies": { - "@gitzone/tsrun": "^1.0.4", + "@gitzone/tsrun": "^1.0.5", "@pushrocks/smartcli": "^3.0.1", "@types/node": "^10.3.1", "beautylog": "^6.1.10", diff --git a/ts/tools.plugins.ts b/ts/tools.plugins.ts index f980f24..016e0d6 100644 --- a/ts/tools.plugins.ts +++ b/ts/tools.plugins.ts @@ -1,4 +1,3 @@ -import 'typings-global'; import * as beautylog from 'beautylog'; import * as path from 'path'; import * as smartcli from '@pushrocks/smartcli';