From 6a481631ed916b71ba1bfc7337793a8ccaa38f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:01:19 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.22.0 to 3.23.0 Bumps [@oclif/core](https://github.com/oclif/core) from 3.22.0 to 3.23.0. - [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/3.22.0...3.23.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... 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 ad02a63..d624818 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.1.3", "author": "Luca Bassani", "dependencies": { - "@oclif/core": "^3.22.0", + "@oclif/core": "^3.23.0", "@salesforce/core": "^6.7.0", "@salesforce/sf-plugins-core": "^7.1.14", "@salesforce/source-deploy-retrieve": "^10.5.1" diff --git a/yarn.lock b/yarn.lock index b3e196c..c888423 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1469,10 +1469,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.22.0": - version "3.22.0" - resolved "https://registry.npmjs.org/@oclif/core/-/core-3.22.0.tgz" - integrity sha512-w7V1la5PAS5Ojr5aOG904A245kdVJRMcvgcRr3NG28EX2vIm7jkg71gIULlbvhDrFRzljH2iX2VYqF7ho3x8GQ== +"@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0": + version "3.23.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8" + integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2"