Skip to content

Commit

Permalink
build(deps-dev): bump oclif from 4.0.2 to 4.0.3 (#1254)
Browse files Browse the repository at this point in the history
Bumps [oclif](https://github.com/oclif/oclif) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.0.2...4.0.3)

---
updated-dependencies:
- dependency-name: oclif
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent f1520cb commit 222c87d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"husky": "^7.0.4",
"mocha": "^10",
"nyc": "^15.1.0",
"oclif": "^4.0.2",
"oclif": "^4.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"sinon": "^15.2.0",
Expand Down
24 changes: 6 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@
dependencies:
"@oclif/core" "^3.9.1"

"@oclif/[email protected]":
"@oclif/[email protected]", "@oclif/plugin-warn-if-update-available@^3.0.0":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz#76d02069c0d5545b5000660460edb6085272cbcd"
integrity sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==
Expand All @@ -1309,18 +1309,6 @@
http-call "^5.2.2"
lodash.template "^4.5.0"

"@oclif/plugin-warn-if-update-available@^2.0.44":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.1.1.tgz#e645d3d735241422d3f75e8fbf5c68db575f4c23"
integrity sha512-y7eSzT6R5bmTIJbiMMXgOlbBpcWXGlVhNeQJBLBCCy1+90Wbjyqf6uvY0i2WcO4sh/THTJ20qCW80j3XUlgDTA==
dependencies:
"@oclif/core" "^2.15.0"
chalk "^4.1.0"
debug "^4.1.0"
http-call "^5.2.2"
lodash.template "^4.5.0"
semver "^7.5.4"

"@oclif/[email protected]":
version "3.0.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.0.7.tgz#e71800b798140b532c8b659a7d0df4e27c7c453e"
Expand Down Expand Up @@ -8199,15 +8187,15 @@ object.values@^1.1.7:
define-properties "^1.2.0"
es-abstract "^1.22.1"

oclif@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.2.tgz#5ac35eb42ac14de17c43b9ac4e34980320144c10"
integrity sha512-yTlNy6bMPKJ4OPPeARg2GIV1PyFT4saIkePvl2q5Ca6hu9B5xmJSimn9XyjxQe1SSldp+L9LOhyzEUkEFB5I6A==
oclif@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.3.tgz#2ff8fab10c29b2cd0bbf8e9c87640a64151b65ff"
integrity sha512-Bq7t1bJvAKYwW3DKQIzok3jkXv7yUIMneoSec1qUr9wfSqzRTZQB0UUDovwlT/L+3TBMVoRyw1WeX+YDvfRJNA==
dependencies:
"@oclif/core" "^3.0.4"
"@oclif/plugin-help" "^5.2.14"
"@oclif/plugin-not-found" "^2.3.32"
"@oclif/plugin-warn-if-update-available" "^2.0.44"
"@oclif/plugin-warn-if-update-available" "^3.0.0"
async-retry "^1.3.3"
aws-sdk "^2.1231.0"
change-case "^4"
Expand Down

0 comments on commit 222c87d

Please sign in to comment.