diff --git a/package-lock.json b/package-lock.json index 968936f..5b21f33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "js-yaml": "^4.1.0", "lru-cache": "^6.0.0", "node-fetch": "^2.6.0", - "openwhisk": "^3.20.0", + "openwhisk": "^3.21.7", "uuid": "^8.3.1", "xml-js": "^1.6.11" }, @@ -5412,8 +5412,9 @@ } }, "node_modules/openwhisk": { - "version": "3.21.6", - "license": "Apache-2.0", + "version": "3.21.7", + "resolved": "https://registry.npmjs.org/openwhisk/-/openwhisk-3.21.7.tgz", + "integrity": "sha512-mxMdZlk+U8k+EPc2/4sdXs2JgxzKtpqeKicJG/zgeocZeSpDFhte07U/2h1rVPq8S5VTMsN/jU+Ua65/QTzAlg==", "dependencies": { "async-retry": "^1.3.3", "needle": "^2.4.0" @@ -13865,7 +13866,9 @@ } }, "openwhisk": { - "version": "3.21.6", + "version": "3.21.7", + "resolved": "https://registry.npmjs.org/openwhisk/-/openwhisk-3.21.7.tgz", + "integrity": "sha512-mxMdZlk+U8k+EPc2/4sdXs2JgxzKtpqeKicJG/zgeocZeSpDFhte07U/2h1rVPq8S5VTMsN/jU+Ua65/QTzAlg==", "requires": { "async-retry": "^1.3.3", "needle": "^2.4.0" diff --git a/package.json b/package.json index 240f5b1..5c8f38a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "js-yaml": "^4.1.0", "lru-cache": "^6.0.0", "node-fetch": "^2.6.0", - "openwhisk": "^3.20.0", + "openwhisk": "^3.21.7", "uuid": "^8.3.1", "xml-js": "^1.6.11" }