From 9c0f2302ce0faeb666f539bacdca3d913a7c471c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:00:27 +0000 Subject: [PATCH] chore(deps-dev): bump lodash in /packages/design-tokens 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:development ... Signed-off-by: dependabot[bot] --- packages/design-tokens/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index a4a544d91a..aef702e80b 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -30,7 +30,7 @@ "styled-system": "^5.1.5" }, "peerDependencies": { - "lodash": "4.17.21", + "lodash": "4.17.23", "react": ">=16.14.0", "styled-components": "^5.3.1" }, @@ -45,7 +45,7 @@ "@stryker-mutator/jest-runner": "8.2.6", "@testing-library/react": "12.1.5", "csstype": "3.0.2", - "lodash": "4.17.21", + "lodash": "4.17.23", "prettier": "2.8.2", "react": "17.0.2", "styled-components": "5.3.1"