From ffa86b04647890fc7ffe9f16895560bd3a1714cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:58:59 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.18.1 in /packages/strapi-database 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/strapi-database/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/strapi-database/package.json b/packages/strapi-database/package.json index 9cae47c4a2e3..a09e3e966d20 100644 --- a/packages/strapi-database/package.json +++ b/packages/strapi-database/package.json @@ -29,7 +29,7 @@ "license": "SEE LICENSE IN LICENSE", "dependencies": { "debug": "4.3.1", - "lodash": "4.17.21", + "lodash": "4.18.1", "p-map": "4.0.0", "strapi-utils": "3.6.1", "verror": "^1.10.0"