Merge pull request #11 from sexybiggetje/snyk-fix-ba1c0e3cea0d509b7ad9b3ad2f114113

[Snyk] Fix for 1 vulnerabilities
This commit is contained in:
Martijn de Boer 2019-10-03 23:21:02 +02:00 committed by GitHub
commit 254c972f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",