From 700d3c1e7b9b7296cf07b4f2c72e7b4776095b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 01:37:07 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.0.32 to 4.0.33 Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.32 to 4.0.33. - [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.32...4.0.33) --- 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 e3f2374..1d0f99d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { - "@oclif/core": "^4.0.32", + "@oclif/core": "^4.0.33", "@salesforce/core": "^8.8.0", "@salesforce/kit": "^3.2.3", "@salesforce/sf-plugins-core": "^12", diff --git a/yarn.lock b/yarn.lock index 723c3a1..0afe54f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1298,10 +1298,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.29", "@oclif/core@^4.0.32": - version "4.0.32" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.32.tgz#0e8078c53b079549d685798893b9f9534ca69bf6" - integrity sha512-O3jfIAhqaJxXI2dzF81PLTMhKpFFA0Nyz8kfBnc9WYDJnvdmXK0fVAOSpwpi2mHTow/9FXxY6Kww8+Kbe7/sag== +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.29", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33": + version "4.0.33" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.33.tgz#fcaf3dd2850c5999de20459a1445d31a230cd24b" + integrity sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw== dependencies: ansi-escapes "^4.3.2" ansis "^3.3.2"