From bab7e0309d640feb773e3ce6eaff4afb44946c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 15:12:31 +0000 Subject: [PATCH] fix(deps): bump @contentstack/cli-launch from 1.9.9 to 1.10.0 Bumps [@contentstack/cli-launch](https://github.com/contentstack/launch-cli) from 1.9.9 to 1.10.0. - [Release notes](https://github.com/contentstack/launch-cli/releases) - [Commits](https://github.com/contentstack/launch-cli/compare/v1.9.9...v1.10.0) --- updated-dependencies: - dependency-name: "@contentstack/cli-launch" dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c30791a..f62e1a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@apollo/client": "^3.14.1", "@contentstack/cli-command": "^1.8.2", - "@contentstack/cli-launch": "^1.9.9", + "@contentstack/cli-launch": "^1.10.0", "@contentstack/cli-utilities": "^1.18.3", "adm-zip": "^0.5.17", "chalk": "^4.1.2", @@ -936,9 +936,9 @@ } }, "node_modules/@contentstack/cli-launch": { - "version": "1.9.9", - "resolved": "https://registry.npmjs.org/@contentstack/cli-launch/-/cli-launch-1.9.9.tgz", - "integrity": "sha512-RwfB4CR4aWqyJX+8Bk8vdjDdyUZTs1LH0ny4A91FkdBK7lDaTOyIIwm2Fha5txw4Og/NVK1XxvaC1wGI5FCbYA==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@contentstack/cli-launch/-/cli-launch-1.10.0.tgz", + "integrity": "sha512-NDeXmdaFS3ZlNYcmyJCaJwwF8ZLCEDciuwe8RZn6HmIFTOFsrqDYTZdcCmE8B6pC+y8n2pD4Pgb9HtzA4W1Alg==", "license": "MIT", "dependencies": { "@apollo/client": "^3.14.0", diff --git a/package.json b/package.json index 561641d..355fbda 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@apollo/client": "^3.14.1", "@contentstack/cli-command": "^1.8.2", - "@contentstack/cli-launch": "^1.9.9", + "@contentstack/cli-launch": "^1.10.0", "@contentstack/cli-utilities": "^1.18.3", "adm-zip": "^0.5.17", "chalk": "^4.1.2",