Skip to content

Commit 184523a

Browse files
authored
Merge pull request #89 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 b4e8324 + f9e3708 commit 184523a

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
@@ -38,7 +38,7 @@
3838
"husky": "^7.0.4",
3939
"mocha": "^9.1.3",
4040
"nyc": "^15.1.0",
41-
"oclif": "^3.7.0",
41+
"oclif": "^3.7.3",
4242
"prettier": "^2.8.7",
4343
"pretty-quick": "^3.1.0",
4444
"shx": "^0.3.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,10 @@
694694
supports-color "^8.1.1"
695695
tslib "^2"
696696

697-
"@oclif/core@^2.0.7", "@oclif/core@^2.1.2", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.6.2":
698-
version "2.6.2"
699-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.2.tgz#6ec15faf0c1e0e01e3c13c1c33827c12baaf0c88"
700-
integrity sha512-roxcBLr4BuoOEDEkMQk4Yy0Tolr39n6i+A63qPLa19vrgxjZZJygh2HpThsn69/UPuEzMq051FnvJ9tNln3Y5g==
697+
"@oclif/core@^2.0.7", "@oclif/core@^2.1.2", "@oclif/core@^2.4.0", "@oclif/core@^2.6.2", "@oclif/core@^2.8.0":
698+
version "2.8.0"
699+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.0.tgz#4948de3168804169fa68895af8ec4853f332b307"
700+
integrity sha512-A2wHItFrD/WOw5bJ6Mtv9MD7If0bsKNR0pwEY0me+fo4HSXlJOtgYGqmzb8t8akX3DUUT7XsjPajsoHLkIJyvg==
701701
dependencies:
702702
"@types/cli-progress" "^3.11.0"
703703
ansi-escapes "^4.3.2"
@@ -5502,12 +5502,12 @@ object.values@^1.1.5, object.values@^1.1.6:
55025502
define-properties "^1.1.4"
55035503
es-abstract "^1.20.4"
55045504

5505-
oclif@^3.7.0:
5506-
version "3.7.0"
5507-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.7.0.tgz#6507033312dbcae25e99050010c33d67a31e93a3"
5508-
integrity sha512-LtLc7/3lOQ0d6/JKGj8QriIK/MiIcjZXVX3WoynbXUswG/X8oIsSr1+F6Q69VVbXnjbYlbfiP+uYASr36Mrjzg==
5505+
oclif@^3.7.0, oclif@^3.7.3:
5506+
version "3.7.3"
5507+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.7.3.tgz#822bb37626e65bf49d6644f07477dc3523fe0f4f"
5508+
integrity sha512-yQ85UkSJAsDIRx0DXrp287GyvsBc2piyk3a8wup8/T+wxmsdEvWW+SaDWIQfpHNzMHYHrGus0hGW2ZwNvcNgjg==
55095509
dependencies:
5510-
"@oclif/core" "^2.3.0"
5510+
"@oclif/core" "^2.8.0"
55115511
"@oclif/plugin-help" "^5.1.19"
55125512
"@oclif/plugin-not-found" "^2.3.7"
55135513
"@oclif/plugin-warn-if-update-available" "^2.0.14"

0 commit comments

Comments
 (0)