From 84e0f4322d5a821fb4dd743f763e8cf5de5ad1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:16:06 +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.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 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 d74f30a1b..9af4fe635 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.17.23", "react": "^17.0.2", "react-dom": "^17.0.2", "react-redux": "^7.2.9",