From 4dfa064f2a45b79baba5203e00447086eec5efb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 21:34:27 +0000 Subject: [PATCH] chore(deps): bump lodash-es in /lambda-deployment-deck 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] --- lambda-deployment-deck/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda-deployment-deck/package.json b/lambda-deployment-deck/package.json index c0bc6f7..3f5a828 100644 --- a/lambda-deployment-deck/package.json +++ b/lambda-deployment-deck/package.json @@ -30,7 +30,7 @@ "classnames": "^2.2.6", "graphql": "15.8.0", "lodash": "^4.17.20", - "lodash-es": "4.17.15", + "lodash-es": "4.17.21", "pretty-quick": "3.1.3", "prop-types": "15.6.1", "react": "16.14.0",