Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e51e692fef | |||
52bb5bd302 |
22
.snyk
Normal file
22
.snyk
Normal file
@ -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: {}
|
26
package-lock.json
generated
26
package-lock.json
generated
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tools",
|
"name": "@gitzone/tools",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@gitzone/tsrun": {
|
"@gitzone/tsrun": {
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"resolved": "https://registry.npmjs.org/@gitzone/tsrun/-/tsrun-1.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/@gitzone/tsrun/-/tsrun-1.0.5.tgz",
|
||||||
"integrity": "sha512-frgbFyT+AhY3WtWp+n+lJesDjyBHKUrMi01s+tLEs9IkJNcTWGMCNiSV98Z5Zi392x84dk5ooTC9J+2YyqhNcw==",
|
"integrity": "sha512-zSiRnlvNAlBmrqknwH9B0gIRx7IEegPzmN+DZ4yN3f+L62WlVbKyPLeeV09SKE8BFiGo+0VIGiQW3EV/9mXMfw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"ts-node": "^6.1.0",
|
"ts-node": "^6.1.0",
|
||||||
"typescript": "^2.9.1"
|
"typescript": "^2.9.1"
|
||||||
@ -1200,8 +1200,26 @@
|
|||||||
"resolved": "https://registry.npmjs.org/smartenv/-/smartenv-1.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/smartenv/-/smartenv-1.2.5.tgz",
|
||||||
"integrity": "sha1-XlA0PsRlOVPvJJKfxUjNdOpTIFw=",
|
"integrity": "sha1-XlA0PsRlOVPvJJKfxUjNdOpTIFw=",
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"beautylog": "^4.1.2",
|
||||||
"lodash": "^4.11.1",
|
"lodash": "^4.11.1",
|
||||||
"q": "^1.4.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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tools",
|
"name": "@gitzone/tools",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "setup your environment with the most important tools and update them easily.",
|
"description": "setup your environment with the most important tools and update them easily.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@ -32,7 +32,7 @@
|
|||||||
"tapbundle": "^1.0.13"
|
"tapbundle": "^1.0.13"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@gitzone/tsrun": "^1.0.4",
|
"@gitzone/tsrun": "^1.0.5",
|
||||||
"@pushrocks/smartcli": "^3.0.1",
|
"@pushrocks/smartcli": "^3.0.1",
|
||||||
"@types/node": "^10.3.1",
|
"@types/node": "^10.3.1",
|
||||||
"beautylog": "^6.1.10",
|
"beautylog": "^6.1.10",
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import 'typings-global';
|
|
||||||
import * as beautylog from 'beautylog';
|
import * as beautylog from 'beautylog';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import * as smartcli from '@pushrocks/smartcli';
|
import * as smartcli from '@pushrocks/smartcli';
|
||||||
|
Reference in New Issue
Block a user