From f635d6805367272022126b40869566a97812f8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:30:13 +0000 Subject: [PATCH] chore(deps-dev): bump oclif from 4.14.35 to 4.14.36 Bumps [oclif](https://github.com/oclif/oclif) from 4.14.35 to 4.14.36. - [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.35...4.14.36) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0a0df5ea..3710cec2 100644 --- a/package.json +++ b/package.json @@ -256,7 +256,7 @@ "@salesforce/ts-sinon": "^1.4.27", "@salesforce/ts-types": "^2.0.10", "aws-sdk": "^2.1691.0", - "oclif": "^4.14.35", + "oclif": "^4.14.36", "ts-node": "^10.9.2", "typescript": "^5.6.2" }, diff --git a/yarn.lock b/yarn.lock index bec846ed..adf94e2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8585,10 +8585,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.35: - version "4.14.35" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.35.tgz#aa714afa5e4b460a5ed65c4ce4cb58df6cca2440" - integrity sha512-PWiBL6+fQZNiFPkdrorDINFfpOTdI5Je9UZD/RwaeP2LvQdggqpBUXx5qlrtxPcHZXNuTQrn4pFfIbDIOPCjsg== +oclif@^4.14.36: + version "4.14.36" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.36.tgz#3535f2de7665f223610e321be46b210f0a6dc3c4" + integrity sha512-aVNdf3Jgu3HZEos83q7YE+/SQ9uGwLpldLSJ0eRBaapRnX7Pw/q9kT9A06THnG3OmX2qFcmwX8Rsus47Su11hQ== dependencies: "@aws-sdk/client-cloudfront" "^3.645.0" "@aws-sdk/client-s3" "^3.651.1"