Update the NodeJs runtimes to gather fixes (#179)

* Update the NodeJs runtimes to gather fixes

* remove trailing whitespace
diff --git a/core/nodejs10Action/CHANGELOG.md b/core/nodejs10Action/CHANGELOG.md
index 778792a..f9b6288 100644
--- a/core/nodejs10Action/CHANGELOG.md
+++ b/core/nodejs10Action/CHANGELOG.md
@@ -18,6 +18,8 @@
 -->
 
 # NodeJS 10 OpenWhisk Runtime Container
+## Next release
+Node.js version = [10.22.1](https://nodejs.org/en/blog/release/v10.22.1/)
 
 ## Apache 1.16
 Changes:
diff --git a/core/nodejs10Action/Dockerfile b/core/nodejs10Action/Dockerfile
index 3d6506a..9ade6e5 100644
--- a/core/nodejs10Action/Dockerfile
+++ b/core/nodejs10Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:10.21.0-stretch
+FROM node:10.22.1-stretch
 
 # Initial update and some basics.
 #
diff --git a/core/nodejs12Action/CHANGELOG.md b/core/nodejs12Action/CHANGELOG.md
index e2286d7..e62c69e 100644
--- a/core/nodejs12Action/CHANGELOG.md
+++ b/core/nodejs12Action/CHANGELOG.md
@@ -18,6 +18,8 @@
 -->
 
 # NodeJS 12 OpenWhisk Runtime Container
+## Next release
+Node.js version = [12.18.4](https://nodejs.org/en/blog/release/v12.18.4/)
 
 ## Apache 1.16
 Changes:
diff --git a/core/nodejs12Action/Dockerfile b/core/nodejs12Action/Dockerfile
index d674972..d77d67f 100644
--- a/core/nodejs12Action/Dockerfile
+++ b/core/nodejs12Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:12.18.2-stretch
+FROM node:12.18.4-stretch
 
 # Initial update and some basics.
 #
diff --git a/core/nodejs14Action/CHANGELOG.md b/core/nodejs14Action/CHANGELOG.md
index 20c8e7e..66cf845 100644
--- a/core/nodejs14Action/CHANGELOG.md
+++ b/core/nodejs14Action/CHANGELOG.md
@@ -18,6 +18,8 @@
 -->
 
 # NodeJS 14 OpenWhisk Runtime Container
+## Next release
+Node.js version = [14.11.0](https://nodejs.org/en/blog/release/v14.11.0/)
 
 ## Apache 1.16
 Changes:
diff --git a/core/nodejs14Action/Dockerfile b/core/nodejs14Action/Dockerfile
index 2876bb0..21de228 100644
--- a/core/nodejs14Action/Dockerfile
+++ b/core/nodejs14Action/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM node:14.4.0-stretch
+FROM node:14.11.0-stretch
 
 # Initial update and some basics.
 #