From ba589496b406f569b98772fed8fcc3d7f8d225a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:58:14 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /linkis-web/src/apps/PythonModule Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 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 d01518360b2..6cf91269c7d 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.21", + "lodash": "4.17.23", "@fesjs/fes": "3.1.10", "@fesjs/plugin-model": "3.0.1", "@fesjs/plugin-request": "4.0.0-rc.3",