From 2b11a0dd1451a842f9743037248e6f9a4413fb1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:29:41 +0000 Subject: [PATCH] Bump lodash-es in /linkis-web/src/apps/PythonModule Bumps [lodash-es](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-es 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 68d3d4a6c8..b31217524a 100644 --- a/linkis-web/src/apps/PythonModule/package.json +++ b/linkis-web/src/apps/PythonModule/package.json @@ -3,7 +3,7 @@ "core-js": "3.35.1", "vue": "3.3.9", "@vueuse/core": "10.9.0", - "lodash-es": "4.17.23", + "lodash-es": "4.18.1", "@qlin/request": "0.2.6", "@webank/letgo-components": "1.1.4", "@fesjs/fes-design": "0.8.60",