From 9595938e3f6eb6cc3583be7a7387bcbc26c320cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 04:59:58 +0000 Subject: [PATCH] build(deps): bump lodash from 4.17.15 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c571c84..c8797c6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "airtable": "^0.8.1", "env-cmd": "^10.1.0", - "lodash": "^4.17.15" + "lodash": "^4.17.19" }, "scripts": { "scrape-work-at-start-up": "env-cmd -f .env node scripts/scrape-work-at-startup.js", diff --git a/yarn.lock b/yarn.lock index 4ce07fb..d516914 100644 --- a/yarn.lock +++ b/yarn.lock @@ -251,11 +251,16 @@ jsprim@^1.2.2: json-schema "0.2.3" verror "1.10.0" -lodash@4.17.15, lodash@^4.17.15: +lodash@4.17.15: version "4.17.15" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== +lodash@^4.17.19: + version "4.17.19" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" + integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== + mime-db@1.44.0: version "1.44.0" resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"