diff --git a/package-lock.json b/package-lock.json index 70864839..43d790c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9004,9 +9004,9 @@ } }, "lodash": { - "version": "4.17.18", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.18.tgz", - "integrity": "sha512-au4L1q0HKcaaa37qOdpWWhwzDnB/taYJfRiKULnaT+Ml9UaBIjJ2SOJMeLtSeeLT+zUdyFMm0+ts+j4eeuUpIA==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash.assign": { "version": "4.2.0", diff --git a/package.json b/package.json index ceccb7de..3d3b4e4c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "bluebird": "3.7.2", "commander": "5.1.0", - "lodash": "4.17.18", + "lodash": "4.17.19", "nightmare": "3.0.2", "random-http-useragent": "1.1.25" },