Skip to content

Commit 2b527d8

Browse files
authored
Merge pull request #346 from salesforcecli/dependabot-npm_and_yarn-oclif-3.9.0
chore(dev-deps): bump oclif from 3.8.2 to 3.9.0
2 parents 3422fcd + a0c6b75 commit 2b527d8

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.8.2",
41+
"oclif": "^3.9.0",
4242
"prettier": "^2.8.8",
4343
"pretty-quick": "^3.1.3",
4444
"salesforce-alm": "^54.8.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -785,10 +785,10 @@
785785
widest-line "^3.1.0"
786786
wrap-ansi "^7.0.0"
787787

788-
"@oclif/core@^2.0.8", "@oclif/core@^2.4.0", "@oclif/core@^2.8.0":
789-
version "2.8.0"
790-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.0.tgz#4948de3168804169fa68895af8ec4853f332b307"
791-
integrity sha512-A2wHItFrD/WOw5bJ6Mtv9MD7If0bsKNR0pwEY0me+fo4HSXlJOtgYGqmzb8t8akX3DUUT7XsjPajsoHLkIJyvg==
788+
"@oclif/core@^2.0.8", "@oclif/core@^2.4.0", "@oclif/core@^2.8.4":
789+
version "2.8.5"
790+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.5.tgz#7964057bbee5e91dae8b35e030e767f38e50a19e"
791+
integrity sha512-316DLfrHQDYmWDriI4Woxk9y1wVUrPN1sZdbQLHdOdlTA9v/twe7TdHpWOriEypfl6C85NWEJKc1870yuLtjrQ==
792792
dependencies:
793793
"@types/cli-progress" "^3.11.0"
794794
ansi-escapes "^4.3.2"
@@ -7947,12 +7947,12 @@ object.values@^1.1.5, object.values@^1.1.6:
79477947
define-properties "^1.1.4"
79487948
es-abstract "^1.20.4"
79497949

7950-
oclif@^3.8.2:
7951-
version "3.8.2"
7952-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.8.2.tgz#1bc9a4b43b0bfa3e8e991086b0bbec397748b5fe"
7953-
integrity sha512-PsMPYp3jc0fL4AgZLvMMHfP488Iu1pOoqF0AwglBwBtY9YYSQB5Es8dzWpaDDvUsJeWTBHeted48CT7jRrA4OQ==
7950+
oclif@^3.9.0:
7951+
version "3.9.0"
7952+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.9.0.tgz#d52beb9300a60a660f897fe9ae810fffd48a1571"
7953+
integrity sha512-fsFyHVQYJdE50EcKrBjwzl2WT5sZUtTiRY1vqMwykgLFUDYrQS0lj7yqy2IgcPSmAWaLQryODdfBujCWOU98Ww==
79547954
dependencies:
7955-
"@oclif/core" "^2.8.0"
7955+
"@oclif/core" "^2.8.4"
79567956
"@oclif/plugin-help" "^5.1.19"
79577957
"@oclif/plugin-not-found" "^2.3.7"
79587958
"@oclif/plugin-warn-if-update-available" "^2.0.14"

0 commit comments

Comments
 (0)