From b3f4ef46f970078d370fd430ae40e9b38db312cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Feb 2021 17:06:42 +0000 Subject: [PATCH] Bump lodash from 4.17.4 to 4.17.19 in /ui Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.19) Signed-off-by: dependabot[bot] --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index b557a842..7c38f385 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -13539,9 +13539,9 @@ } }, "lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash-es": { "version": "4.17.4", diff --git a/ui/package.json b/ui/package.json index 9f06d8a4..21302efe 100644 --- a/ui/package.json +++ b/ui/package.json @@ -45,7 +45,7 @@ "graphql": "15.3.0", "history": "^4.7.2", "jquery": "^3.2.1", - "lodash": "^4.17.4", + "lodash": "^4.17.19", "mime": "^2.0.3", "node-fetch": "^2.3.0", "node-sass": "4.14.1",