From 863332df904e1bdfc899a811d78da3743263b814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 05:46:15 -0600 Subject: [PATCH] chore(dev-deps): bump oclif from 4.0.3 to 4.0.4 (#560) Bumps [oclif](https://github.com/oclif/oclif) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/oclif/compare/4.0.3...4.0.4) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5b7d3eb8..b9f990ea 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "mocha": "^10.2.0", "nock": "^13.4.0", "nyc": "^15.1.0", - "oclif": "^4.0.3", + "oclif": "^4.0.4", "prettier": "^3.1.0", "shx": "^0.3.3", "ts-node": "^10.9.1", diff --git a/yarn.lock b/yarn.lock index ed5f1289..74c06b64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5026,10 +5026,10 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -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== +oclif@^4.0.4: + version "4.0.4" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e" + integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA== dependencies: "@oclif/core" "^3.0.4" "@oclif/plugin-help" "^5.2.14"