From 01f740b0d00bd6fb5d12e01fdfcb52d49bfb782a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 10:34:52 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.21 in /server/orchestrator-gql Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) Signed-off-by: dependabot[bot] --- server/orchestrator-gql/package-lock.json | 6 +++--- server/orchestrator-gql/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/server/orchestrator-gql/package-lock.json b/server/orchestrator-gql/package-lock.json index 23dbf1d..a55efc7 100644 --- a/server/orchestrator-gql/package-lock.json +++ b/server/orchestrator-gql/package-lock.json @@ -996,9 +996,9 @@ "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.defaults": { "version": "4.2.0", diff --git a/server/orchestrator-gql/package.json b/server/orchestrator-gql/package.json index 9a7f762..40164df 100644 --- a/server/orchestrator-gql/package.json +++ b/server/orchestrator-gql/package.json @@ -14,6 +14,6 @@ "axios": "^0.19.2", "graphql": "^14.6.0", "ioredis": "^4.16.0", - "lodash": "^4.17.15" + "lodash": "^4.17.21" } }