fix: .snyk & package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:braces:20180219


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:hoek:20180212
- https://snyk.io/vuln/npm:lodash:20180130
This commit is contained in:
snyk-bot
2018-07-19 03:43:53 +00:00
parent d1162440bf
commit 9c32cd033a
2 changed files with 36 additions and 2 deletions

34
.snyk
View File

@@ -84,6 +84,38 @@ patch:
patched: '2018-06-27T02:25:12.851Z' patched: '2018-06-27T02:25:12.851Z'
- npm > npm-lifecycle > node-gyp > request > hawk > cryptiles > boom > hoek: - npm > npm-lifecycle > node-gyp > request > hawk > cryptiles > boom > hoek:
patched: '2018-06-27T02:25:12.851Z' patched: '2018-06-27T02:25:12.851Z'
- npm > libcipm > npm-lifecycle > node-gyp > request > hawk > hoek:
patched: '2018-07-19T03:43:51.221Z'
- node-sass-chokidar > node-sass > node-gyp > request > hawk > hoek:
patched: '2018-07-19T03:43:51.221Z'
- node-sass-chokidar > node-sass > node-gyp > request > hawk > sntp > hoek:
patched: '2018-07-19T03:43:51.221Z'
- node-sass-chokidar > node-sass > node-gyp > request > hawk > cryptiles > boom > hoek:
patched: '2018-07-19T03:43:51.221Z'
- npm > node-gyp > request > hawk > hoek:
patched: '2018-07-19T03:43:51.221Z'
- npm > node-gyp > request > hawk > boom > hoek:
patched: '2018-07-19T03:43:51.221Z'
- npm > node-gyp > request > hawk > sntp > hoek:
patched: '2018-07-19T03:43:51.221Z'
- npm > node-gyp > request > hawk > cryptiles > boom > hoek:
patched: '2018-07-19T03:43:51.221Z'
- node-sass-chokidar > node-sass > node-gyp > request > hawk > boom > hoek:
patched: '2018-07-19T03:43:51.221Z'
- npm > libcipm > npm-lifecycle > node-gyp > request > hawk > boom > hoek:
patched: '2018-07-19T03:43:51.221Z'
- npm > libcipm > npm-lifecycle > node-gyp > request > hawk > sntp > hoek:
patched: '2018-07-19T03:43:51.221Z'
- npm > libcipm > npm-lifecycle > node-gyp > request > hawk > cryptiles > boom > hoek:
patched: '2018-07-19T03:43:51.221Z'
- npm > npm-lifecycle > node-gyp > request > hawk > hoek:
patched: '2018-07-19T03:43:51.221Z'
- npm > npm-lifecycle > node-gyp > request > hawk > boom > hoek:
patched: '2018-07-19T03:43:51.221Z'
- npm > npm-lifecycle > node-gyp > request > hawk > sntp > hoek:
patched: '2018-07-19T03:43:51.221Z'
- npm > npm-lifecycle > node-gyp > request > hawk > cryptiles > boom > hoek:
patched: '2018-07-19T03:43:51.221Z'
'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'
@@ -92,3 +124,5 @@ patch:
patched: '2018-07-03T05:04:45.476Z' patched: '2018-07-03T05:04:45.476Z'
- npm > npm-audit-report > cli-table2 > lodash: - npm > npm-audit-report > cli-table2 > lodash:
patched: '2018-07-03T05:04:45.476Z' patched: '2018-07-03T05:04:45.476Z'
- npm > cli-table2 > lodash:
patched: '2018-07-19T03:43:51.221Z'

View File

@@ -43,7 +43,7 @@
"lodash": "^4.17.4", "lodash": "^4.17.4",
"moment": "^2.18.1", "moment": "^2.18.1",
"morgan": "^1.8.1", "morgan": "^1.8.1",
"node-sass-chokidar": "0.0.3", "node-sass-chokidar": "1.3.1",
"npm": "^5.6.0", "npm": "^5.6.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"prop-types": "^15.6.0", "prop-types": "^15.6.0",
@@ -73,7 +73,7 @@
"redux-thunk": "^2.2.0", "redux-thunk": "^2.2.0",
"reflect-metadata": "^0.1.10", "reflect-metadata": "^0.1.10",
"save": "^2.3.0", "save": "^2.3.0",
"snyk": "^1.88.0", "snyk": "^1.89.0",
"typeface-roboto": "0.0.50", "typeface-roboto": "0.0.50",
"uuid": "^3.0.1" "uuid": "^3.0.1"
}, },