From 26004af618653526b9bb3cf1f41b672965df076e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 08:46:55 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.0.8 to 4.0.12 Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.8 to 4.0.12. - [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.8...4.0.12) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3425f17a0..9f99d9529 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@inquirer/confirm": "^3.1.14", "@inquirer/password": "^2.1.14", - "@oclif/core": "^4.0.8", + "@oclif/core": "^4.0.12", "@salesforce/core": "^8.1.1", "@salesforce/kit": "^3.1.6", "@salesforce/ts-types": "^2.0.10", diff --git a/yarn.lock b/yarn.lock index cc43f5e64..3e3f5e99c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -588,13 +588,13 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4.0.8": - version "4.0.8" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8" - integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w== +"@oclif/core@^4.0.12": + version "4.0.12" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.12.tgz#b47089631827e2c909bfffc8c14d7b1781e502ce" + integrity sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg== dependencies: ansi-escapes "^4.3.2" - ansis "^3.1.1" + ansis "^3.2.1" clean-stack "^3.0.1" cli-spinners "^2.9.2" debug "^4.3.5" @@ -1048,7 +1048,7 @@ ansi-styles@^6.1.0, ansi-styles@^6.2.1: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== -ansis@^3.1.1, ansis@^3.2.1: +ansis@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.1.tgz#abf2de690eb7a74fa4292edf82c7887bda5ee549" integrity sha512-SgzY+k2aa9UqJe3jzrPZhSVzLc2XrE4/h7rk0dMCDwhCq7ipmpPZvyODoxPCms4OpMLTiBTS+Mpl4VZQ6FDitw==