fix: .snyk & package.json to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:lodash:20180130
This commit is contained in:
snyk-bot
2018-07-03 05:04:47 +00:00
parent e68c41ee20
commit 4f8a2a2e56
2 changed files with 6 additions and 1 deletions

5
.snyk
View File

@@ -87,3 +87,8 @@ patch:
'npm:tunnel-agent:20170305': 'npm:tunnel-agent:20170305':
- node-sass-chokidar > node-sass > request > tunnel-agent: - node-sass-chokidar > node-sass > request > tunnel-agent:
patched: '2018-06-27T02:25:12.851Z' patched: '2018-06-27T02:25:12.851Z'
'npm:lodash:20180130':
- npm > cli-table2 > lodash:
patched: '2018-07-03T05:04:45.476Z'
- npm > npm-audit-report > cli-table2 > lodash:
patched: '2018-07-03T05:04:45.476Z'

View File

@@ -75,7 +75,7 @@
"save": "^2.3.0", "save": "^2.3.0",
"typeface-roboto": "0.0.50", "typeface-roboto": "0.0.50",
"uuid": "^3.0.1", "uuid": "^3.0.1",
"snyk": "^1.85.0" "snyk": "^1.88.0"
}, },
"devDependencies": { "devDependencies": {
"@types/classnames": "^2.2.3", "@types/classnames": "^2.2.3",