fix: package.json, package-lock.json & .snyk to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-HTTPSPROXYAGENT-469131
This commit is contained in:
snyk-bot 2019-10-03 21:07:13 +00:00
parent a40ca5673d
commit a9bd0ff2c6
3 changed files with 570 additions and 730 deletions

43
.snyk
View File

@ -30,3 +30,46 @@ patch:
patched: '2019-07-04T19:13:58.288Z'
- snyk > snyk-php-plugin > @snyk/composer-lockfile-parser > lodash:
patched: '2019-07-04T19:13:58.288Z'
SNYK-JS-HTTPSPROXYAGENT-469131:
- restify > npm > libcipm > pacote > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > pacote > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpmaccess > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpmhook > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpmorg > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpmsearch > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > pacote > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > npm-profile > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpm > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpm > pacote > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpmteam > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpm > libnpmteam > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpm > libnpmaccess > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpm > npm-profile > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpm > libnpmorg > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libcipm > pacote > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpm > libnpmpublish > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpm > pacote > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpm > libnpmhook > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'
- restify > npm > libnpm > libnpmsearch > npm-registry-fetch > make-fetch-happen > https-proxy-agent:
patched: '2019-10-03T21:06:52.043Z'

1251
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,13 +8,13 @@
"license": "MIT",
"dependencies": {
"restify": "^8.1.0",
"vm2": "^3.6.10"
"vm2": "^3.6.10",
"snyk": "^1.230.5"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-security": "^1.4.0",
"jest": "^24.8.0",
"snyk": "^1.197.0"
"jest": "^24.8.0"
},
"optionalDependencies": {
"pi-spi": "^1.0.3",