From 079da64085c124e4fff9e866e063bf255ee088fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 20:17:55 +0000 Subject: [PATCH] Bump lodash from 4.17.13 to 4.17.21 in /samples/react-typescript Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/react-typescript/package-lock.json | 6 +++--- samples/react-typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/react-typescript/package-lock.json b/samples/react-typescript/package-lock.json index 153cab9..8686349 100644 --- a/samples/react-typescript/package-lock.json +++ b/samples/react-typescript/package-lock.json @@ -14332,9 +14332,9 @@ } }, "lodash": { - "version": "4.17.13", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz", - "integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash-es": { "version": "4.17.11", diff --git a/samples/react-typescript/package.json b/samples/react-typescript/package.json index cff30b5..73be429 100644 --- a/samples/react-typescript/package.json +++ b/samples/react-typescript/package.json @@ -86,7 +86,7 @@ "i18next-fetch-backend": "~2.2.0", "ipaddr.js": "~1.9.0", "isomorphic-fetch": "~2.2.1", - "lodash": "4.17.13", + "lodash": "4.17.21", "node-cache": "^4.2.0", "node-fetch": "~2.6.1", "node-noop": "^1.0.0",