From 0912f778260d27acbe1338a8ac07fd9a4a82364d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2020 16:02:00 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.19 in /shared-lib 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] --- shared-lib/package.json | 2 +- shared-lib/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/shared-lib/package.json b/shared-lib/package.json index 3e95864..915a7bb 100644 --- a/shared-lib/package.json +++ b/shared-lib/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "jquery": "^3.4.1", - "lodash": "^4.17.15" + "lodash": "^4.17.19" } } diff --git a/shared-lib/yarn.lock b/shared-lib/yarn.lock index 84b5d83..653dc51 100644 --- a/shared-lib/yarn.lock +++ b/shared-lib/yarn.lock @@ -125,10 +125,10 @@ jquery@^3.4.1: resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.1.tgz#714f1f8d9dde4bdfa55764ba37ef214630d80ef2" integrity sha512-36+AdBzCL+y6qjw5Tx7HgzeGCzC81MDDgaUP8ld2zhx58HdqXGoBd+tHdrBMiyjGQs0Hxs/MLZTu/eHNJJuWPw== -lodash@^4.17.14, 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.14, 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== magic-string@^0.25.2: version "0.25.4"