summaryrefslogtreecommitdiffstats
path: root/catalog-ui/pom.xml
diff options
context:
space:
mode:
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>