Skip to content

Commit 4623c52

Browse files
authored
Merge pull request #128 from salesforcecli/dependabot-npm_and_yarn-oclif-core-1.20.4
fix(deps): bump @oclif/core from 1.20.2 to 1.20.4
2 parents 52a4d02 + 8494fb0 commit 4623c52

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^1.20.2",
8+
"@oclif/core": "^1.20.4",
99
"@salesforce/core": "^3.32.1",
1010
"@salesforce/sf-plugins-core": "^1.17.0",
1111
"tslib": "^2"

yarn.lock

Lines changed: 10 additions & 10 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.16.5", "@oclif/core@^1.18.0", "@oclif/core@^1.19.0", "@oclif/core@^1.19.1", "@oclif/core@^1.20.2", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4":
741-
version "1.20.2"
742-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.2.tgz#724713086355d693e578960f72c7e2d14fd3e7c3"
743-
integrity sha512-c6CpDbDPS9UuKwGoajzsjrjfnwQywWEV3WI5FDvb87h0/WW2tGf1QwHUWgdKOojafEcMAa9DnP5j+mXdUTtpCg==
740+
"@oclif/core@^1.16.5", "@oclif/core@^1.18.0", "@oclif/core@^1.19.0", "@oclif/core@^1.19.1", "@oclif/core@^1.20.4", "@oclif/core@^1.6.3", "@oclif/core@^1.6.4":
741+
version "1.20.4"
742+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.4.tgz#7378b52e1f1b502e383ffb07f95dffc9fd8588ff"
743+
integrity sha512-giug32M4YhSYNYKQwE1L57/+k5gp1+Bq3/0vKNQmzAY1tizFGhvBJc6GIRZasHjU+xtZLutQvrVrJo7chX3hxg==
744744
dependencies:
745745
"@oclif/linewrap" "^1.0.0"
746-
"@oclif/screen" "^3.0.2"
746+
"@oclif/screen" "^3.0.3"
747747
ansi-escapes "^4.3.2"
748748
ansi-styles "^4.3.0"
749749
cardinal "^2.1.1"
@@ -767,7 +767,7 @@
767767
strip-ansi "^6.0.1"
768768
supports-color "^8.1.1"
769769
supports-hyperlinks "^2.2.0"
770-
tslib "^2.3.1"
770+
tslib "^2.4.1"
771771
widest-line "^3.1.0"
772772
wrap-ansi "^7.0.0"
773773

@@ -907,10 +907,10 @@
907907
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
908908
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
909909

910-
"@oclif/screen@^3.0.2":
911-
version "3.0.2"
912-
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.2.tgz#969054308fe98d130c02844a45cc792199b75670"
913-
integrity sha512-S/SF/XYJeevwIgHFmVDAFRUvM3m+OjhvCAYMk78ZJQCYCQ5wS7j+LTt1ZEv2jpEEGg2tx/F6TYYWxddNAYHrFQ==
910+
"@oclif/screen@^3.0.3":
911+
version "3.0.3"
912+
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55"
913+
integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA==
914914

915915
"@oclif/test@^2.2.6":
916916
version "2.2.6"

0 commit comments

Comments
 (0)