From 272139298c1936e4db8fe2ebc562dfa7428698a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 11:45:13 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/core from 4.0.22 to 4.0.23 Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.22 to 4.0.23. - [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.22...4.0.23) --- 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 | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e7a8444a..57fd7a58 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@salesforce/ts-types": "^2.0.11" }, "devDependencies": { - "@oclif/core": "^4.0.22", + "@oclif/core": "^4.0.23", "@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 1a20a7c7..fe92f64c 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.22": - version "4.0.22" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.22.tgz#acb233c0c18ff4f365caca15e29e2807a4325709" - integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg== +"@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.23": + version "4.0.23" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.23.tgz#8772cfd57f850e2e17b703166b44da092a7986a0" + integrity sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g== dependencies: ansi-escapes "^4.3.2" ansis "^3.3.2" @@ -1619,6 +1619,7 @@ is-wsl "^2.2.0" lilconfig "^3.1.2" minimatch "^9.0.5" + semver "^7.6.3" string-width "^4.2.3" supports-color "^8" widest-line "^3.1.0"