From 9161cba5404e1f148563e432ea29df23423c5afe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 09:17:59 +0000 Subject: [PATCH] Bump lodash from 4.17.20 to 4.18.1 in /packages/core Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 39a6c8436..1bb4fc2fc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -17,7 +17,7 @@ "gravatar": "1.8.0", "immer": "4.0.1", "json-to-graphql-query": "1.9.0", - "lodash": "4.17.20", + "lodash": "4.18.1", "moment": "2.24.0", "polished": "3.4.1", "qs": "6.9.1"