fix(snyk policy): update

This commit is contained in:
2018-06-07 22:45:15 +02:00
parent 139349a38c
commit 52bb5bd302
4 changed files with 44 additions and 5 deletions

24
package-lock.json generated
View File

@@ -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"
}
}
}
}
}