From eb09a52fc79fde6b4148fed45ba553f29002d63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 19:51:57 +0000 Subject: [PATCH] Bump lodash-es from 4.17.15 to 4.17.21 in /frontend/app 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] --- frontend/app/package-lock.json | 6 +++--- frontend/app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/app/package-lock.json b/frontend/app/package-lock.json index f55bd40..3c42cb1 100644 --- a/frontend/app/package-lock.json +++ b/frontend/app/package-lock.json @@ -8879,9 +8879,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._reinterpolate": { "version": "3.0.0", diff --git a/frontend/app/package.json b/frontend/app/package.json index 69e29e2..49b8eb2 100644 --- a/frontend/app/package.json +++ b/frontend/app/package.json @@ -12,7 +12,7 @@ "graphql": "^14.5.8", "graphql-tag": "^2.10.1", "history": "^4.10.1", - "lodash-es": "^4.17.15", + "lodash-es": "^4.17.21", "moment": "^2.24.0", "node-sass": "^4.14.1", "react": "^16.10.2",