Skip to content

Commit 758f931

Browse files
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](oclif/core@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] <support@github.com>
1 parent 4a2ac63 commit 758f931

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
88
"dependencies": {
9-
"@oclif/core": "^1.23.1",
9+
"@oclif/core": "^1.24.0",
1010
"@salesforce/command": "^5.2.35",
1111
"@salesforce/core": "^3.32.12",
1212
"@salesforce/kit": "^1.8.2",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -708,13 +708,13 @@
708708
is-wsl "^2.1.1"
709709
tslib "^2.3.1"
710710

711-
"@oclif/core@^1.20.0", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.21.0", "@oclif/core@^1.22.0", "@oclif/core@^1.23.0", "@oclif/core@^1.23.1", "@oclif/core@^1.6.3", "@oclif/core@^1.9.0":
712-
version "1.23.1"
713-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.1.tgz#bebbbc4e02a4c1a4216d64165f892037f8a1e14a"
714-
integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA==
711+
"@oclif/core@^1.20.0", "@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.21.0", "@oclif/core@^1.22.0", "@oclif/core@^1.23.0", "@oclif/core@^1.24.0", "@oclif/core@^1.6.3", "@oclif/core@^1.9.0":
712+
version "1.24.0"
713+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.24.0.tgz#e94e2f3a1259ebb3cc867d04b12c5bfc31c21f50"
714+
integrity sha512-J41suyV4fLfLcRRySZdtgFYSjIlpYqD90SY01Fm4+ZJUMcfDh/eQAD4sogyYOsIT0bfEzYOyYCjmfHmgcoX5aA==
715715
dependencies:
716716
"@oclif/linewrap" "^1.0.0"
717-
"@oclif/screen" "^3.0.3"
717+
"@oclif/screen" "^3.0.4"
718718
ansi-escapes "^4.3.2"
719719
ansi-styles "^4.3.0"
720720
cardinal "^2.1.1"
@@ -867,10 +867,10 @@
867867
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
868868
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
869869

870-
"@oclif/screen@^3.0.3":
871-
version "3.0.3"
872-
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55"
873-
integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA==
870+
"@oclif/screen@^3.0.4":
871+
version "3.0.4"
872+
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.4.tgz#663db0ecaf23f3184e7f01886ed578060e4a7f1c"
873+
integrity sha512-IMsTN1dXEXaOSre27j/ywGbBjrzx0FNd1XmuhCWCB9NTPrhWI1Ifbz+YLSEcstfQfocYsrbrIessxXb2oon4lA==
874874

875875
"@oclif/test@^2.2.16":
876876
version "2.2.17"

0 commit comments

Comments
 (0)