Skip to content

Commit

Permalink
chore(dev-deps): bump oclif from 4.14.23 to 4.14.27
Browse files Browse the repository at this point in the history
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](oclif/oclif@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent 6d08992 commit e37b8b4
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 @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e37b8b4

Please sign in to comment.