From 6d906814d2be625b79350ef1547a02b7214e3166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:24:42 +0000 Subject: [PATCH] Bump ora from 5.4.1 to 8.0.1 in /packages/gitmars Bumps [ora](https://github.com/sindresorhus/ora) from 5.4.1 to 8.0.1. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v5.4.1...v8.0.1) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/gitmars/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 82fba826..130f5b02 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -68,7 +68,7 @@ "lodash-es": "^4.17.21", "lodash-unified": "^1.0.3", "node-apollo": "^1.2.1", - "ora": "^5.4.1", + "ora": "^8.0.1", "os-lang": "^3.2.0", "shelljs": "^0.8.5", "slash": "^3.0.0"