diff --git a/package.json b/package.json index c9a16ab9..b1a634ec 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/semver": "^7.5.8", "@types/sinon-chai": "^3.2.12", "eslint-plugin-sf-plugin": "^1.18.5", - "oclif": "^4.12.1", + "oclif": "^4.13.2", "sinon-chai": "^3.7.0", "ts-node": "^10.9.2", "typescript": "^5.4.5" diff --git a/yarn.lock b/yarn.lock index aba5174a..68ab4044 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1486,7 +1486,7 @@ "@inquirer/type" "^1.3.3" ansi-escapes "^4.3.2" -"@inquirer/select@^2.3.4": +"@inquirer/select@^2.3.5": version "2.3.5" resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.3.5.tgz#db4ff1ba482ed87f2cdd33e03e64c7b430acdd7d" integrity sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ== @@ -1645,7 +1645,7 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^4", "@oclif/core@^4.0.0-beta.12", "@oclif/core@^4.0.0-beta.13": +"@oclif/core@^4", "@oclif/core@^4.0.0-beta.13": version "4.0.2" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.2.tgz#e6b15c4397e52b31fde9b7695f537c20b56634ed" integrity sha512-0r+JwE1FbVlEYNQlLonMULnZb6rKR0RqT8eUgKeJTb5cILhsKUjlZf2NLIX4GP3SZrK8POwGGLcztmj42hZYiw== @@ -1690,13 +1690,13 @@ dependencies: "@oclif/core" "^3.26.2" -"@oclif/plugin-not-found@^3.1.10": - version "3.2.1" - resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.1.tgz#59664f68ef7a67899e2a48ed7379126a44411dad" - integrity sha512-Y2FyWLEziTrgdQwd4LtZcYv3VOMeDhW0pW6hbE0u3fJdxs8f3JLfOHJPd8FPorVt2ldsaj4zcXUWA6vMQKeKbQ== +"@oclif/plugin-not-found@^3.2.1": + version "3.2.2" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.2.tgz#d43b35f22f284e262972f7b2c233d1cf823448fe" + integrity sha512-FyQiC0jQZsrvtoVyEkNy8gypdibCLw+AR3uP08NyO95UoJeEHpxHjJUK+E10wNsTCFLFuaBW7hAjvtGm+Ze0RQ== dependencies: "@inquirer/confirm" "^3.1.9" - "@oclif/core" "^4.0.0-beta.13" + "@oclif/core" "^4" ansis "^3.2.0" fast-levenshtein "^3.0.0" @@ -6557,19 +6557,19 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.12.1: - version "4.12.1" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.12.1.tgz#9d61a9c329b6be16fc0053dc2c9a96a1499ea24f" - integrity sha512-O1a/30Nmx2lAvkRENCzfSIP5MboIxv+0whsWVgg9TAQDuPCXy+NU5/CqKN22EfEZKL+0HfgEnpwdfng+EFjF3g== +oclif@^4.13.2: + version "4.13.2" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.13.2.tgz#1594dffc25f11456aa979c2078c74071fb0a39ec" + integrity sha512-+89Pz7s1GI6qTW/dNp1W2hF0ASmq0VSqUmBEXeuBVWW+26V7fI17AuqChhahrEcT1rIi8LPQAe8iBvK5HFaHFQ== dependencies: "@aws-sdk/client-cloudfront" "^3.574.0" "@aws-sdk/client-s3" "^3.583.0" "@inquirer/confirm" "^3.1.6" "@inquirer/input" "^2.1.9" - "@inquirer/select" "^2.3.4" - "@oclif/core" "^4.0.0-beta.12" + "@inquirer/select" "^2.3.5" + "@oclif/core" "^4" "@oclif/plugin-help" "^6.0.21" - "@oclif/plugin-not-found" "^3.1.10" + "@oclif/plugin-not-found" "^3.2.1" "@oclif/plugin-warn-if-update-available" "^3.0.19" async-retry "^1.3.3" chalk "^4"