Skip to content

Commit 8b81dcc

Browse files
authored
Merge pull request #435 from salesforcecli/dependabot-npm_and_yarn-oclif-core-1.26.1
fix(deps): bump @oclif/core from 1.23.1 to 1.26.1
2 parents 3d30526 + 94c993b commit 8b81dcc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.20.4",
9+
"@oclif/core": "^1.26.1",
1010
"@salesforce/core": "^3.32.11",
1111
"@salesforce/kit": "^1.8.0",
1212
"@salesforce/sf-plugins-core": "^1.21.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -737,13 +737,13 @@
737737
is-wsl "^2.1.1"
738738
tslib "^2.3.1"
739739

740-
"@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.21.0", "@oclif/core@^1.23.0", "@oclif/core@^1.23.1":
741-
version "1.23.1"
742-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.1.tgz#bebbbc4e02a4c1a4216d64165f892037f8a1e14a"
743-
integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA==
740+
"@oclif/core@^1.20.3", "@oclif/core@^1.20.4", "@oclif/core@^1.21.0", "@oclif/core@^1.23.0", "@oclif/core@^1.23.1", "@oclif/core@^1.26.1":
741+
version "1.26.1"
742+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.26.1.tgz#26e46c96143d3e2b1dd9bd558ae1653fe9a4f3fa"
743+
integrity sha512-g+OWJcM7JOVI53caTEtq0BB1nPotWctRLUyFODPgvDqXhVR7QED+Qz3LwFAMD8dt7/Ar2ZNq15U3bnpnOv453A==
744744
dependencies:
745745
"@oclif/linewrap" "^1.0.0"
746-
"@oclif/screen" "^3.0.3"
746+
"@oclif/screen" "^3.0.4"
747747
ansi-escapes "^4.3.2"
748748
ansi-styles "^4.3.0"
749749
cardinal "^2.1.1"
@@ -941,10 +941,10 @@
941941
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
942942
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
943943

944-
"@oclif/screen@^3.0.3":
945-
version "3.0.3"
946-
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55"
947-
integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA==
944+
"@oclif/screen@^3.0.4":
945+
version "3.0.4"
946+
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.4.tgz#663db0ecaf23f3184e7f01886ed578060e4a7f1c"
947+
integrity sha512-IMsTN1dXEXaOSre27j/ywGbBjrzx0FNd1XmuhCWCB9NTPrhWI1Ifbz+YLSEcstfQfocYsrbrIessxXb2oon4lA==
948948

949949
"@oclif/test@^2.3.4":
950950
version "2.3.4"

0 commit comments

Comments
 (0)