From e37b8b4abbf328c85a334f65ce0d3769d5294a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:53:00 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.14.23 to 4.14.27 Bumps [oclif](https://github.com/oclif/oclif) from 4.14.23 to 4.14.27. - [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.23...4.14.27) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4adafac6..7370c79f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1246,10 +1246,10 @@ dependencies: "@oclif/core" "^4" -"@oclif/plugin-not-found@^3.2.15": - version "3.2.16" - resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.16.tgz#e81c3ec965802d07b80dade118cbec86ec5082dd" - integrity sha512-9yGR1lAg4ItSwRb4WhZ41X+6tO55SJjDYnu+EXW9gPCPj64z5qRIBU1ZWUZGtxJpHNB0vUh9nDLTsQAJOw/lnw== +"@oclif/plugin-not-found@^3.2.16": + version "3.2.18" + resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.18.tgz#6ed73f1c2e3022723c588295131bb2b4f06468f3" + integrity sha512-595+i3eG+K4jM+BjWLAuWzBb2wqrXpKqF9IianroSCxeZEC4Ujg6HWvLSYT//afJzeXWpsNyqGCqeoGF7kXE/w== dependencies: "@inquirer/confirm" "^3.1.22" "@oclif/core" "^4" @@ -4869,9 +4869,9 @@ object.values@^1.1.7: es-object-atoms "^1.0.0" oclif@^4: - version "4.14.23" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.23.tgz#3fd1415f8ded09ce2aa497945ac5047a7f4ef1c5" - integrity sha512-jz9P+PN6voJbavFCfubmc/9F6VsIIrDx4Y5hpD423xAksoXY+3QEiADnE/yb+EDVtky7iV3IB5rmpe1ojlx3gA== + version "4.14.27" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.27.tgz#438f0dc37c016ca195ab60c41a33ddda09745540" + integrity sha512-fS7fsQ3uYDjTa12jGMRyst4Ug+NZh4BwmXOOa/HLpMPpEKMb4iXxUEBY41wMXnbuAig4bbEHDSOlk9oryqU/WA== dependencies: "@aws-sdk/client-cloudfront" "^3.624.0" "@aws-sdk/client-s3" "^3.633.0" @@ -4880,7 +4880,7 @@ oclif@^4: "@inquirer/select" "^2.3.10" "@oclif/core" "^4" "@oclif/plugin-help" "^6.2.8" - "@oclif/plugin-not-found" "^3.2.15" + "@oclif/plugin-not-found" "^3.2.16" "@oclif/plugin-warn-if-update-available" "^3.1.11" async-retry "^1.3.3" chalk "^4" @@ -4894,7 +4894,7 @@ oclif@^4: lodash "^4.17.21" normalize-package-data "^6" semver "^7.6.3" - sort-package-json "^2.10.0" + sort-package-json "^2.10.1" tiny-jsonc "^1.0.1" validate-npm-package-name "^5.0.1" @@ -5561,10 +5561,10 @@ sort-object-keys@^1.1.3: resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45" integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg== -sort-package-json@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.10.0.tgz#6be07424bf3b7db9fbb1bdd69e7945f301026d8a" - integrity sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g== +sort-package-json@^2.10.1: + version "2.10.1" + resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.10.1.tgz#18e7fa0172233cb2d4d926f7c99e6bfcf4d1d25c" + integrity sha512-d76wfhgUuGypKqY72Unm5LFnMpACbdxXsLPcL27pOsSrmVqH3PztFp1uq+Z22suk15h7vXmTesuh2aEjdCqb5w== dependencies: detect-indent "^7.0.1" detect-newline "^4.0.0"