From 95b4887da65494c07d6ec46c7ccf300c65b8b3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 05:44:22 -0600 Subject: [PATCH] chore(dev-deps): bump oclif from 4.0.4 to 4.1.0 (#510) Bumps [oclif](https://github.com/oclif/oclif) from 4.0.4 to 4.1.0. - [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.4...4.1.0) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-minor ... 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 07ffc406..a1372792 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "husky": "^8.0.3", "lint-staged": "^14.0.1", "mocha": "^10.2.0", - "oclif": "^4.0.4", + "oclif": "^4.1.0", "prettier": "^3.1.1", "ts-node": "^10.9.2", "typescript": "^5.3.3" diff --git a/yarn.lock b/yarn.lock index b588e1b5..1088e973 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4675,10 +4675,10 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e" - integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA== +oclif@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45" + integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg== dependencies: "@oclif/core" "^3.0.4" "@oclif/plugin-help" "^5.2.14"