From 49f5d210cbc3d8312624aff3256a6eacc1c0cfca Mon Sep 17 00:00:00 2001 From: huangsheng Date: Wed, 22 Apr 2026 01:15:16 +0800 Subject: [PATCH 1/2] [Fix-18181][UI] Fix @types/lodash version causing pnpm install failure --- dolphinscheduler-ui/package.json | 2 +- dolphinscheduler-ui/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dolphinscheduler-ui/package.json b/dolphinscheduler-ui/package.json index 1cd7976de251..0b127390b00e 100644 --- a/dolphinscheduler-ui/package.json +++ b/dolphinscheduler-ui/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@types/js-cookie": "^3.0.2", - "@types/lodash": "^4.18.0", + "@types/lodash": "^4.17.0", "@types/node": "^18.7.18", "@types/nprogress": "^0.2.0", "@types/qs": "^6.9.7", diff --git a/dolphinscheduler-ui/pnpm-lock.yaml b/dolphinscheduler-ui/pnpm-lock.yaml index e8613b7033bc..4e0052da0a79 100644 --- a/dolphinscheduler-ui/pnpm-lock.yaml +++ b/dolphinscheduler-ui/pnpm-lock.yaml @@ -20,7 +20,7 @@ specifiers: '@antv/layout': 0.1.31 '@antv/x6': ^1.34.1 '@types/js-cookie': ^3.0.2 - '@types/lodash': ^4.18.0 + '@types/lodash': ^4.17.0 '@types/node': ^18.7.18 '@types/nprogress': ^0.2.0 '@types/qs': ^6.9.7 @@ -89,7 +89,7 @@ dependencies: devDependencies: '@types/js-cookie': 3.0.3 - '@types/lodash': 4.14.195 + '@types/lodash': 4.17.24 '@types/node': 18.16.18 '@types/nprogress': 0.2.0 '@types/qs': 6.9.7 @@ -759,10 +759,10 @@ packages: /@types/lodash-es/4.17.7: resolution: {integrity: sha512-z0ptr6UI10VlU6l5MYhGwS4mC8DZyYer2mCoyysZtSF7p26zOX8UpbrV0YpNYLGS8K4PUFIyEr62IMFFjveSiQ==} dependencies: - '@types/lodash': 4.14.195 + '@types/lodash': 4.17.24 dev: false - /@types/lodash/4.14.195: + /@types/lodash/4.17.24: resolution: {integrity: sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==} /@types/trusted-types/1.0.6: @@ -2817,7 +2817,7 @@ packages: dependencies: '@css-render/plugin-bem': 0.15.12_css-render@0.15.12 '@css-render/vue3-ssr': 0.15.12_vue@3.3.4 - '@types/lodash': 4.14.195 + '@types/lodash': 4.17.24 '@types/lodash-es': 4.17.7 async-validator: 4.2.5 css-render: 0.15.12 From 14d375b6442dcde9b793bffbd3130cc1f82289c4 Mon Sep 17 00:00:00 2001 From: huangsheng Date: Fri, 24 Apr 2026 10:45:46 +0800 Subject: [PATCH 2/2] Update integrity hash for @types/lodash Updated integrity hash for @types/lodash dependency. --- dolphinscheduler-ui/pnpm-lock.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dolphinscheduler-ui/pnpm-lock.yaml b/dolphinscheduler-ui/pnpm-lock.yaml index 4e0052da0a79..5e75d05a1068 100644 --- a/dolphinscheduler-ui/pnpm-lock.yaml +++ b/dolphinscheduler-ui/pnpm-lock.yaml @@ -763,7 +763,7 @@ packages: dev: false /@types/lodash/4.17.24: - resolution: {integrity: sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==} + resolution: {integrity: sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==} /@types/trusted-types/1.0.6: resolution: {integrity: sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==} @@ -3741,4 +3741,4 @@ packages: resolution: {integrity: sha512-DRUM4ZLnoaT0PBVvGBDO9oWIDBKFdAVieNWxWwK0niYzJCMwGchRk21/hsE+RKkIveH3XHCyvXcJDkgLVvfizQ==} dependencies: tslib: 2.3.0 - dev: false \ No newline at end of file + dev: false