From ba2caff6a221120131a84cf5aa67694b8be86b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 15:18:38 +0000 Subject: [PATCH] Bump lodash-es from 4.17.15 to 4.17.21 in /client Bumps [lodash-es](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-es dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index a27bb2d..5339eea 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9599,9 +9599,9 @@ "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, "lodash-es": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.15.tgz", - "integrity": "sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" }, "lodash._getnative": { "version": "3.9.1", diff --git a/client/package.json b/client/package.json index 4efe0d8..936b563 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "customize-cra": "^0.5.0", "framer-motion": "^1.4.2", "history": "^4.9.0", - "lodash-es": "^4.17.15", + "lodash-es": "^4.17.21", "moment": "^2.24.0", "moment-timezone": "^0.5.26", "node-sass": "^4.12.0",