This is an automated email from the ASF dual-hosted git repository.
style95 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 6a30a01 use openwhisk-client-js 3.21.8 (#248)
6a30a01 is described below
commit 6a30a0112b767d2cbd45872146832f609c08375f
Author: David Grove <[email protected]>
AuthorDate: Sun Dec 3 06:11:08 2023 -0500
use openwhisk-client-js 3.21.8 (#248)
---
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 a112e70..14dc1f6 100644
--- a/core/nodejsActionBase/package.json
+++ b/core/nodejsActionBase/package.json
@@ -18,7 +18,7 @@
"request": "2.88.2"
},
"dependencies": {
- "openwhisk": "3.21.7",
+ "openwhisk": "3.21.8",
"express": "4.17.3",
"serialize-error": "9.1.0",
"redis": "4.0.4",