From e3be79b615a4a469f1cefe19f3d825997e0fd345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 05:44:56 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/core from 4.0.21 to 4.0.22 Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.21 to 4.0.22. - [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.21...4.0.22) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:development 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 0079946e..b8edf376 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@salesforce/ts-types": "^2.0.11" }, "devDependencies": { - "@oclif/core": "^4.0.21", + "@oclif/core": "^4.0.22", "@oclif/plugin-command-snapshot": "^5.2.15", "@salesforce/cli-plugins-testkit": "^5.3.32", "@salesforce/dev-scripts": "^10.2.10", diff --git a/yarn.lock b/yarn.lock index e86d21e9..d3a35a49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1602,10 +1602,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.21": - version "4.0.21" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.21.tgz#fda25b950572ae7762248a808f141e3e32fb2a57" - integrity sha512-SvLTSclf104IVX8BY7nWqess1pBmeNl9qRFTWjOXg7B1/ESemfEtZYBDRAXAp1ILvazDng5IF/7YSbTxDVbwNg== +"@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.22": + version "4.0.22" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.22.tgz#acb233c0c18ff4f365caca15e29e2807a4325709" + integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg== dependencies: ansi-escapes "^4.3.2" ansis "^3.3.2"