fix vulnerabilities

This commit is contained in:
Felipe Cecagno 2019-07-19 14:33:24 -03:00
parent 73efe34412
commit 5be6f0410a
2 changed files with 10 additions and 10 deletions

View File

@ -790,9 +790,9 @@
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
},
"js-yaml": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.0.tgz",
"integrity": "sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ==",
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz",
"integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==",
"requires": {
"argparse": "^1.0.7",
"esprima": "^4.0.0"
@ -848,9 +848,9 @@
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"lodash.get": {
"version": "4.4.2",

View File

@ -10,16 +10,16 @@
"dependencies": {
"async": "2.6.1",
"body-parser": "^1.9.2",
"config": "1.30.0",
"express": "4.16.4",
"lodash": "4.17.11",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"nock": "^10.0.4",
"redis": "^2.8.0",
"request": "2.88.0",
"sha1": "1.1.1",
"sinon": "^7.2.2",
"winston": "3.1.0",
"config": "1.30.0",
"js-yaml": "3.13.0"
"winston": "3.1.0"
},
"engines": {
"node": "8.4.0"