From 45c59bc7c375314462c781661e01d0185a4731b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:49:53 +0000 Subject: [PATCH] Bump ora from 5.4.1 to 8.2.0 Bumps [ora](https://github.com/sindresorhus/ora) from 5.4.1 to 8.2.0. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v5.4.1...v8.2.0) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdd535d..b586297 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,6 @@ "inquirer": "^8", "inquirer-autocomplete-prompt": "^2", "lodash.clonedeep": "^4.5.0", - "ora": "^5" + "ora": "^8" } }