You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/10/31 05:24:57 UTC

[isis] branch master updated: Bump npm version 16.17.0 -> 18.12.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f513d3e2d9 Bump npm version 16.17.0 -> 18.12.0
f513d3e2d9 is described below

commit f513d3e2d9e7971fa1c5bf80069ce585b0d8b1cf
Author: andi-huber <ah...@apache.org>
AuthorDate: Mon Oct 31 06:24:50 2022 +0100

    Bump npm version 16.17.0 -> 18.12.0
---
 bom/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index eb4380aa26..3d6f0b013c 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -394,8 +394,8 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
         <momentjs.version>2.29.4</momentjs.version> <!-- keep in sync: org.apache.causeway.viewer.wicket.ui.components.scalars.datepicker.MomentJsReference -->
 
         <!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions -->
-        <node.version>v16.17.0</node.version>
-        <npm.version>8.15.0</npm.version>
+		<node.version>v18.12.0</node.version>
+		<npm.version>8.19.2</npm.version>
 
         <objenesis.version>3.3</objenesis.version>
         <ognl.version>3.3.4</ognl.version>