From 4f1a8f0d29df9b0a4eb86da046ea9a17d361af6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 16:23:27 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.21 in /cyclotron-svc 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) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cyclotron-svc/package-lock.json | 20 ++++++++++---------- cyclotron-svc/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cyclotron-svc/package-lock.json b/cyclotron-svc/package-lock.json index d61eaa6..ba67e8c 100644 --- a/cyclotron-svc/package-lock.json +++ b/cyclotron-svc/package-lock.json @@ -133,7 +133,7 @@ }, "bluebird": { "version": "2.3.6", - "resolved": "http://registry.npmjs.org/bluebird/-/bluebird-2.3.6.tgz", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.3.6.tgz", "integrity": "sha1-qgkKKcG/vAEIlgk1j0scN2g1Ffk=" }, "body-parser": { @@ -377,7 +377,7 @@ "dependencies": { "lodash": { "version": "3.10.1", - "resolved": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" } } @@ -592,7 +592,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" @@ -705,7 +705,7 @@ }, "http-errors": { "version": "1.6.3", - "resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "requires": { "depd": "~1.1.2", @@ -1017,9 +1017,9 @@ } }, "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-compat": { "version": "3.10.2", @@ -1201,12 +1201,12 @@ "dependencies": { "bluebird": { "version": "2.10.2", - "resolved": "http://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz", "integrity": "sha1-AkpVFylTCIV/FPkfEQb8O1VfRGs=" }, "debug": { "version": "2.2.0", - "resolved": "http://registry.npmjs.org/debug/-/debug-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", "requires": { "ms": "0.7.1" @@ -1652,7 +1652,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" diff --git a/cyclotron-svc/package.json b/cyclotron-svc/package.json index e60db24..99fb906 100644 --- a/cyclotron-svc/package.json +++ b/cyclotron-svc/package.json @@ -32,7 +32,7 @@ "json2xls": "^0.1.2", "jsondiffpatch": "0.1.41", "ldapjs": "1.0.1", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "moment": "^2.22.2", "mongoose": "~4.5.1", "morgan": "^1.9.1",