From 17d6b010ef4ccf6a64813cdda24b6cdc566ab49d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:19:27 +0000 Subject: [PATCH] chore(deps): Bump lodash in /packages/extension-tile-playground Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/extension-tile-playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/extension-tile-playground/package.json b/packages/extension-tile-playground/package.json index 630415bf5..6fa0f83ab 100644 --- a/packages/extension-tile-playground/package.json +++ b/packages/extension-tile-playground/package.json @@ -22,7 +22,7 @@ "@styled-icons/material": "^10.47.0", "@styled-icons/material-outlined": "^10.47.0", "@styled-icons/material-rounded": "^10.28.0", - "lodash": "4.17.21", + "lodash": "4.18.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-redux": "^7.2.9",