Skip to content

Commit e7e50bd

Browse files
chore(dev-deps): bump oclif from 3.7.2 to 3.8.1 (#652)
Bumps [oclif](https://github.com/oclif/oclif) from 3.7.2 to 3.8.1. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](oclif/oclif@3.7.2...3.8.1) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dac85f9 commit e7e50bd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"lint-staged": "^12.3.6",
7272
"mocha": "^9.2.2",
7373
"nyc": "^15.1.0",
74-
"oclif": "^3.7.2",
74+
"oclif": "^3.8.1",
7575
"prettier": "^2.8.7",
7676
"pretty-quick": "^3.1.3",
7777
"shx": "^0.3.4",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6641,12 +6641,12 @@ object.values@^1.1.5, object.values@^1.1.6:
66416641
define-properties "^1.1.4"
66426642
es-abstract "^1.20.4"
66436643

6644-
oclif@^3.7.2:
6645-
version "3.7.2"
6646-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.7.2.tgz#52bcfc5fcdf996fc7f27a9d3729f63aa0c8225e3"
6647-
integrity sha512-mKzQQ4GFbsuqtzvN3nHYZu2SYLDX670Sa7UItTCOFNJY3S/e65Dcj+Nx/dBPMolESWjW6fIk8I8+kuGeiGVNXw==
6644+
oclif@^3.8.1:
6645+
version "3.8.1"
6646+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.8.1.tgz#15be26a8ce842b690c8384b4056fcf67394caa11"
6647+
integrity sha512-1yc1rtsQrou6t21WYM6JM2fUzK3GKhGboB/A6ZeTFyC3VJb39fUWcRrQYE1JEoNlBHk5Z5hok8PEq09Vhm4ZZA==
66486648
dependencies:
6649-
"@oclif/core" "^2.7.1"
6649+
"@oclif/core" "^2.8.0"
66506650
"@oclif/plugin-help" "^5.1.19"
66516651
"@oclif/plugin-not-found" "^2.3.7"
66526652
"@oclif/plugin-warn-if-update-available" "^2.0.14"

0 commit comments

Comments
 (0)