From 299636511e52230c8db116eec08d65f08ed2a14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 10:57:53 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.3.1 to 2.4.0 Bumps [@oclif/core](https://github.com/oclif/core) from 2.3.1 to 2.4.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/2.3.1...2.4.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 1af00929..e0e4a879 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": { - "@oclif/core": "^2.3.1" + "@oclif/core": "^2.4.0" }, "devDependencies": { "@oclif/plugin-plugins": "^2.3.2", diff --git a/yarn.lock b/yarn.lock index 20eda79f..512924fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -473,10 +473,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.1.1", "@oclif/core@^2.3.0", "@oclif/core@^2.3.1": - version "2.3.1" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.1.tgz#82d977338c68b3faeda84f780c2f97a3dd322cb2" - integrity sha512-18CkjjF16hwhBd/42z+0CHAwvZlBfpyCmdZxpasN/od8c/hdm0oDEJvVB33/xD0LDYg8glKoQ5zVNVvPM/uJ/Q== +"@oclif/core@^2.1.1", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0": + version "2.4.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.4.0.tgz#8e5983dd0d50a3c0c170a844fe8925cb639f0a9f" + integrity sha512-wWUnOOfQQty0k1Cstm/iWW6pbG0mHzU7rcUtab2Sni9kjBPCcy6ENTgpsWbb/WdITopqtXmvpYII2fgcjKdzUA== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2"