From 7fd3002e72be6dfc5e3e2ab5e4aac933cbcc7c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 19:34:33 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.0.17 to 4.0.19 Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.17 to 4.0.19. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/4.0.17...4.0.19) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 629c02c5..86426a4d 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@inquirer/confirm": "^3.1.22", "@inquirer/password": "^2.1.22", - "@oclif/core": "^4.0.17", + "@oclif/core": "^4.0.19", "@salesforce/core": "^8.4.0", "@salesforce/kit": "^3.2.1", "@salesforce/ts-types": "^2.0.12", diff --git a/yarn.lock b/yarn.lock index a27950fd..2f8f579f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -550,10 +550,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4.0.17": - version "4.0.17" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.17.tgz#2c934dd2b3789fe5e6cc9e2558a08007ba18cb03" - integrity sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA== +"@oclif/core@^4.0.19": + version "4.0.19" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.19.tgz#e52ba83c3eaa75c580c567067ed86b5bd4cadbe6" + integrity sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg== dependencies: ansi-escapes "^4.3.2" ansis "^3.3.2"