diff --git a/generators/generator-constants.js b/generators/generator-constants.js index e38e0521f7f..e380fac5e72 100644 --- a/generators/generator-constants.js +++ b/generators/generator-constants.js @@ -25,7 +25,7 @@ const JAVA_VERSION = '11'; // Java version is forced to be 11. We keep the varia // Version of Node, NPM const NODE_VERSION = '14.15.0'; -const NPM_VERSION = '7.6.2'; +const NPM_VERSION = '7.6.3'; const OPENAPI_GENERATOR_CLI_VERSION = '1.0.13-4.3.1'; const GRADLE_VERSION = '6.8.3';