From 2737b1658b5ee36f52e29caae69e314c07d20cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 12:08:30 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.5.2 to 4.5.4 Bumps [oclif](https://github.com/oclif/oclif) from 4.5.2 to 4.5.4. - [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.5.2...4.5.4) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/yarn.lock b/yarn.lock index 49c54df6..09fe5ac3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1456,7 +1456,7 @@ node-gyp "^8.2.0" read-package-json-fast "^2.0.1" -"@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.21.0": +"@oclif/core@^3.19.2", "@oclif/core@^3.21.0": version "3.23.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8" integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw== @@ -1497,12 +1497,12 @@ dependencies: "@oclif/core" "^3.21.0" -"@oclif/plugin-not-found@^3.0.10": - version "3.0.10" - resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.10.tgz#c1e60386f4509b43636214f8d6efff7b8e5a75bc" - integrity sha512-vjY0nh+QcnAnKYP1SW/c4YhSBS8AkVsv4J61X2Bg2uedLi8Xaj5wCE8zTkqi/gSUtCH3SC3XZ5XGiqGVJegkTw== +"@oclif/plugin-not-found@^3.0.14": + version "3.0.14" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.14.tgz#a5eb6d38cd185e9d30178f5fbd0dc674dbae9b01" + integrity sha512-HLz04cmS+5F6Tsx1zQEoYV6wamDC/0cM2NqklPIEg8pq/JHPhktmhpzsGaRyBrtx4Pv+uNCo3s+mrTz2v5v03w== dependencies: - "@oclif/core" "^3.18.2" + "@oclif/core" "^3.21.0" chalk "^5.3.0" fast-levenshtein "^3.0.0" @@ -6748,15 +6748,15 @@ object.values@^1.1.7: es-abstract "^1.22.1" oclif@^4: - version "4.5.2" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.5.2.tgz#b90f9bb624fccb73e57dd733e3a5146f3eeb7599" - integrity sha512-9xUwaaNvdrN1tSx/jxKD1tsu/sR3ZHFv1f72S8GAZ01xmp5EGyRw97xUT64TFLPQLp/6h3zXm3VUwhZyCv9bkw== + version "4.5.4" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.5.4.tgz#8b874dd3bbab1a16a4a72a1e7e3babd34c3614c4" + integrity sha512-3WVlr9FtTXiS5+kBmMdENvWwSHzhrfEpML6HgXDvyEYub3YeapbE60/sCvvNmgBDZ8vYnbOTf3RgqBt1oFo05Q== dependencies: "@aws-sdk/client-cloudfront" "^3.525.0" "@aws-sdk/client-s3" "^3.515.0" "@oclif/core" "^3.21.0" "@oclif/plugin-help" "^6.0.14" - "@oclif/plugin-not-found" "^3.0.10" + "@oclif/plugin-not-found" "^3.0.14" "@oclif/plugin-warn-if-update-available" "^3.0.12" async-retry "^1.3.3" change-case "^4"