From 9d93c040bcb44f6709217f9b4c1ae98c7bffa2a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 22:00:10 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.22.0 to 3.26.0 Bumps [@oclif/core](https://github.com/oclif/core) from 3.22.0 to 3.26.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.26.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..e79c58b 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.26.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..4a82c68 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.26.0": + version "3.26.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279" + integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2"