From 4668b2d83b03b3538c6241fa315f4226da40cb64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:39:14 +0000 Subject: [PATCH] Bump lodash Bumps the npm_and_yarn group with 1 update in the /Dnn.AdminExperience/ClientSide/Pages.Web directory: [lodash](https://github.com/lodash/lodash). Updates `lodash` from 4.17.23 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- Dnn.AdminExperience/ClientSide/Pages.Web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dnn.AdminExperience/ClientSide/Pages.Web/package.json b/Dnn.AdminExperience/ClientSide/Pages.Web/package.json index c30cb9a5814..d43b2920a40 100644 --- a/Dnn.AdminExperience/ClientSide/Pages.Web/package.json +++ b/Dnn.AdminExperience/ClientSide/Pages.Web/package.json @@ -33,7 +33,7 @@ "globals": "^17.4.0", "jest": "^30.3.0", "less": "4.6.4", - "lodash": "4.17.23", + "lodash": "4.18.1", "react-custom-scrollbars": "4.2.1", "react-dom": "^16.14.0", "react-hot-loader": "4.13.1",