fix(snyk policy): update
This commit is contained in:
parent
139349a38c
commit
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: {}
|
24
package-lock.json
generated
24
package-lock.json
generated
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -1,4 +1,3 @@
|
||||
import 'typings-global';
|
||||
import * as beautylog from 'beautylog';
|
||||
import * as path from 'path';
|
||||
import * as smartcli from '@pushrocks/smartcli';
|
||||
|
Loading…
Reference in New Issue
Block a user