You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2022/01/24 09:30:03 UTC

[wicket] 02/02: Update frontend-maven-plugin, Node.js and NPM.js

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 4d42420806422e820b5a807838abb5c28f867f43
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Jan 24 11:29:35 2022 +0200

    Update frontend-maven-plugin, Node.js and NPM.js
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 testing/wicket-js-tests/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 41f1f95..7aa49d8 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -92,7 +92,7 @@
 					<plugin>
 						<groupId>com.github.eirslett</groupId>
 						<artifactId>frontend-maven-plugin</artifactId>
-						<version>1.12.0</version>
+						<version>1.12.1</version>
 						<executions>
 							<execution>
 								<id>install node and npm</id>
@@ -101,8 +101,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>8.1.0</npmVersion>
-									<nodeVersion>v16.13.0</nodeVersion>
+									<npmVersion>8.3.2</npmVersion>
+									<nodeVersion>v16.13.2</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>