From 6872b58dbf4a77f51efe4336868428df53ae0621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:38:46 +0000 Subject: [PATCH] Bump lodash from 4.17.23 to 4.18.1 in /linkis-web/src/apps/PythonModule Bumps [lodash](https://github.com/lodash/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:production ... Signed-off-by: dependabot[bot] --- linkis-web/src/apps/PythonModule/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkis-web/src/apps/PythonModule/package.json b/linkis-web/src/apps/PythonModule/package.json index b31217524a..e62cab9e12 100644 --- a/linkis-web/src/apps/PythonModule/package.json +++ b/linkis-web/src/apps/PythonModule/package.json @@ -10,7 +10,7 @@ "@webank/fes-design-material": "0.2.31", "@fesjs/traction-widget": "1.9.1", "dayjs": "1.11.9", - "lodash": "4.17.23", + "lodash": "4.18.1", "@fesjs/fes": "3.1.10", "@fesjs/plugin-model": "3.0.1", "@fesjs/plugin-request": "4.0.0-rc.3",