From 9c68630d2da7c425a5f3d92f758c6ff53d0c8944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 08:32:50 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 1.23.1 to 1.24.0 Bumps [@oclif/core](https://github.com/oclif/core) from 1.23.1 to 1.24.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/1.23.1...1.24.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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 7e8331fe..5e9c78f3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-command-snapshot/issues", "dependencies": { - "@oclif/core": "^1.23.0", + "@oclif/core": "^1.24.0", "chalk": "^4.1.2", "just-diff": "^5.2.0", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index 1bed1164..7c2f5bcd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -812,13 +812,13 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^1.0.8", "@oclif/core@^1.2.1", "@oclif/core@^1.23.0", "@oclif/core@^1.23.1", "@oclif/core@^1.6.4": - version "1.23.1" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.1.tgz#bebbbc4e02a4c1a4216d64165f892037f8a1e14a" - integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA== +"@oclif/core@^1.0.8", "@oclif/core@^1.2.1", "@oclif/core@^1.23.1", "@oclif/core@^1.24.0", "@oclif/core@^1.6.4": + version "1.24.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.24.0.tgz#e94e2f3a1259ebb3cc867d04b12c5bfc31c21f50" + integrity sha512-J41suyV4fLfLcRRySZdtgFYSjIlpYqD90SY01Fm4+ZJUMcfDh/eQAD4sogyYOsIT0bfEzYOyYCjmfHmgcoX5aA== dependencies: "@oclif/linewrap" "^1.0.0" - "@oclif/screen" "^3.0.3" + "@oclif/screen" "^3.0.4" ansi-escapes "^4.3.2" ansi-styles "^4.3.0" cardinal "^2.1.1" @@ -881,10 +881,10 @@ lodash "^4.17.21" semver "^7.3.2" -"@oclif/screen@^3.0.3": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55" - integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA== +"@oclif/screen@^3.0.4": + version "3.0.4" + resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.4.tgz#663db0ecaf23f3184e7f01886ed578060e4a7f1c" + integrity sha512-IMsTN1dXEXaOSre27j/ywGbBjrzx0FNd1XmuhCWCB9NTPrhWI1Ifbz+YLSEcstfQfocYsrbrIessxXb2oon4lA== "@oclif/test@^2.2.20": version "2.2.20"