From d015a502db82758ec75e8a0118deec6fcf59beb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 11:26:41 -0400 Subject: [PATCH] Bump ora from 6.3.0 to 6.3.1 (#524) * Bump ora from 6.3.0 to 6.3.1 Bumps [ora](https://github.com/sindresorhus/ora) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](https://github.com/sindresorhus/ora/compare/v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: ora dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca634a6a..a7cc5031e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added ### Dependencies - Bumps `prettier` from 2.8.7 to 2.8.8 -- Bumps `ora` from 6.1.2 to 6.3.0 +- Bumps `ora` from 6.1.2 to 6.3.1 - Bumps `@types/node` from 18.15.11 to 18.16.0 - Bumps `eslint` from 8.38.0 to 8.41.0 - Bumps `xmlbuilder2` from 3.0.2 to 3.1.1 diff --git a/yarn.lock b/yarn.lock index b27e49c1e..7f9e92979 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2378,9 +2378,9 @@ optionator@^0.9.1: word-wrap "^1.2.3" ora@^6.1.2: - version "6.3.0" - resolved "https://registry.yarnpkg.com/ora/-/ora-6.3.0.tgz#a314600999f514a989a0904f5c17c8b7c1f7c878" - integrity sha512-1/D8uRFY0ay2kgBpmAwmSA404w4OoPVhHMqRqtjvrcK/dnzcEZxMJ+V4DUbyICu8IIVRclHcOf5wlD1tMY4GUQ== + version "6.3.1" + resolved "https://registry.yarnpkg.com/ora/-/ora-6.3.1.tgz#a4e9e5c2cf5ee73c259e8b410273e706a2ad3ed6" + integrity sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ== dependencies: chalk "^5.0.0" cli-cursor "^4.0.0"