From 855c2f39007d1ad091f540b29dca0f8ba26e7c64 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2020 23:20:40 +0200 Subject: [PATCH] fix(deps): bump lodash from 4.17.18 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.18 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits/4.17.19) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" },