From db5a7c437d6ee94bdfd40f670b648c5b53d6a652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:30:33 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.0.4 to 4.1.1 Bumps [oclif](https://github.com/oclif/oclif) from 4.0.4 to 4.1.1. - [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.1) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 47f6adb..0995057 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/shelljs": "^0.8.14", "eslint-plugin-sf-plugin": "^1.17.0", "moment": "^2.30.1", - "oclif": "^4.0.4", + "oclif": "^4.1.1", "shelljs": "^0.8.5", "shx": "0.3.4", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index 0e6dbcb..194a294 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5968,10 +5968,10 @@ obliterator@^2.0.1, obliterator@^2.0.2: resolved "https://registry.yarnpkg.com/obliterator/-/obliterator-2.0.4.tgz#fa650e019b2d075d745e44f1effeb13a2adbe816" integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ== -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.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.1.tgz#9308765e3551921a3c0989ce7b1136d86dd897aa" + integrity sha512-u6FQZlft7RHX/fzWlDYV/TulmyzSNw8WMqXc5N93d8KiYEd7Mh8WRYLL4I+E6lXlQLrtkeD7dj44rkLPzWJK6A== dependencies: "@oclif/core" "^3.0.4" "@oclif/plugin-help" "^5.2.14"