diff --git a/msa/js-executor/package.json b/msa/js-executor/package.json
index ed4565ec08..b857f1e085 100644
--- a/msa/js-executor/package.json
+++ b/msa/js-executor/package.json
@@ -39,7 +39,7 @@
"fs-extra": "^11.3.1",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
- "typescript": "5.9.2"
+ "typescript": "~5.9.3"
},
"resolutions": {
"@yao-pkg/pkg/tar": ">=7.5.8"
diff --git a/msa/js-executor/pom.xml b/msa/js-executor/pom.xml
index 0e75d24919..696944f1aa 100644
--- a/msa/js-executor/pom.xml
+++ b/msa/js-executor/pom.xml
@@ -81,7 +81,7 @@
yarn
- install --non-interactive --network-concurrency 4 --network-timeout 100000 --mutex network
+ install --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network
@@ -96,6 +96,17 @@
+
+ org.apache.maven.plugins
+ maven-clean-plugin
+
+
+
+ ${basedir}/node_modules
+
+
+
+
org.apache.maven.plugins
maven-dependency-plugin
diff --git a/msa/js-executor/yarn.lock b/msa/js-executor/yarn.lock
index 4d80300b56..6457be1de7 100644
--- a/msa/js-executor/yarn.lock
+++ b/msa/js-executor/yarn.lock
@@ -1634,10 +1634,10 @@ type-is@^2.0.0, type-is@^2.0.1:
media-typer "^1.1.0"
mime-types "^3.0.0"
-typescript@5.9.2:
- version "5.9.2"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
- integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
+typescript@~5.9.3:
+ version "5.9.3"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
+ integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
undefsafe@^2.0.5:
version "2.0.5"
diff --git a/msa/web-ui/package.json b/msa/web-ui/package.json
index bd54cc26de..9e9b643402 100644
--- a/msa/web-ui/package.json
+++ b/msa/web-ui/package.json
@@ -42,7 +42,7 @@
"fs-extra": "^11.3.1",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
- "typescript": "5.9.2"
+ "typescript": "~5.9.3"
},
"resolutions": {
"@yao-pkg/pkg/tar": ">=7.5.8"
diff --git a/msa/web-ui/pom.xml b/msa/web-ui/pom.xml
index 7dfc4c0aee..a0840afcc6 100644
--- a/msa/web-ui/pom.xml
+++ b/msa/web-ui/pom.xml
@@ -90,7 +90,7 @@
yarn
- install --non-interactive --network-concurrency 4 --network-timeout 100000 --mutex network
+ install --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network
@@ -105,6 +105,17 @@
+
+ org.apache.maven.plugins
+ maven-clean-plugin
+
+
+
+ ${basedir}/node_modules
+
+
+
+
org.apache.maven.plugins
maven-dependency-plugin
diff --git a/msa/web-ui/yarn.lock b/msa/web-ui/yarn.lock
index 456abcc488..11a708d8bf 100644
--- a/msa/web-ui/yarn.lock
+++ b/msa/web-ui/yarn.lock
@@ -1716,10 +1716,10 @@ type-is@^2.0.0, type-is@^2.0.1:
media-typer "^1.1.0"
mime-types "^3.0.0"
-typescript@5.9.2:
- version "5.9.2"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
- integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
+typescript@~5.9.3:
+ version "5.9.3"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
+ integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
undefsafe@^2.0.5:
version "2.0.5"
diff --git a/ui-ngx/pom.xml b/ui-ngx/pom.xml
index 11ce2dcf5f..fa19b204d0 100644
--- a/ui-ngx/pom.xml
+++ b/ui-ngx/pom.xml
@@ -66,11 +66,22 @@
yarn
- install --non-interactive --network-concurrency 4 --network-timeout 100000 --mutex network
+ install --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network
+
+ org.apache.maven.plugins
+ maven-clean-plugin
+
+
+
+ ${basedir}/node_modules
+
+
+
+