summaryrefslogtreecommitdiffstats
path: root/workflow-bdd/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-bdd/pom.xml')
-rw-r--r--workflow-bdd/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/workflow-bdd/pom.xml b/workflow-bdd/pom.xml
index 31b7d6f5..b1660f61 100644
--- a/workflow-bdd/pom.xml
+++ b/workflow-bdd/pom.xml
@@ -80,7 +80,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.6</version>
+ <version>1.8.0</version>
<configuration>
<installDirectory>${project.parent.parent.basedir}</installDirectory>
@@ -94,8 +94,8 @@
<goal>install-node-and-yarn</goal>
</goals>
<configuration>
- <nodeVersion>v9.4.0</nodeVersion>
- <yarnVersion>v1.3.2</yarnVersion>
+ <nodeVersion>v10.17.0</nodeVersion>
+ <yarnVersion>v1.19.1</yarnVersion>
</configuration>
</execution>