aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-06-17 20:12:04 +0100
committerChristophe Closset <christophe.closset@intl.att.com>2021-07-05 09:20:59 +0000
commit0625050758c4f999167ef74a22e994fbd356195f (patch)
treed34025be12a034b6213419ad2ad33ce298e36f31 /catalog-ui/pom.xml
parent47f2be812ff98c6d9d3862deb55638330e8db4f3 (diff)
Update NODE/NPM versions
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I2c4b6e7bbc388d24259695ce1a34989faabc9751 Issue-ID: SDC-3600
Diffstat (limited to 'catalog-ui/pom.xml')
-rw-r--r--catalog-ui/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/catalog-ui/pom.xml b/catalog-ui/pom.xml
index 6e85d65d2f..ffced5cd28 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>