From bba09a731e3a2315fb925ec008990b121af41cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 09:29:20 +0000 Subject: [PATCH] chore(deps): bump @clack/prompts from 1.2.0 to 1.3.0 Bumps [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/bombshell-dev/clack/releases) - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md) - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.3.0/packages/prompts) --- updated-dependencies: - dependency-name: "@clack/prompts" dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25e07077..050f55c1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "readme": "README.md", "homepage": "https://github.com/auth0/auth0-deploy-cli#readme", "dependencies": { - "@clack/prompts": "1.2.0", + "@clack/prompts": "1.3.0", "ajv": "^6.12.6", "chalk": "5.6.2", "auth0": "^5.9.0",