From 18b81abd5f2043de8f7a60a14c4d02b4be12fded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 11:48:07 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.14.34 to 4.14.35 Bumps [oclif](https://github.com/oclif/oclif) from 4.14.34 to 4.14.35. - [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.14.34...4.14.35) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index d0084e3f..ec88104b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@salesforce/dev-scripts": "^10.2.10", "@salesforce/plugin-command-reference": "^3.1.26", "eslint-plugin-sf-plugin": "^1.20.7", - "oclif": "^4.14.34", + "oclif": "^4.14.35", "ts-node": "^10.9.2", "typescript": "^5.6.2" }, diff --git a/yarn.lock b/yarn.lock index 6a90298a..7ef7af53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1110,14 +1110,14 @@ "@inquirer/type" "^1.5.3" ansi-escapes "^4.3.2" -"@inquirer/select@^2.3.10": - version "2.4.7" - resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.4.7.tgz#6a23742b4f76d228186dfd42571d973def378ffa" - integrity sha512-JH7XqPEkBpNWp3gPCqWqY8ECbyMoFcCZANlL6pV9hf59qK6dGmkOlx1ydyhY+KZ0c5X74+W6Mtp+nm2QX0/MAQ== +"@inquirer/select@^2.5.0": + version "2.5.0" + resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.5.0.tgz#345c6908ecfaeef3d84ddd2f9feb2f487c558efb" + integrity sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA== dependencies: - "@inquirer/core" "^9.0.10" + "@inquirer/core" "^9.1.0" "@inquirer/figures" "^1.0.5" - "@inquirer/type" "^1.5.2" + "@inquirer/type" "^1.5.3" ansi-escapes "^4.3.2" yoctocolors-cjs "^2.1.2" @@ -5849,16 +5849,16 @@ 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.14.34: - version "4.14.34" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.34.tgz#45ddd207ab648a0996ec845e975087ac2fe10479" - integrity sha512-NA604h6cPhiDQTLjjwaJ2yGq3gv6OyHIMIdwt9xTiOqMjFOrKXpoqXiwmKN6bGoeWC1SuaSJqlfoXThlAKn+Ag== +oclif@^4.14.35: + version "4.14.35" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.35.tgz#aa714afa5e4b460a5ed65c4ce4cb58df6cca2440" + integrity sha512-PWiBL6+fQZNiFPkdrorDINFfpOTdI5Je9UZD/RwaeP2LvQdggqpBUXx5qlrtxPcHZXNuTQrn4pFfIbDIOPCjsg== dependencies: "@aws-sdk/client-cloudfront" "^3.645.0" "@aws-sdk/client-s3" "^3.651.1" "@inquirer/confirm" "^3.1.22" "@inquirer/input" "^2.2.4" - "@inquirer/select" "^2.3.10" + "@inquirer/select" "^2.5.0" "@oclif/core" "^4" "@oclif/plugin-help" "^6.2.10" "@oclif/plugin-not-found" "^3.2.21"