Skip to content

Commit 83c4d60

Browse files
authored
Merge pull request #286 from salesforcecli/dependabot-npm_and_yarn-oclif-3.7.0
chore(dev-deps): bump oclif from 3.6.5 to 3.7.0
2 parents 7de4db7 + 3449658 commit 83c4d60

2 files changed

Lines changed: 20 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"husky": "^7.0.4",
3939
"mocha": "^9.1.3",
4040
"nyc": "^15.1.0",
41-
"oclif": "^3.6.5",
41+
"oclif": "^3.7.0",
4242
"prettier": "^2.8.4",
4343
"pretty-quick": "^3.1.3",
4444
"salesforce-alm": "^54.8.5",

yarn.lock

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -773,18 +773,18 @@
773773
widest-line "^3.1.0"
774774
wrap-ansi "^7.0.0"
775775

776-
"@oclif/core@^2.0.3", "@oclif/core@^2.0.7", "@oclif/core@^2.0.8":
777-
version "2.1.7"
778-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.7.tgz#d51d8758a195bb0d813d19a89b286756ddb0b51b"
779-
integrity sha512-6QZvUmKHLqrESIW4mu8azE0sQ7I9LVC3iM9O4ipp53Pqe5pQhIyxv8tB/zvagmPxJXXiCbfPsBazeqjCcM3/tg==
776+
"@oclif/core@^2.0.7", "@oclif/core@^2.0.8", "@oclif/core@^2.3.0":
777+
version "2.6.2"
778+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.2.tgz#6ec15faf0c1e0e01e3c13c1c33827c12baaf0c88"
779+
integrity sha512-roxcBLr4BuoOEDEkMQk4Yy0Tolr39n6i+A63qPLa19vrgxjZZJygh2HpThsn69/UPuEzMq051FnvJ9tNln3Y5g==
780780
dependencies:
781781
"@types/cli-progress" "^3.11.0"
782782
ansi-escapes "^4.3.2"
783783
ansi-styles "^4.3.0"
784784
cardinal "^2.1.1"
785785
chalk "^4.1.2"
786786
clean-stack "^3.0.1"
787-
cli-progress "^3.11.2"
787+
cli-progress "^3.12.0"
788788
debug "^4.3.4"
789789
ejs "^3.1.8"
790790
fs-extra "^9.1.0"
@@ -802,6 +802,7 @@
802802
strip-ansi "^6.0.1"
803803
supports-color "^8.1.1"
804804
supports-hyperlinks "^2.2.0"
805+
ts-node "^10.9.1"
805806
tslib "^2.5.0"
806807
widest-line "^3.1.0"
807808
wordwrap "^1.0.0"
@@ -2765,13 +2766,20 @@ cli-cursor@^3.1.0:
27652766
dependencies:
27662767
restore-cursor "^3.1.0"
27672768

2768-
cli-progress@^3.10.0, cli-progress@^3.11.2, cli-progress@^3.4.0:
2769+
cli-progress@^3.10.0, cli-progress@^3.4.0:
27692770
version "3.11.2"
27702771
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.11.2.tgz#f8c89bd157e74f3f2c43bcfb3505670b4d48fc77"
27712772
integrity sha512-lCPoS6ncgX4+rJu5bS3F/iCz17kZ9MPZ6dpuTtI0KXKABkhyXIdYB3Inby1OpaGti3YlI3EeEkM9AuWpelJrVA==
27722773
dependencies:
27732774
string-width "^4.2.3"
27742775

2776+
cli-progress@^3.12.0:
2777+
version "3.12.0"
2778+
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.12.0.tgz#807ee14b66bcc086258e444ad0f19e7d42577942"
2779+
integrity sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==
2780+
dependencies:
2781+
string-width "^4.2.3"
2782+
27752783
cli-spinners@^2.5.0:
27762784
version "2.6.1"
27772785
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d"
@@ -7882,12 +7890,12 @@ object.values@^1.1.5, object.values@^1.1.6:
78827890
define-properties "^1.1.4"
78837891
es-abstract "^1.20.4"
78847892

7885-
oclif@^3.6.5:
7886-
version "3.6.5"
7887-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.6.5.tgz#8543b6ff404f6b87c62a9f0a5af4b5f07de811c5"
7888-
integrity sha512-XBn+Zdq5+7tEGaW7ecqxH/EonyjxmSHzBcomW8UgfxuS93xa0x+RCWemwAYoiHUA36E7si8rQrmmfls8Lu+epg==
7893+
oclif@^3.7.0:
7894+
version "3.7.0"
7895+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.7.0.tgz#6507033312dbcae25e99050010c33d67a31e93a3"
7896+
integrity sha512-LtLc7/3lOQ0d6/JKGj8QriIK/MiIcjZXVX3WoynbXUswG/X8oIsSr1+F6Q69VVbXnjbYlbfiP+uYASr36Mrjzg==
78897897
dependencies:
7890-
"@oclif/core" "^2.0.3"
7898+
"@oclif/core" "^2.3.0"
78917899
"@oclif/plugin-help" "^5.1.19"
78927900
"@oclif/plugin-not-found" "^2.3.7"
78937901
"@oclif/plugin-warn-if-update-available" "^2.0.14"

0 commit comments

Comments
 (0)