mirror of
https://github.com/sexybiggetje/pixdisp.git
synced 2024-11-22 13:41:01 +01:00
Merge pull request #11 from sexybiggetje/snyk-fix-ba1c0e3cea0d509b7ad9b3ad2f114113
[Snyk] Fix for 1 vulnerabilities
This commit is contained in:
commit
254c972f1c
3 changed files with 570 additions and 730 deletions
43
.snyk
43
.snyk
|
@ -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
1251
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue