You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/02/17 18:09:40 UTC

[openwhisk-runtime-nodejs] branch master updated: use openwhisk-client-js 3.21.7 (#223)

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 7e0173b  use openwhisk-client-js 3.21.7 (#223)
7e0173b is described below

commit 7e0173b73642ab698be811d15e3c4493eb57eb4b
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri Feb 17 13:09:35 2023 -0500

    use openwhisk-client-js 3.21.7 (#223)
---
 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 afc9f23..a112e70 100644
--- a/core/nodejsActionBase/package.json
+++ b/core/nodejsActionBase/package.json
@@ -18,7 +18,7 @@
     "request": "2.88.2"
   },
   "dependencies": {
-    "openwhisk": "3.21.6",
+    "openwhisk": "3.21.7",
     "express": "4.17.3",
     "serialize-error": "9.1.0",
     "redis": "4.0.4",