From 7dbaf2c454e367fb075ba6b5366bed6977c3daba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 23:07:53 +0000 Subject: [PATCH] Bump lodash from 4.17.12 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.12 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.12...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 315e255..deae8ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2921,9 +2921,9 @@ } }, "lodash": { - "version": "4.17.12", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.12.tgz", - "integrity": "sha512-+CiwtLnsJhX03p20mwXuvhoebatoh5B3tt+VvYlrPgZC1g36y+RRbkufX95Xa+X4I59aWEacDFYwnJZiyBh9gA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.flattendeep": { "version": "4.4.0", diff --git a/package.json b/package.json index d024250..aa125de 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "express": "4.16.3", "ffi": "2.3.0", "jsonpath": "1.0.2", - "lodash": "4.17.12", + "lodash": "4.17.21", "mongoose": "5.7.5", "node-schedule": "1.3.0", "ref": "1.3.5",