Fix npm dependency issue for server
[ccsdk/cds.git] / cds-ui / server / pom.xml
index d2bc9c8..4983f7d 100644 (file)
@@ -71,10 +71,10 @@ limitations under the License.
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
                 <!-- Use the latest released version: https://repo1.maven.org/maven2/com/github/eirslett/frontend-maven-plugin/ -->
-                <version>1.12.0</version>
+                <version>1.12.1</version>
                 <configuration>
-                    <nodeVersion>v8.12.0</nodeVersion>
-                    <npmVersion>6.4.1</npmVersion>
+                    <nodeVersion>v16.14.0</nodeVersion>
+                    <npmVersion>8.3.0</npmVersion>
                     <nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot>
                     <installDirectory>./</installDirectory>
                 </configuration>