Skip to content

Commit ce09594

Browse files
authored
Merge pull request #632 from salesforcecli/dependabot-npm_and_yarn-oclif-3.7.3
chore(dev-deps): bump oclif from 3.7.0 to 3.7.3
2 parents 024599b + 25fa4da commit ce09594

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
@@ -43,7 +43,7 @@
4343
"mocha": "^9.1.3",
4444
"moment": "^2.29.1",
4545
"nyc": "^15.1.0",
46-
"oclif": "^3.7.0",
46+
"oclif": "^3.7.3",
4747
"prettier": "^2.8.4",
4848
"pretty-quick": "^3.1.0",
4949
"shelljs": "^0.8.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -729,10 +729,10 @@
729729
widest-line "^3.1.0"
730730
wrap-ansi "^7.0.0"
731731

732-
"@oclif/core@^2.0.7", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.6.2", "@oclif/core@^2.6.3", "@oclif/core@^2.7.1":
733-
version "2.7.1"
734-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.7.1.tgz#3f38c1ace1675d80b0bbaa3ae5d4572b8fa04c22"
735-
integrity sha512-HnaZ0ezNJUGok4uACOmVl05aSrCblmuq5Sqyg3Qa8aLFnTBuvHn3d67fTJKSttyAnJ5LI3zw8e5vzLD7WZuP0A==
732+
"@oclif/core@^2.0.7", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.6.2", "@oclif/core@^2.6.3", "@oclif/core@^2.7.1", "@oclif/core@^2.8.0":
733+
version "2.8.0"
734+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.0.tgz#4948de3168804169fa68895af8ec4853f332b307"
735+
integrity sha512-A2wHItFrD/WOw5bJ6Mtv9MD7If0bsKNR0pwEY0me+fo4HSXlJOtgYGqmzb8t8akX3DUUT7XsjPajsoHLkIJyvg==
736736
dependencies:
737737
"@types/cli-progress" "^3.11.0"
738738
ansi-escapes "^4.3.2"
@@ -5936,12 +5936,12 @@ object.values@^1.1.5, object.values@^1.1.6:
59365936
define-properties "^1.1.4"
59375937
es-abstract "^1.20.4"
59385938

5939-
oclif@^3.7.0:
5940-
version "3.7.0"
5941-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.7.0.tgz#6507033312dbcae25e99050010c33d67a31e93a3"
5942-
integrity sha512-LtLc7/3lOQ0d6/JKGj8QriIK/MiIcjZXVX3WoynbXUswG/X8oIsSr1+F6Q69VVbXnjbYlbfiP+uYASr36Mrjzg==
5939+
oclif@^3.7.0, oclif@^3.7.3:
5940+
version "3.7.3"
5941+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.7.3.tgz#822bb37626e65bf49d6644f07477dc3523fe0f4f"
5942+
integrity sha512-yQ85UkSJAsDIRx0DXrp287GyvsBc2piyk3a8wup8/T+wxmsdEvWW+SaDWIQfpHNzMHYHrGus0hGW2ZwNvcNgjg==
59435943
dependencies:
5944-
"@oclif/core" "^2.3.0"
5944+
"@oclif/core" "^2.8.0"
59455945
"@oclif/plugin-help" "^5.1.19"
59465946
"@oclif/plugin-not-found" "^2.3.7"
59475947
"@oclif/plugin-warn-if-update-available" "^2.0.14"

0 commit comments

Comments
 (0)