From 49b639c03468e04e3fefa8ba3814a018a1175683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:21:24 +0000 Subject: [PATCH] chore(deps-dev): bump oclif from 4.14.8 to 4.14.11 Bumps [oclif](https://github.com/oclif/oclif) from 4.14.8 to 4.14.11. - [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.8...4.14.11) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2aa7af12..c7bb348e 100644 --- a/package.json +++ b/package.json @@ -253,7 +253,7 @@ "@salesforce/ts-sinon": "^1.4.22", "@salesforce/ts-types": "^2.0.10", "aws-sdk": "^2.1659.0", - "oclif": "^4.14.8", + "oclif": "^4.14.11", "ts-node": "^10.9.2", "typescript": "^5.5.3" }, diff --git a/yarn.lock b/yarn.lock index 5b7d4337..aea30d05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1882,7 +1882,7 @@ dependencies: "@oclif/core" "^4" -"@oclif/plugin-not-found@3.2.14", "@oclif/plugin-not-found@^3.2.3": +"@oclif/plugin-not-found@3.2.14", "@oclif/plugin-not-found@^3.2.14": version "3.2.14" resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.14.tgz#48f59a57fc072937fc2ca90e112e667fb483c3f8" integrity sha512-p9QSwr0eCCpUojmpGzP+rG3e9PI1NHxCU+mnluhiHl9r8/+xEi56vP8WF/C43G8XstM/+nxyhKC0r3n2BO6lMQ== @@ -8493,10 +8493,10 @@ obliterator@^2.0.1, obliterator@^2.0.2: resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz" integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ== -oclif@^4.14.8: - version "4.14.8" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.8.tgz#2ed3bc9e5cd2c75ced65310bda810d6348319a7d" - integrity sha512-dJplgtnF2eQ+c06aJHm8xtjKitpvgx5DLf1qU/yrRjREYE+BTcXaOZa7cIskAcFiEz/86I0rBeovEoQTI3G+zA== +oclif@^4.14.11: + version "4.14.11" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.11.tgz#33e351ea864f241885bee9274132f9daab2ddf31" + integrity sha512-JXamkm9DoynXo0wEjQs8zc9fW6HUl7GuChRA76oYiChvFwx83sWnmzQTD57JbcDh2Pl7JZ7o1kZwQDUnScPQtw== dependencies: "@aws-sdk/client-cloudfront" "^3.609.0" "@aws-sdk/client-s3" "^3.614.0" @@ -8505,7 +8505,7 @@ oclif@^4.14.8: "@inquirer/select" "^2.3.10" "@oclif/core" "^4" "@oclif/plugin-help" "^6.2.2" - "@oclif/plugin-not-found" "^3.2.3" + "@oclif/plugin-not-found" "^3.2.14" "@oclif/plugin-warn-if-update-available" "^3.0.19" async-retry "^1.3.3" chalk "^4"