diff --git a/package-lock.json b/package-lock.json index 4bc8b3ad..d8aa05df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@nimbella/nimbella-cli", - "version": "4.2.3", + "version": "4.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nimbella/nimbella-cli", - "version": "4.2.3", + "version": "4.2.4", "license": "Apache-2.0", "dependencies": { "@adobe/aio-cli-plugin-runtime": "github:nimbella/aio-cli-plugin-runtime#v2021-11-19-1", "@adobe/aio-lib-core-config": "^2.0.0", "@adobe/aio-lib-runtime": "^3.3.0", - "@nimbella/nimbella-deployer": "4.3.5", + "@nimbella/nimbella-deployer": "4.3.6", "@nimbella/storage": "^0.0.7", "@oclif/command": "^1", "@oclif/config": "^1", @@ -1751,9 +1751,9 @@ "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" }, "node_modules/@nimbella/nimbella-deployer": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/@nimbella/nimbella-deployer/-/nimbella-deployer-4.3.5.tgz", - "integrity": "sha512-jtcf6cg4k0qjf8pSsDtGl6FuAp8fokYiY4PYmJii1bS8SLBYsGb1fY2l++oLddcC4y5oWU8hTwOt2e7TV7fTTg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/@nimbella/nimbella-deployer/-/nimbella-deployer-4.3.6.tgz", + "integrity": "sha512-/cnb3DS3M80FUawzEU0yi6TIRqRUfol/4LHd4APf2526UTxgfl2WRBq27cC+9sNORDBUN21PvB6OgLzwI4n8VQ==", "dependencies": { "@aws-sdk/client-s3": "^3.27.0", "@nimbella/sdk": "^1.3.5", @@ -10952,9 +10952,9 @@ "integrity": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" }, "@nimbella/nimbella-deployer": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/@nimbella/nimbella-deployer/-/nimbella-deployer-4.3.5.tgz", - "integrity": "sha512-jtcf6cg4k0qjf8pSsDtGl6FuAp8fokYiY4PYmJii1bS8SLBYsGb1fY2l++oLddcC4y5oWU8hTwOt2e7TV7fTTg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/@nimbella/nimbella-deployer/-/nimbella-deployer-4.3.6.tgz", + "integrity": "sha512-/cnb3DS3M80FUawzEU0yi6TIRqRUfol/4LHd4APf2526UTxgfl2WRBq27cC+9sNORDBUN21PvB6OgLzwI4n8VQ==", "requires": { "@aws-sdk/client-s3": "^3.27.0", "@nimbella/sdk": "^1.3.5", diff --git a/package.json b/package.json index 720ddd63..e1f85599 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nimbella/nimbella-cli", - "version": "4.2.3", + "version": "4.2.4", "description": "A comprehensive CLI for the Nimbella stack", "main": "lib/index.js", "repository": { @@ -17,7 +17,7 @@ "@adobe/aio-cli-plugin-runtime": "github:nimbella/aio-cli-plugin-runtime#v2021-11-19-1", "@adobe/aio-lib-core-config": "^2.0.0", "@adobe/aio-lib-runtime": "^3.3.0", - "@nimbella/nimbella-deployer": "4.3.5", + "@nimbella/nimbella-deployer": "4.3.6", "@nimbella/storage": "^0.0.7", "@oclif/command": "^1", "@oclif/config": "^1",