From 9b6d5817bd2f85b9c8d5935abd60e7068624e767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 07:24:51 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.21 to 4.18.1 in /packages/core/admin 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/core/admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/admin/package.json b/packages/core/admin/package.json index 32969895f28d..3dc12ea04260 100644 --- a/packages/core/admin/package.json +++ b/packages/core/admin/package.json @@ -117,7 +117,7 @@ "koa-passport": "6.0.0", "koa-static": "5.0.0", "koa2-ratelimit": "^1.1.3", - "lodash": "4.17.21", + "lodash": "4.18.1", "motion": "12.23.24", "ora": "5.4.1", "p-map": "4.0.0",