From 0c6973bc59b89e59a8bf81f413ef773de076de0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 13:30:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20ora=20from=206.2.0?= =?UTF-8?q?=20to=206.3.0=20(#1043)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :arrow_up: Bump ora from 6.2.0 to 6.3.0 Bumps [ora](https://github.com/sindresorhus/ora) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d256349dcc..d4fc3d8b5a 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "inquirer-autocomplete-prompt": "^3.0.0", "meow": "^11.0.0", "node-fetch": "^3.3.1", - "ora": "^6.2.0", + "ora": "^6.3.0", "path-exists": "^5.0.0", "proxy-agent": "5.0.0", "update-notifier": "^6.0.2", diff --git a/yarn.lock b/yarn.lock index 4d0a818b65..7e8273ea9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4000,10 +4000,10 @@ optionator@^0.8.1: type-check "~0.3.2" word-wrap "~1.2.3" -ora@^6.1.2, ora@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/ora/-/ora-6.2.0.tgz#6d727902151d5b1badc599ace4df45a34d53f556" - integrity sha512-c1qb/1rdE+EFDYiLXh10VY459uMh7DN9zlgd8mZJLoeiPpYllN8eAOiih2Rkah5ywxRm5tHN5C9zPheDq8d1MA== +ora@^6.1.2, ora@^6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/ora/-/ora-6.3.0.tgz#a314600999f514a989a0904f5c17c8b7c1f7c878" + integrity sha512-1/D8uRFY0ay2kgBpmAwmSA404w4OoPVhHMqRqtjvrcK/dnzcEZxMJ+V4DUbyICu8IIVRclHcOf5wlD1tMY4GUQ== dependencies: chalk "^5.0.0" cli-cursor "^4.0.0"