Skip to content

Commit 58d092b

Browse files
chore(dev-deps): bump oclif from 3.8.2 to 3.9.0
Bumps [oclif](https://github.com/oclif/oclif) from 3.8.2 to 3.9.0. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](oclif/oclif@3.8.2...3.9.0) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93a1d99 commit 58d092b

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
@@ -17,7 +17,7 @@
1717
"eslint-config-oclif": "^4.0.0",
1818
"eslint-config-oclif-typescript": "^1.0.3",
1919
"mocha": "^9.2.2",
20-
"oclif": "^3.8.2",
20+
"oclif": "^3.9.0",
2121
"shx": "^0.3.4",
2222
"ts-node": "^9.1.1",
2323
"typescript": "^4.6.3"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,10 @@
498498
widest-line "^3.1.0"
499499
wrap-ansi "^7.0.0"
500500

501-
"@oclif/core@^2.8.0", "@oclif/core@^2.8.2":
502-
version "2.8.2"
503-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.2.tgz#86fc31f20419dbb3cd25f89f4f1d83760c60f7c0"
504-
integrity sha512-g50NrCdEcFlBfuwZb9RxLmxPNQ9wIaBPOiwbxlGYRkHMnsC6LNHcvVtyDnmndU8qoXrmCOZ6ocSZenOMlG+G1w==
501+
"@oclif/core@^2.8.0", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4":
502+
version "2.8.5"
503+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.5.tgz#7964057bbee5e91dae8b35e030e767f38e50a19e"
504+
integrity sha512-316DLfrHQDYmWDriI4Woxk9y1wVUrPN1sZdbQLHdOdlTA9v/twe7TdHpWOriEypfl6C85NWEJKc1870yuLtjrQ==
505505
dependencies:
506506
"@types/cli-progress" "^3.11.0"
507507
ansi-escapes "^4.3.2"
@@ -3659,12 +3659,12 @@ object-treeify@^1.1.33:
36593659
resolved "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz#f06fece986830a3cba78ddd32d4c11d1f76cdf40"
36603660
integrity sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==
36613661

3662-
oclif@^3.8.2:
3663-
version "3.8.2"
3664-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.8.2.tgz#1bc9a4b43b0bfa3e8e991086b0bbec397748b5fe"
3665-
integrity sha512-PsMPYp3jc0fL4AgZLvMMHfP488Iu1pOoqF0AwglBwBtY9YYSQB5Es8dzWpaDDvUsJeWTBHeted48CT7jRrA4OQ==
3662+
oclif@^3.9.0:
3663+
version "3.9.0"
3664+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.9.0.tgz#d52beb9300a60a660f897fe9ae810fffd48a1571"
3665+
integrity sha512-fsFyHVQYJdE50EcKrBjwzl2WT5sZUtTiRY1vqMwykgLFUDYrQS0lj7yqy2IgcPSmAWaLQryODdfBujCWOU98Ww==
36663666
dependencies:
3667-
"@oclif/core" "^2.8.0"
3667+
"@oclif/core" "^2.8.4"
36683668
"@oclif/plugin-help" "^5.1.19"
36693669
"@oclif/plugin-not-found" "^2.3.7"
36703670
"@oclif/plugin-warn-if-update-available" "^2.0.14"

0 commit comments

Comments
 (0)