From 3fa9152a9f9cd4db38c95cb88cc4878424772382 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:04:38 +0530 Subject: [PATCH] Upgraded latest axios version bump --- package-lock.json | 98 +++++++++---------- packages/contentstack-audit/README.md | 16 +-- packages/contentstack-audit/package.json | 4 +- packages/contentstack-auth/README.md | 2 +- packages/contentstack-auth/package.json | 4 +- packages/contentstack-bootstrap/README.md | 2 +- packages/contentstack-bootstrap/package.json | 4 +- packages/contentstack-branches/README.md | 2 +- packages/contentstack-branches/package.json | 4 +- packages/contentstack-bulk-publish/README.md | 2 +- .../contentstack-bulk-publish/package.json | 4 +- packages/contentstack-clone/README.md | 2 +- packages/contentstack-clone/package.json | 4 +- packages/contentstack-command/package.json | 4 +- packages/contentstack-config/README.md | 2 +- packages/contentstack-config/package.json | 4 +- .../contentstack-export-to-csv/package.json | 4 +- packages/contentstack-export/README.md | 2 +- packages/contentstack-export/package.json | 4 +- packages/contentstack-import/README.md | 2 +- packages/contentstack-import/package.json | 4 +- packages/contentstack-launch/README.md | 2 +- packages/contentstack-launch/package.json | 4 +- packages/contentstack-migrate-rte/README.md | 2 +- .../contentstack-migrate-rte/package.json | 4 +- packages/contentstack-migration/README.md | 2 +- packages/contentstack-migration/package.json | 4 +- packages/contentstack-seed/package.json | 6 +- packages/contentstack-utilities/package.json | 4 +- packages/contentstack/README.md | 43 +++++--- packages/contentstack/package.json | 32 +++--- pnpm-lock.yaml | 66 ++++++------- 32 files changed, 178 insertions(+), 165 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcef3850b3..77975e6616 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24468,22 +24468,22 @@ "version": "1.24.0", "license": "MIT", "dependencies": { - "@contentstack/cli-audit": "~1.6.5", - "@contentstack/cli-auth": "~1.3.20", - "@contentstack/cli-cm-bootstrap": "~1.10.0", - "@contentstack/cli-cm-branches": "~1.1.2", - "@contentstack/cli-cm-bulk-publish": "~1.4.8", - "@contentstack/cli-cm-clone": "~1.10.7", - "@contentstack/cli-cm-export": "~1.11.6", - "@contentstack/cli-cm-export-to-csv": "~1.7.2", - "@contentstack/cli-cm-import": "~1.16.5", - "@contentstack/cli-cm-migrate-rte": "~1.4.18", - "@contentstack/cli-cm-seed": "~1.7.8", - "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-config": "~1.7.0", - "@contentstack/cli-launch": "~1.2.0", - "@contentstack/cli-migration": "~1.6.1", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-audit": "~1.6.6", + "@contentstack/cli-auth": "~1.3.21", + "@contentstack/cli-cm-bootstrap": "~1.10.1", + "@contentstack/cli-cm-branches": "~1.1.3", + "@contentstack/cli-cm-bulk-publish": "~1.4.9", + "@contentstack/cli-cm-clone": "~1.10.8", + "@contentstack/cli-cm-export": "~1.11.7", + "@contentstack/cli-cm-export-to-csv": "~1.7.3", + "@contentstack/cli-cm-import": "~1.16.6", + "@contentstack/cli-cm-migrate-rte": "~1.4.19", + "@contentstack/cli-cm-seed": "~1.7.10", + "@contentstack/cli-command": "~1.2.20", + "@contentstack/cli-config": "~1.7.1", + "@contentstack/cli-launch": "~1.2.1", + "@contentstack/cli-migration": "~1.6.2", + "@contentstack/cli-utilities": "~1.7.2", "@contentstack/management": "~1.17.0", "@oclif/core": "^3.26.5", "@oclif/plugin-help": "^5", @@ -24533,11 +24533,11 @@ }, "packages/contentstack-audit": { "name": "@contentstack/cli-audit", - "version": "1.6.5", + "version": "1.6.6", "license": "MIT", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^5.0.0", "chalk": "^4.1.2", @@ -24823,11 +24823,11 @@ }, "packages/contentstack-auth": { "name": "@contentstack/cli-auth", - "version": "1.3.20", + "version": "1.3.21", "license": "MIT", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "chalk": "^4.0.0", "debug": "^4.1.1", "inquirer": "8.2.4", @@ -24864,12 +24864,12 @@ }, "packages/contentstack-bootstrap": { "name": "@contentstack/cli-cm-bootstrap", - "version": "1.10.0", + "version": "1.10.1", "license": "MIT", "dependencies": { "@contentstack/cli-cm-seed": "~1.7.6", "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "inquirer": "8.2.4", "mkdirp": "^1.0.4", "tar": "^6.2.1 " @@ -24943,11 +24943,11 @@ }, "packages/contentstack-branches": { "name": "@contentstack/cli-cm-branches", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@oclif/core": "^3.26.5", "async": "^3.2.4", "big-json": "^3.2.0", @@ -24992,11 +24992,11 @@ }, "packages/contentstack-bulk-publish": { "name": "@contentstack/cli-cm-bulk-publish", - "version": "1.4.8", + "version": "1.4.9", "license": "MIT", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "bluebird": "^3.7.2", "chalk": "^4.1.2", "dotenv": "^16.1.4", @@ -25029,14 +25029,14 @@ }, "packages/contentstack-clone": { "name": "@contentstack/cli-cm-clone", - "version": "1.10.7", + "version": "1.10.8", "license": "MIT", "dependencies": { "@colors/colors": "^1.5.0", "@contentstack/cli-cm-export": "~1.11.6", "@contentstack/cli-cm-import": "~1.16.5", "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "async": "^3.2.4", "chalk": "^4.1.0", "child_process": "^1.0.2", @@ -25134,10 +25134,10 @@ }, "packages/contentstack-command": { "name": "@contentstack/cli-command", - "version": "1.2.19", + "version": "1.2.20", "license": "MIT", "dependencies": { - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "contentstack": "^3.10.1" }, "devDependencies": { @@ -25208,11 +25208,11 @@ }, "packages/contentstack-config": { "name": "@contentstack/cli-config", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "chalk": "^4.0.0", "debug": "^4.1.1", "inquirer": "8.2.4", @@ -25593,11 +25593,11 @@ }, "packages/contentstack-export": { "name": "@contentstack/cli-cm-export", - "version": "1.11.6", + "version": "1.11.7", "license": "MIT", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@oclif/core": "^3.26.5", "async": "^3.2.4", "big-json": "^3.2.0", @@ -25643,11 +25643,11 @@ }, "packages/contentstack-export-to-csv": { "name": "@contentstack/cli-cm-export-to-csv", - "version": "1.7.2", + "version": "1.7.3", "license": "MIT", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "chalk": "^4.1.0", "fast-csv": "^4.3.6", "inquirer": "8.2.4", @@ -26143,12 +26143,12 @@ }, "packages/contentstack-import": { "name": "@contentstack/cli-cm-import", - "version": "1.16.5", + "version": "1.16.6", "license": "MIT", "dependencies": { "@contentstack/cli-audit": "~1.6.5", "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@contentstack/management": "~1.17.0", "@oclif/core": "^3.26.5", "big-json": "^3.2.0", @@ -26266,12 +26266,12 @@ }, "packages/contentstack-launch": { "name": "@contentstack/cli-launch", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "@apollo/client": "^3.7.9", "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@oclif/core": "^3.26.5", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^5.0.0", @@ -26564,11 +26564,11 @@ }, "packages/contentstack-migrate-rte": { "name": "@contentstack/cli-cm-migrate-rte", - "version": "1.4.18", + "version": "1.4.19", "license": "MIT", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@contentstack/json-rte-serializer": "~2.0.4", "chalk": "^4.1.2", "collapse-whitespace": "^1.1.7", @@ -26603,11 +26603,11 @@ }, "packages/contentstack-migration": { "name": "@contentstack/cli-migration", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "async": "^3.2.4", "callsites": "^3.1.0", "cardinal": "^2.1.1", @@ -26636,12 +26636,12 @@ }, "packages/contentstack-seed": { "name": "@contentstack/cli-cm-seed", - "version": "1.7.8", + "version": "1.7.10", "license": "MIT", "dependencies": { "@contentstack/cli-cm-import": "~1.16.5", "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "inquirer": "8.2.4", "mkdirp": "^1.0.4", "tar": "^6.1.13", @@ -26656,7 +26656,7 @@ "@types/node": "^14.14.32", "@types/tar": "^6.1.3", "@types/tmp": "^0.2.0", - "axios": "^1.6.4", + "axios": "^1.7.4", "eslint": "^8.18.0", "eslint-config-oclif": "^4.0.0", "eslint-config-oclif-typescript": "^3.0.8", @@ -26717,13 +26717,13 @@ }, "packages/contentstack-utilities": { "name": "@contentstack/cli-utilities", - "version": "1.7.1", + "version": "1.7.2", "license": "MIT", "dependencies": { "@contentstack/management": "~1.17.0", "@contentstack/marketplace-sdk": "^1.2.1", "@oclif/core": "^3.26.5", - "axios": "^1.6.4", + "axios": "^1.7.4", "chalk": "^4.0.0", "cli-cursor": "^3.1.0", "cli-table": "^0.3.11", diff --git a/packages/contentstack-audit/README.md b/packages/contentstack-audit/README.md index ef7102445d..7a4e477a3b 100644 --- a/packages/contentstack-audit/README.md +++ b/packages/contentstack-audit/README.md @@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit $ csdx COMMAND running command... $ csdx (--version|-v) -@contentstack/cli-audit/1.6.5 darwin-arm64 node-v22.2.0 +@contentstack/cli-audit/1.6.6 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND @@ -267,7 +267,7 @@ EXAMPLES $ csdx plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/index.ts)_ ## `csdx plugins:add PLUGIN` @@ -341,7 +341,7 @@ EXAMPLES $ csdx plugins:inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/inspect.ts)_ ## `csdx plugins:install PLUGIN` @@ -390,7 +390,7 @@ EXAMPLES $ csdx plugins:install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/install.ts)_ ## `csdx plugins:link PATH` @@ -420,7 +420,7 @@ EXAMPLES $ csdx plugins:link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/link.ts)_ ## `csdx plugins:remove [PLUGIN]` @@ -461,7 +461,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/reset.ts)_ ## `csdx plugins:uninstall [PLUGIN]` @@ -489,7 +489,7 @@ EXAMPLES $ csdx plugins:uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/uninstall.ts)_ ## `csdx plugins:unlink [PLUGIN]` @@ -533,5 +533,5 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/update.ts)_ diff --git a/packages/contentstack-audit/package.json b/packages/contentstack-audit/package.json index 8a9278808f..c5d42d8dc3 100644 --- a/packages/contentstack-audit/package.json +++ b/packages/contentstack-audit/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/cli-audit", - "version": "1.6.5", + "version": "1.6.6", "description": "Contentstack audit plugin", "author": "Contentstack CLI", "homepage": "https://github.com/contentstack/cli", @@ -19,7 +19,7 @@ ], "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^5.0.0", "chalk": "^4.1.2", diff --git a/packages/contentstack-auth/README.md b/packages/contentstack-auth/README.md index bff8e0b59e..f4f077e0e9 100644 --- a/packages/contentstack-auth/README.md +++ b/packages/contentstack-auth/README.md @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-auth/1.3.20 darwin-arm64 node-v22.2.0 +@contentstack/cli-auth/1.3.21 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-auth/package.json b/packages/contentstack-auth/package.json index fcba229670..d71c4a6642 100644 --- a/packages/contentstack-auth/package.json +++ b/packages/contentstack-auth/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-auth", "description": "Contentstack CLI plugin for authentication activities", - "version": "1.3.20", + "version": "1.3.21", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "scripts": { @@ -23,7 +23,7 @@ }, "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "chalk": "^4.0.0", "debug": "^4.1.1", "inquirer": "8.2.4", diff --git a/packages/contentstack-bootstrap/README.md b/packages/contentstack-bootstrap/README.md index 982912d9ae..9feccf6a21 100644 --- a/packages/contentstack-bootstrap/README.md +++ b/packages/contentstack-bootstrap/README.md @@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-bootstrap/1.10.0 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-bootstrap/1.10.1 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-bootstrap/package.json b/packages/contentstack-bootstrap/package.json index 8254ee5dc1..0f66676259 100644 --- a/packages/contentstack-bootstrap/package.json +++ b/packages/contentstack-bootstrap/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-cm-bootstrap", "description": "Bootstrap contentstack apps", - "version": "1.10.0", + "version": "1.10.1", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "scripts": { @@ -19,7 +19,7 @@ "dependencies": { "@contentstack/cli-cm-seed": "~1.7.6", "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "inquirer": "8.2.4", "mkdirp": "^1.0.4", "tar": "^6.2.1 " diff --git a/packages/contentstack-branches/README.md b/packages/contentstack-branches/README.md index 673060ad8f..112e2319a9 100755 --- a/packages/contentstack-branches/README.md +++ b/packages/contentstack-branches/README.md @@ -37,7 +37,7 @@ $ npm install -g @contentstack/cli-cm-branches $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-branches/1.1.2 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-branches/1.1.3 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-branches/package.json b/packages/contentstack-branches/package.json index 0c9a9ac628..ca36d90cf6 100644 --- a/packages/contentstack-branches/package.json +++ b/packages/contentstack-branches/package.json @@ -1,12 +1,12 @@ { "name": "@contentstack/cli-cm-branches", "description": "Contentstack CLI plugin to do branches operations", - "version": "1.1.2", + "version": "1.1.3", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@oclif/core": "^3.26.5", "async": "^3.2.4", "big-json": "^3.2.0", diff --git a/packages/contentstack-bulk-publish/README.md b/packages/contentstack-bulk-publish/README.md index 7780bea08b..fb227ea3e5 100644 --- a/packages/contentstack-bulk-publish/README.md +++ b/packages/contentstack-bulk-publish/README.md @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-cm-bulk-publish $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-bulk-publish/1.4.8 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-bulk-publish/1.4.9 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-bulk-publish/package.json b/packages/contentstack-bulk-publish/package.json index 82a56023c4..a9e6fa4350 100644 --- a/packages/contentstack-bulk-publish/package.json +++ b/packages/contentstack-bulk-publish/package.json @@ -1,12 +1,12 @@ { "name": "@contentstack/cli-cm-bulk-publish", "description": "Contentstack CLI plugin for bulk publish actions", - "version": "1.4.8", + "version": "1.4.9", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "bluebird": "^3.7.2", "chalk": "^4.1.2", "dotenv": "^16.1.4", diff --git a/packages/contentstack-clone/README.md b/packages/contentstack-clone/README.md index bcf3d75ec8..81d6438270 100644 --- a/packages/contentstack-clone/README.md +++ b/packages/contentstack-clone/README.md @@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-clone/1.10.7 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-clone/1.10.8 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-clone/package.json b/packages/contentstack-clone/package.json index bc8f328f6a..64e6903c27 100644 --- a/packages/contentstack-clone/package.json +++ b/packages/contentstack-clone/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-cm-clone", "description": "Contentstack stack clone plugin", - "version": "1.10.7", + "version": "1.10.8", "author": "Contentstack", "bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues", "dependencies": { @@ -9,7 +9,7 @@ "@contentstack/cli-cm-export": "~1.11.6", "@contentstack/cli-cm-import": "~1.16.5", "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "async": "^3.2.4", "chalk": "^4.1.0", "child_process": "^1.0.2", diff --git a/packages/contentstack-command/package.json b/packages/contentstack-command/package.json index 081101add2..18f4fa19ed 100644 --- a/packages/contentstack-command/package.json +++ b/packages/contentstack-command/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-command", "description": "Contentstack CLI plugin for configuration", - "version": "1.2.19", + "version": "1.2.20", "author": "Contentstack", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -17,7 +17,7 @@ "format": "eslint src/**/*.ts --fix" }, "dependencies": { - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "contentstack": "^3.10.1" }, "devDependencies": { diff --git a/packages/contentstack-config/README.md b/packages/contentstack-config/README.md index 2e1d6989b4..d27edd17ff 100644 --- a/packages/contentstack-config/README.md +++ b/packages/contentstack-config/README.md @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-config/1.7.0 darwin-arm64 node-v22.2.0 +@contentstack/cli-config/1.7.1 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-config/package.json b/packages/contentstack-config/package.json index 51e47627bb..830eb18258 100644 --- a/packages/contentstack-config/package.json +++ b/packages/contentstack-config/package.json @@ -1,7 +1,7 @@ { "name": "@contentstack/cli-config", "description": "Contentstack CLI plugin for configuration", - "version": "1.7.0", + "version": "1.7.1", "author": "Contentstack", "scripts": { "build": "npm run clean && npm run compile", @@ -22,7 +22,7 @@ }, "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "chalk": "^4.0.0", "debug": "^4.1.1", "inquirer": "8.2.4", diff --git a/packages/contentstack-export-to-csv/package.json b/packages/contentstack-export-to-csv/package.json index 9eafbde784..537a50db4c 100644 --- a/packages/contentstack-export-to-csv/package.json +++ b/packages/contentstack-export-to-csv/package.json @@ -1,12 +1,12 @@ { "name": "@contentstack/cli-cm-export-to-csv", "description": "Export entities to csv", - "version": "1.7.2", + "version": "1.7.3", "author": "Abhinav Gupta @abhinav-from-contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "chalk": "^4.1.0", "fast-csv": "^4.3.6", "inquirer": "8.2.4", diff --git a/packages/contentstack-export/README.md b/packages/contentstack-export/README.md index ab26c0cdbf..f75e70b9ec 100755 --- a/packages/contentstack-export/README.md +++ b/packages/contentstack-export/README.md @@ -48,7 +48,7 @@ $ npm install -g @contentstack/cli-cm-export $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-export/1.11.6 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-export/1.11.7 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-export/package.json b/packages/contentstack-export/package.json index 91fcf3279d..3728712abc 100644 --- a/packages/contentstack-export/package.json +++ b/packages/contentstack-export/package.json @@ -1,12 +1,12 @@ { "name": "@contentstack/cli-cm-export", "description": "Contentstack CLI plugin to export content from stack", - "version": "1.11.6", + "version": "1.11.7", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@oclif/core": "^3.26.5", "async": "^3.2.4", "big-json": "^3.2.0", diff --git a/packages/contentstack-import/README.md b/packages/contentstack-import/README.md index f3115714da..19329d9eb3 100644 --- a/packages/contentstack-import/README.md +++ b/packages/contentstack-import/README.md @@ -47,7 +47,7 @@ $ npm install -g @contentstack/cli-cm-import $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-import/1.16.5 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-import/1.16.6 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-import/package.json b/packages/contentstack-import/package.json index 419c435d7b..752d27cc6d 100644 --- a/packages/contentstack-import/package.json +++ b/packages/contentstack-import/package.json @@ -1,13 +1,13 @@ { "name": "@contentstack/cli-cm-import", "description": "Contentstack CLI plugin to import content into stack", - "version": "1.16.5", + "version": "1.16.6", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { "@contentstack/cli-audit": "~1.6.5", "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@contentstack/management": "~1.17.0", "@oclif/core": "^3.26.5", "big-json": "^3.2.0", diff --git a/packages/contentstack-launch/README.md b/packages/contentstack-launch/README.md index 0a56303813..6d95283d45 100755 --- a/packages/contentstack-launch/README.md +++ b/packages/contentstack-launch/README.md @@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-launch $ csdx COMMAND running command... $ csdx (--version|-v) -@contentstack/cli-launch/1.2.0 darwin-arm64 node-v22.2.0 +@contentstack/cli-launch/1.2.1 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-launch/package.json b/packages/contentstack-launch/package.json index 3a7b8ad78a..66f8aeb1c2 100755 --- a/packages/contentstack-launch/package.json +++ b/packages/contentstack-launch/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/cli-launch", - "version": "1.2.0", + "version": "1.2.1", "description": "Launch related operations", "author": "Contentstack CLI", "bin": { @@ -19,7 +19,7 @@ "dependencies": { "@apollo/client": "^3.7.9", "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@oclif/core": "^3.26.5", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^5.0.0", diff --git a/packages/contentstack-migrate-rte/README.md b/packages/contentstack-migrate-rte/README.md index 3fe7b44562..ddf82d92df 100644 --- a/packages/contentstack-migrate-rte/README.md +++ b/packages/contentstack-migrate-rte/README.md @@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-migrate-rte $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-cm-migrate-rte/1.4.18 darwin-arm64 node-v22.2.0 +@contentstack/cli-cm-migrate-rte/1.4.19 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-migrate-rte/package.json b/packages/contentstack-migrate-rte/package.json index 48a8151e19..66a4cb3186 100644 --- a/packages/contentstack-migrate-rte/package.json +++ b/packages/contentstack-migrate-rte/package.json @@ -1,12 +1,12 @@ { "name": "@contentstack/cli-cm-migrate-rte", "description": "Contentstack CLI plugin to migrate HTML RTE to JSON RTE", - "version": "1.4.18", + "version": "1.4.19", "author": "contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "@contentstack/json-rte-serializer": "~2.0.4", "collapse-whitespace": "^1.1.7", "chalk": "^4.1.2", diff --git a/packages/contentstack-migration/README.md b/packages/contentstack-migration/README.md index a5148be25b..f5ca8616ec 100644 --- a/packages/contentstack-migration/README.md +++ b/packages/contentstack-migration/README.md @@ -21,7 +21,7 @@ $ npm install -g @contentstack/cli-migration $ csdx COMMAND running command... $ csdx (--version) -@contentstack/cli-migration/1.6.1 darwin-arm64 node-v22.2.0 +@contentstack/cli-migration/1.6.2 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND diff --git a/packages/contentstack-migration/package.json b/packages/contentstack-migration/package.json index dd7548e741..1aa787ca4a 100644 --- a/packages/contentstack-migration/package.json +++ b/packages/contentstack-migration/package.json @@ -1,11 +1,11 @@ { "name": "@contentstack/cli-migration", - "version": "1.6.1", + "version": "1.6.2", "author": "@contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "async": "^3.2.4", "callsites": "^3.1.0", "cardinal": "^2.1.1", diff --git a/packages/contentstack-seed/package.json b/packages/contentstack-seed/package.json index 140880ded0..006dbbc40e 100644 --- a/packages/contentstack-seed/package.json +++ b/packages/contentstack-seed/package.json @@ -1,13 +1,13 @@ { "name": "@contentstack/cli-cm-seed", "description": "create a Stack from existing content types, entries, assets, etc.", - "version": "1.7.8", + "version": "1.7.10", "author": "Contentstack", "bugs": "https://github.com/contentstack/cli/issues", "dependencies": { "@contentstack/cli-cm-import": "~1.16.5", "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-utilities": "~1.7.2", "inquirer": "8.2.4", "mkdirp": "^1.0.4", "tar": "^6.1.13", @@ -22,7 +22,7 @@ "@types/node": "^14.14.32", "@types/tar": "^6.1.3", "@types/tmp": "^0.2.0", - "axios": "^1.6.4", + "axios": "^1.7.4", "eslint": "^8.18.0", "eslint-config-oclif": "^4.0.0", "eslint-config-oclif-typescript": "^3.0.8", diff --git a/packages/contentstack-utilities/package.json b/packages/contentstack-utilities/package.json index bc98a3f7a9..0f0be777c7 100644 --- a/packages/contentstack-utilities/package.json +++ b/packages/contentstack-utilities/package.json @@ -1,6 +1,6 @@ { "name": "@contentstack/cli-utilities", - "version": "1.7.1", + "version": "1.7.2", "description": "Utilities for contentstack projects", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,7 +35,7 @@ "@contentstack/management": "~1.17.0", "@contentstack/marketplace-sdk": "^1.2.1", "@oclif/core": "^3.26.5", - "axios": "^1.6.4", + "axios": "^1.7.4", "chalk": "^4.0.0", "cli-cursor": "^3.1.0", "cli-table": "^0.3.11", diff --git a/packages/contentstack/README.md b/packages/contentstack/README.md index b9bf9f6e5a..bc19d2b47c 100644 --- a/packages/contentstack/README.md +++ b/packages/contentstack/README.md @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli $ csdx COMMAND running command... $ csdx (--version|-v) -@contentstack/cli/1.23.0 darwin-arm64 node-v22.2.0 +@contentstack/cli/1.24.0 darwin-arm64 node-v22.2.0 $ csdx --help [COMMAND] USAGE $ csdx COMMAND @@ -3161,18 +3161,23 @@ Set region for CLI ``` USAGE - $ csdx config:set:region [REGION] [-d -m --ui-host -n ] + $ csdx config:set:region [REGION] [-d -m --ui-host -n ] [--developer-hub ] + [--personalize ] [--launch ] ARGUMENTS REGION Name for the region FLAGS - -d, --cda= Custom host to set for content delivery API, if this flag is added then cma, ui-host and name - flags are required - -m, --cma= Custom host to set for content management API, , if this flag is added then cda, ui-host and - name flags are required - -n, --name= Name for the region, if this flag is added then cda, cma and ui-host flags are required - --ui-host= Custom UI host to set for CLI, if this flag is added then cda, cma and name flags are required + -d, --cda= Custom host to set for content delivery API, if this flag is added then cma, ui-host and + name flags are required + -m, --cma= Custom host to set for content management API, , if this flag is added then cda, ui-host + and name flags are required + -n, --name= Name for the region, if this flag is added then cda, cma and ui-host flags are required + --developer-hub= Custom host to set for developer hub API + --launch= Custom host to set for launch API + --personalize= Custom host to set for personalization API + --ui-host= Custom UI host to set for CLI, if this flag is added then cda, cma and name flags are + required DESCRIPTION Set region for CLI @@ -3191,6 +3196,14 @@ EXAMPLES $ csdx config:set:region GCP-NA $ csdx config:set:region --cma --cda --ui-host --name "India" + + $ csdx config:set:region --cma --cda --ui-host --name "India" --developer-hub + + $ csdx config:set:region --cma --cda --ui-host --name "India" --personalize + + $ csdx config:set:region --cma --cda --ui-host --name "India" --launch + + $ csdx config:set:region --cda --cma --ui-host --name "India" --developer-hub --personalize --launch ``` _See code: [@contentstack/cli-config](https://github.com/contentstack/cli/blob/main/packages/contentstack-config/src/commands/config/set/region.ts)_ @@ -3510,7 +3523,7 @@ EXAMPLES $ csdx plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/index.ts)_ ## `csdx plugins:add PLUGIN` @@ -3584,7 +3597,7 @@ EXAMPLES $ csdx plugins:inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/inspect.ts)_ ## `csdx plugins:install PLUGIN` @@ -3633,7 +3646,7 @@ EXAMPLES $ csdx plugins:install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/install.ts)_ ## `csdx plugins:link PATH` @@ -3663,7 +3676,7 @@ EXAMPLES $ csdx plugins:link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/link.ts)_ ## `csdx plugins:remove [PLUGIN]` @@ -3704,7 +3717,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/reset.ts)_ ## `csdx plugins:uninstall [PLUGIN]` @@ -3732,7 +3745,7 @@ EXAMPLES $ csdx plugins:uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/uninstall.ts)_ ## `csdx plugins:unlink [PLUGIN]` @@ -3776,7 +3789,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/update.ts)_ ## `csdx tokens` diff --git a/packages/contentstack/package.json b/packages/contentstack/package.json index 5dd28bf650..9727c407bc 100755 --- a/packages/contentstack/package.json +++ b/packages/contentstack/package.json @@ -22,22 +22,22 @@ "prepack": "pnpm compile && oclif manifest && oclif readme" }, "dependencies": { - "@contentstack/cli-audit": "~1.6.5", - "@contentstack/cli-auth": "~1.3.20", - "@contentstack/cli-cm-bootstrap": "~1.10.0", - "@contentstack/cli-cm-branches": "~1.1.2", - "@contentstack/cli-cm-bulk-publish": "~1.4.8", - "@contentstack/cli-cm-export": "~1.11.6", - "@contentstack/cli-cm-clone": "~1.10.7", - "@contentstack/cli-cm-export-to-csv": "~1.7.2", - "@contentstack/cli-cm-import": "~1.16.5", - "@contentstack/cli-cm-migrate-rte": "~1.4.18", - "@contentstack/cli-cm-seed": "~1.7.8", - "@contentstack/cli-command": "~1.2.19", - "@contentstack/cli-config": "~1.7.0", - "@contentstack/cli-launch": "~1.2.0", - "@contentstack/cli-migration": "~1.6.1", - "@contentstack/cli-utilities": "~1.7.1", + "@contentstack/cli-audit": "~1.6.6", + "@contentstack/cli-auth": "~1.3.21", + "@contentstack/cli-cm-bootstrap": "~1.10.1", + "@contentstack/cli-cm-branches": "~1.1.3", + "@contentstack/cli-cm-bulk-publish": "~1.4.9", + "@contentstack/cli-cm-export": "~1.11.7", + "@contentstack/cli-cm-clone": "~1.10.8", + "@contentstack/cli-cm-export-to-csv": "~1.7.3", + "@contentstack/cli-cm-import": "~1.16.6", + "@contentstack/cli-cm-migrate-rte": "~1.4.19", + "@contentstack/cli-cm-seed": "~1.7.10", + "@contentstack/cli-command": "~1.2.20", + "@contentstack/cli-config": "~1.7.1", + "@contentstack/cli-launch": "~1.2.1", + "@contentstack/cli-migration": "~1.6.2", + "@contentstack/cli-utilities": "~1.7.2", "@contentstack/management": "~1.17.0", "@oclif/core": "^3.26.5", "@oclif/plugin-help": "^5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 930ac870e0..ad40ac9be1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,22 +10,22 @@ importers: packages/contentstack: specifiers: - '@contentstack/cli-audit': ~1.6.5 - '@contentstack/cli-auth': ~1.3.20 - '@contentstack/cli-cm-bootstrap': ~1.10.0 - '@contentstack/cli-cm-branches': ~1.1.2 - '@contentstack/cli-cm-bulk-publish': ~1.4.8 - '@contentstack/cli-cm-clone': ~1.10.7 - '@contentstack/cli-cm-export': ~1.11.6 - '@contentstack/cli-cm-export-to-csv': ~1.7.2 - '@contentstack/cli-cm-import': ~1.16.5 - '@contentstack/cli-cm-migrate-rte': ~1.4.18 - '@contentstack/cli-cm-seed': ~1.7.8 - '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-config': ~1.7.0 - '@contentstack/cli-launch': ~1.2.0 - '@contentstack/cli-migration': ~1.6.1 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-audit': ~1.6.6 + '@contentstack/cli-auth': ~1.3.21 + '@contentstack/cli-cm-bootstrap': ~1.10.1 + '@contentstack/cli-cm-branches': ~1.1.3 + '@contentstack/cli-cm-bulk-publish': ~1.4.9 + '@contentstack/cli-cm-clone': ~1.10.8 + '@contentstack/cli-cm-export': ~1.11.7 + '@contentstack/cli-cm-export-to-csv': ~1.7.3 + '@contentstack/cli-cm-import': ~1.16.6 + '@contentstack/cli-cm-migrate-rte': ~1.4.19 + '@contentstack/cli-cm-seed': ~1.7.10 + '@contentstack/cli-command': ~1.2.20 + '@contentstack/cli-config': ~1.7.1 + '@contentstack/cli-launch': ~1.2.1 + '@contentstack/cli-migration': ~1.6.2 + '@contentstack/cli-utilities': ~1.7.2 '@contentstack/management': ~1.17.0 '@oclif/core': ^3.26.5 '@oclif/plugin-help': ^5 @@ -123,7 +123,7 @@ importers: specifiers: '@contentstack/cli-command': ~1.2.19 '@contentstack/cli-dev-dependencies': ^1.2.4 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/plugin-help': ^5 '@oclif/plugin-plugins': ^5.0.0 '@oclif/test': ^2.5.6 @@ -187,7 +187,7 @@ importers: packages/contentstack-auth: specifiers: '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@fancy-test/nock': ^0.1.1 '@oclif/plugin-help': ^5.1.19 '@oclif/test': ^2.5.6 @@ -251,7 +251,7 @@ importers: specifiers: '@contentstack/cli-cm-seed': ~1.7.6 '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/test': ^2.5.6 '@types/inquirer': ^9.0.3 '@types/mkdirp': ^1.0.1 @@ -304,7 +304,7 @@ importers: '@contentstack/cli-command': ~1.2.19 '@contentstack/cli-config': ~1.7.0 '@contentstack/cli-dev-dependencies': ~1.2.4 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/core': ^3.26.5 '@oclif/plugin-help': ^5.1.19 '@oclif/test': ^2.5.6 @@ -380,7 +380,7 @@ importers: packages/contentstack-bulk-publish: specifiers: '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/test': ^2.5.6 bluebird: ^3.7.2 chai: ^4.2.0 @@ -426,7 +426,7 @@ importers: '@contentstack/cli-cm-export': ~1.11.6 '@contentstack/cli-cm-import': ~1.16.5 '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/test': ^2.5.6 async: ^3.2.4 chai: ^4.2.0 @@ -479,7 +479,7 @@ importers: packages/contentstack-command: specifiers: - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/test': ^2.5.6 '@types/chai': ^4.2.18 '@types/mkdirp': ^1.0.1 @@ -521,7 +521,7 @@ importers: packages/contentstack-config: specifiers: '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/test': ^2.5.6 '@types/chai': ^4.2.18 '@types/inquirer': ^9.0.3 @@ -610,7 +610,7 @@ importers: '@contentstack/cli-command': ~1.2.19 '@contentstack/cli-config': ~1.7.0 '@contentstack/cli-dev-dependencies': ~1.2.4 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/core': ^3.26.5 '@oclif/plugin-help': ^5.1.19 '@oclif/test': ^2.5.6 @@ -688,7 +688,7 @@ importers: packages/contentstack-export-to-csv: specifiers: '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/test': ^2.5.6 '@types/chai': ^4.3.6 '@types/mocha': ^10.0.1 @@ -732,7 +732,7 @@ importers: specifiers: '@contentstack/cli-audit': ~1.6.5 '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@contentstack/management': ~1.17.0 '@oclif/core': ^3.26.5 '@oclif/test': ^2.5.6 @@ -821,7 +821,7 @@ importers: specifiers: '@apollo/client': ^3.7.9 '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/core': ^3.26.5 '@oclif/plugin-help': ^5 '@oclif/plugin-plugins': ^5.0.0 @@ -897,7 +897,7 @@ importers: packages/contentstack-migrate-rte: specifiers: '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@contentstack/json-rte-serializer': ~2.0.4 '@oclif/test': ^2.5.6 chai: ^4.3.4 @@ -944,7 +944,7 @@ importers: packages/contentstack-migration: specifiers: '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/test': ^2.5.6 async: ^3.2.4 callsites: ^3.1.0 @@ -992,7 +992,7 @@ importers: specifiers: '@contentstack/cli-cm-import': ~1.16.5 '@contentstack/cli-command': ~1.2.19 - '@contentstack/cli-utilities': ~1.7.1 + '@contentstack/cli-utilities': ~1.7.2 '@oclif/plugin-help': ^5.1.19 '@types/inquirer': ^9.0.3 '@types/jest': ^26.0.15 @@ -1000,7 +1000,7 @@ importers: '@types/node': ^14.14.32 '@types/tar': ^6.1.3 '@types/tmp': ^0.2.0 - axios: ^1.6.4 + axios: ^1.7.4 eslint: ^8.18.0 eslint-config-oclif: ^4.0.0 eslint-config-oclif-typescript: ^3.0.8 @@ -1057,7 +1057,7 @@ importers: '@types/node': ^14.14.32 '@types/sinon': ^10.0.2 '@types/traverse': ^0.6.34 - axios: ^1.6.4 + axios: ^1.7.4 chai: ^4.3.4 chalk: ^4.0.0 cli-cursor: ^3.1.0