diff --git a/package-lock.json b/package-lock.json index 1e40d9b..fcb118a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.2.2", "license": "MIT", "dependencies": { - "@contentstack/cli-command": "^1.2.19", + "@contentstack/cli-command": "^1.3.2", "@contentstack/cli-utilities": "^1.6.2", "@types/diff2html": "^3.0.0", "@types/git-diff": "^2.0.7", @@ -653,11 +653,12 @@ } }, "node_modules/@contentstack/cli-command": { - "version": "1.2.19", - "resolved": "https://registry.npmjs.org/@contentstack/cli-command/-/cli-command-1.2.19.tgz", - "integrity": "sha512-/n1xmcYTkDxqAhc4gjPgVJxc6WpBQohG23IyminwP1ZG2JLTin1/0tWGaZl1LO9cCQlAbpgVLjOIwF39qXHL9g==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@contentstack/cli-command/-/cli-command-1.3.2.tgz", + "integrity": "sha512-LcggB2G4DeoTEbUmexAcQnBJjbR0cy3arzLD901p2yPmVx09HCD8g68WSqWPFNY6yg7zu2ln1vNgZ7y/Pqx5NA==", + "license": "MIT", "dependencies": { - "@contentstack/cli-utilities": "~1.7.0", + "@contentstack/cli-utilities": "~1.8.0", "contentstack": "^3.10.1" }, "engines": { @@ -665,19 +666,21 @@ } }, "node_modules/@contentstack/cli-utilities": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@contentstack/cli-utilities/-/cli-utilities-1.7.1.tgz", - "integrity": "sha512-n/Rf7h6t7qZxmiH0/OC2i7X0hrmh/HKc7iP3oCoSJ9sPetUcYS1BZUEDI8UKrlEjlmMNPAUai+4bG0dxxG9sbg==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@contentstack/cli-utilities/-/cli-utilities-1.8.0.tgz", + "integrity": "sha512-EeyHNTzTKaY7xtHYjIztGWXHWBajCLOHkbEx3wBHnmV8QoXs8I9JqpEtiIZP36o16EuQhzwFhPwoqANdTgOIow==", + "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", "conf": "^10.2.0", "debug": "^4.1.1", + "dotenv": "^16.4.5", "figures": "^3.2.0", "inquirer": "8.2.4", "inquirer-search-checkbox": "^1.0.0", @@ -4897,6 +4900,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/dotenv": { + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, "node_modules/eastasianwidth": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", diff --git a/package.json b/package.json index c2abac5..66ba527 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Michael Davis", "bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-content-type/issues", "dependencies": { - "@contentstack/cli-command": "^1.2.19", + "@contentstack/cli-command": "^1.3.2", "@contentstack/cli-utilities": "^1.6.2", "@types/diff2html": "^3.0.0", "@types/git-diff": "^2.0.7",