This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git
The following commit(s) were added to refs/heads/master by this push:
new 2e4257f bump openwhisk-client-js to 3.21.3 (#181)
2e4257f is described below
commit 2e4257fd5db790c2814a5ac76967911a3224f384
Author: David Grove <[email protected]>
AuthorDate: Fri Nov 6 09:42:25 2020 -0500
bump openwhisk-client-js to 3.21.3 (#181)
---
core/nodejsActionBase/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/nodejsActionBase/package.json
b/core/nodejsActionBase/package.json
index b85170a..67cbe7b 100644
--- a/core/nodejsActionBase/package.json
+++ b/core/nodejsActionBase/package.json
@@ -18,7 +18,7 @@
"request": "2.79.0"
},
"dependencies": {
- "openwhisk": "3.21.2",
+ "openwhisk": "3.21.3",
"body-parser": "1.18.3",
"express": "4.16.4",
"serialize-error": "3.0.0",