From 394047272ca65f99220511c0a3801cc5fbc1a59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 02:38:48 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /Slack-Clone-Server Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21) Signed-off-by: dependabot[bot] --- Slack-Clone-Server/package-lock.json | 6 +++--- Slack-Clone-Server/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Slack-Clone-Server/package-lock.json b/Slack-Clone-Server/package-lock.json index 833fd86d..13d0dfa1 100644 --- a/Slack-Clone-Server/package-lock.json +++ b/Slack-Clone-Server/package-lock.json @@ -8255,9 +8255,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.debounce": { "version": "4.0.8", diff --git a/Slack-Clone-Server/package.json b/Slack-Clone-Server/package.json index 8e5b23f9..83474276 100644 --- a/Slack-Clone-Server/package.json +++ b/Slack-Clone-Server/package.json @@ -49,7 +49,7 @@ "graphql-subscriptions": "^1.0.0", "graphql-tools": "^4.0.4", "jsonwebtoken": "^8.4.0", - "lodash": "^4.17.11", + "lodash": "^4.17.21", "merge-graphql-schemas": "^1.5.8", "mkdirp": "^0.5.1", "pg": "^7.8.0",