From 5ca93f7b1a0b38de8f1d3bc06d01734ed6212c1a Mon Sep 17 00:00:00 2001 From: Oleksandra Matviienko Date: Mon, 20 Apr 2026 18:53:09 +0200 Subject: [PATCH] Enforced exact dependency lockfile match for frontend builds --- msa/js-executor/pom.xml | 2 +- msa/web-ui/pom.xml | 2 +- ui-ngx/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/msa/js-executor/pom.xml b/msa/js-executor/pom.xml index f5ea04fac3..afa415810e 100644 --- a/msa/js-executor/pom.xml +++ b/msa/js-executor/pom.xml @@ -80,7 +80,7 @@ yarn - install --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network + install --frozen-lockfile --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network diff --git a/msa/web-ui/pom.xml b/msa/web-ui/pom.xml index 00c1703dcd..80b5c51e78 100644 --- a/msa/web-ui/pom.xml +++ b/msa/web-ui/pom.xml @@ -89,7 +89,7 @@ yarn - install --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network + install --frozen-lockfile --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network diff --git a/ui-ngx/pom.xml b/ui-ngx/pom.xml index cc58f728a0..c5b4bb931a 100644 --- a/ui-ngx/pom.xml +++ b/ui-ngx/pom.xml @@ -66,7 +66,7 @@ yarn - install --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network + install --frozen-lockfile --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network