Skip to content

Commit

Permalink
chore(dev-deps): bump oclif from 4.14.24 to 4.14.27 (#541)
Browse files Browse the repository at this point in the history
Bumps [oclif](https://github.com/oclif/oclif) from 4.14.24 to 4.14.27.
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.14.24...4.14.27)

---
updated-dependencies:
- dependency-name: oclif
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent cb64653 commit a57fca5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1645,10 +1645,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"
Expand Down Expand Up @@ -6314,9 +6314,9 @@ object.values@^1.1.7:
es-abstract "^1.22.1"

oclif@^4:
version "4.14.24"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.24.tgz#596631bc818aaaaac8897a7fc709128468cf5e62"
integrity sha512-ugsZM5yvz+4HCLDvZ5+ebL5h9JuV/kCgbiO5jrLd0Cda0VTO1obZPNJ91SAhrY9Q7mEf+1IJTsdd7dkPIBX1iw==
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"
Expand All @@ -6325,7 +6325,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"
Expand All @@ -6339,7 +6339,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"

Expand Down Expand Up @@ -7321,10 +7321,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"
Expand Down

0 comments on commit a57fca5

Please sign in to comment.