This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git
The following commit(s) were added to refs/heads/master by this push:
new fccca55 update openwhisk-client-js to 3.21.4 (#91)
fccca55 is described below
commit fccca55063fd4a45d44b09b51203ffd3fc9b4456
Author: David Grove <[email protected]>
AuthorDate: Thu Jun 10 20:38:26 2021 -0400
update openwhisk-client-js to 3.21.4 (#91)
---
package-lock.json | 18 +++++++++---------
package.json | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 3966821..4db6075 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2400,9 +2400,9 @@
"dev": true
},
"needle": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/needle/-/needle-2.5.0.tgz",
- "integrity":
"sha512-o/qITSDR0JCyCKEQ1/1bnUXMmznxabbwi/Y4WwJElf+evwJNFNwIDMCCt5IigFVxgeGBJESLohGtIS9gEzo1fA==",
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/needle/-/needle-2.6.0.tgz",
+ "integrity":
"sha512-KKYdza4heMsEfSWD7VPUIz3zX2XDwOyX2d+geb4vrERZMT5RMU6ujjaD+I5Yr54uZxQ2w6XRTAhHBbSCyovZBg==",
"requires": {
"debug": "^3.2.6",
"iconv-lite": "^0.4.4",
@@ -2410,9 +2410,9 @@
},
"dependencies": {
"debug": {
- "version": "3.2.6",
- "resolved":
"https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
- "integrity":
"sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
+ "version": "3.2.7",
+ "resolved":
"https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
+ "integrity":
"sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"requires": {
"ms": "^2.1.1"
}
@@ -2587,9 +2587,9 @@
}
},
"openwhisk": {
- "version": "3.21.3",
- "resolved":
"https://registry.npmjs.org/openwhisk/-/openwhisk-3.21.3.tgz",
- "integrity":
"sha512-vP3WZGsy6vuiSX4lSY5ldg+ISXqu+hayfn1gWCN0a44O0l9JURMfF6VRjM8OQXURrIN7LyK9603ip3lphZ9F6Q==",
+ "version": "3.21.4",
+ "resolved":
"https://registry.npmjs.org/openwhisk/-/openwhisk-3.21.4.tgz",
+ "integrity":
"sha512-NxDM60hBFLXIf7AouLxyiS1c362ocdEH9gnPYEs+Blj505W0s69r9zHLQi810NtTjbcM8RowSKY4rRkrk40WBQ==",
"requires": {
"needle": "^2.4.0"
}
diff --git a/package.json b/package.json
index 4260447..2089d18 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
"isomorphic-fetch": "^3.0.0",
"livereload": "^0.9.1",
"manakin": "^0.5.2",
- "openwhisk": "^3.21.3",
+ "openwhisk": "^3.21.4",
"ora": "^4.0.3",
"pretty-bytes": "^5.3.0",
"pretty-ms": "^6.0.1",