From a448e288f56a2de6cde0a43444d7fa74147e5cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 23:10:21 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.21 in /supervisor/app 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] --- supervisor/app/package-lock.json | 8 ++++---- supervisor/app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/supervisor/app/package-lock.json b/supervisor/app/package-lock.json index a08436d..d59024b 100644 --- a/supervisor/app/package-lock.json +++ b/supervisor/app/package-lock.json @@ -265,7 +265,7 @@ "dependencies": { "combined-stream": { "version": "1.0.6", - "resolved": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", "requires": { "delayed-stream": "~1.0.0" @@ -375,9 +375,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==" }, "mime-db": { "version": "1.36.0", diff --git a/supervisor/app/package.json b/supervisor/app/package.json index 234dab9..8d6f73a 100644 --- a/supervisor/app/package.json +++ b/supervisor/app/package.json @@ -48,7 +48,7 @@ "dependencies": { "chalk": "~2.3.2", "debug": "~3.1.0", - "lodash": "^4.17.11", + "lodash": "^4.17.21", "request": "~2.88.0", "socket.io-client": "^2.2.0" }