Update NODE/NPM versions

Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I2c4b6e7bbc388d24259695ce1a34989faabc9751
Issue-ID: SDC-3600
diff --git a/catalog-ui/pom.xml b/catalog-ui/pom.xml
index 6e85d65..ffced5c 100644
--- a/catalog-ui/pom.xml
+++ b/catalog-ui/pom.xml
@@ -75,6 +75,7 @@
             <plugin>
                 <groupId>com.github.eirslett</groupId>
                 <artifactId>frontend-maven-plugin</artifactId>
+                <version>1.12.0</version>
                 <configuration>
                     <installDirectory>${project.basedir}</installDirectory>
                     <npmDownloadRoot>${npm.registry}</npmDownloadRoot>
@@ -88,8 +89,8 @@
                         </goals>
                         <configuration>
                             <!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions -->
-                            <nodeVersion>v14.16.1</nodeVersion>
-                            <npmVersion>6.14.12</npmVersion>
+                            <nodeVersion>v14.17.1</nodeVersion>
+                            <npmVersion>6.14.13</npmVersion>
                         </configuration>
                     </execution>