diff --git a/package.json b/package.json index 2b6ca35..04f20dc 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint-plugin-sf-plugin": "^1.20.15", "eslint-plugin-unicorn": "^50.0.1", "esmock": "^2.7.0", - "oclif": "^4.18.1", + "oclif": "^4.20.0", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, diff --git a/yarn.lock b/yarn.lock index 6e67742..0805099 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2748,7 +2748,7 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.7", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.4.0": +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.7", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0": version "4.4.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.0.tgz#82fb972822270c8e585587bd1c8a01ffbac588e2" integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ== @@ -2787,17 +2787,17 @@ semver "^7.7.2" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-help@^6.2.27": - version "6.2.28" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.28.tgz#acb361d7577008b0b6e3dd028bfd9f052b2dc217" - integrity sha512-eFLP2yjiK+xMRGcv9k9jOWV08HB+/Cgg1ND91zS4Uwgp1krMoL39Is+hIqnZOKkmiEMtiv8k5EDqCVv+DTRywg== +"@oclif/plugin-help@^6.2.29": + version "6.2.29" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.29.tgz#6c349de65f5a7fee5f94032137fc872ac829d259" + integrity sha512-90DMOngEHiQw1I7oylVE1Hco991OkeDFJMx3CNJ2M3g5F1dhXgscjbaIlYHdiuNyVs0mTkKevdiMs911suD4yA== dependencies: "@oclif/core" "^4" -"@oclif/plugin-not-found@^3.2.48": - version "3.2.55" - resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.55.tgz#d1efcc54d24e26f19db111ed970481e3962bbce1" - integrity sha512-+zgaRKoDsq431UyR/rOlJFDa6zdFkaNenQnLecrUWt9y9bwvw6Bs+mkQymAUJZCd9+JS4sZwqUilONXxU9g6DQ== +"@oclif/plugin-not-found@^3.2.57": + version "3.2.57" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.57.tgz#315f032e908eb4094446866629c1bbba70be67ba" + integrity sha512-HtDnLIcR7ojRgdeH4G6MMUIu1Dgub/iiFEA4srZcQVKUIPA/6nF117W7rBXZMlHcbch90OCoGkSP3ty55nGKDw== dependencies: "@inquirer/prompts" "^7.5.3" "@oclif/core" "^4" @@ -9364,19 +9364,19 @@ object.values@^1.2.0: define-properties "^1.2.1" es-object-atoms "^1.0.0" -oclif@^4.18.1: - version "4.18.1" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.1.tgz#697c10712f022a4d8b596b15868a149fcbca3e8d" - integrity sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw== +oclif@^4.20.0: + version "4.20.0" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.0.tgz#6423733e580ffa13b8bbea825390761a9719b65e" + integrity sha512-crfnwuZpbosmaxDCCZ2hSePEwnQS92MrWRpSaOU4TzgvKQfitQL9k2o7zqV12VdxCAI0hB7tYWqS4LMocqBPcQ== dependencies: "@aws-sdk/client-cloudfront" "^3.787.0" "@aws-sdk/client-s3" "^3.787.0" "@inquirer/confirm" "^3.1.22" "@inquirer/input" "^2.2.4" "@inquirer/select" "^2.5.0" - "@oclif/core" "^4.3.2" - "@oclif/plugin-help" "^6.2.27" - "@oclif/plugin-not-found" "^3.2.48" + "@oclif/core" "^4.4.0" + "@oclif/plugin-help" "^6.2.29" + "@oclif/plugin-not-found" "^3.2.57" "@oclif/plugin-warn-if-update-available" "^3.1.38" ansis "^3.16.0" async-retry "^1.3.3"