Skip to content

Commit

Permalink
fix: bump plugins (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed May 9, 2024
1 parent 380ba01 commit e8aa031
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 35 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"@inquirer/select": "^2.3.2",
"@oclif/core": "^3.26.5",
"@oclif/plugin-help": "^6.0.21",
"@oclif/plugin-not-found": "^3.0.14",
"@oclif/plugin-warn-if-update-available": "^3.0.14",
"@types/debug": "^4.1.12",
"@oclif/plugin-not-found": "^3.1.8",
"@oclif/plugin-warn-if-update-available": "^3.0.17",
"async-retry": "^1.3.3",
"chalk": "^4",
"change-case": "^4",
Expand All @@ -41,6 +40,7 @@
"@types/async-retry": "^1.4.5",
"@types/chai": "^4.3.4",
"@types/cli-progress": "^3.11.0",
"@types/debug": "^4.1.12",
"@types/ejs": "^3.1.5",
"@types/fs-extra": "^9.0",
"@types/lodash": "^4.17.0",
Expand Down
45 changes: 13 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@
supports-color "^8.1.1"
tslib "^2"

"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
"@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
version "3.26.5"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
Expand Down Expand Up @@ -1283,25 +1283,26 @@
debug "^4.3.3"
semver "^7.5.4"

"@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==
"@oclif/plugin-not-found@^3.1.8":
version "3.1.8"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.1.8.tgz#5fc871019868f425bbf301437630afaebaa914e5"
integrity sha512-TbpMJ7PODaXuodSivqJo9cFxiVxNUmkCCl1BTdMpLuy82nxMv6aON0W1DVJryJ/OQjM4RKXvH3x3qCB7Xn0U8g==
dependencies:
"@oclif/core" "^3.21.0"
"@inquirer/confirm" "^3.1.6"
"@oclif/core" "^3.26.5"
chalk "^5.3.0"
fast-levenshtein "^3.0.0"

"@oclif/plugin-warn-if-update-available@^3.0.14":
version "3.0.14"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.14.tgz#6fe230e900a2d5a074e5d3c27c077304e2378029"
integrity sha512-CCChGqmR8F0JHJ4ikXD1KgNC/dAsd3FJeQHsZm1BP5YlzLCtSEu6Oz/lpdH1OdnCbVBHJkrquCiL/81S9DTzGw==
"@oclif/plugin-warn-if-update-available@^3.0.17":
version "3.0.17"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.17.tgz#bf4eb3b0e67ca0d6e47da9c63f4759d0464c1ca4"
integrity sha512-pSWCbsn4+K+6WBNUyN/odMs1yqmM9kk00/wanIzWhtJDbrVKqR2e/mTyX2Nsuu9ZJJZdSauFOsoz/Xu3CITzcg==
dependencies:
"@oclif/core" "^3.23.0"
"@oclif/core" "^3.26.0"
chalk "^5.3.0"
debug "^4.1.0"
http-call "^5.2.2"
lodash.template "^4.5.0"
lodash "^4.17.21"

"@oclif/prettier-config@^0.2.1":
version "0.2.1"
Expand Down Expand Up @@ -4583,11 +4584,6 @@ locate-path@^6.0.0:
dependencies:
p-locate "^5.0.0"

lodash._reinterpolate@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
integrity sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==

lodash.camelcase@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
Expand Down Expand Up @@ -4638,21 +4634,6 @@ lodash.startcase@^4.4.0:
resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
integrity sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==

lodash.template@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab"
integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==
dependencies:
lodash._reinterpolate "^3.0.0"
lodash.templatesettings "^4.0.0"

lodash.templatesettings@^4.0.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz#e481310f049d3cf6d47e912ad09313b154f0fb33"
integrity sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==
dependencies:
lodash._reinterpolate "^3.0.0"

lodash.uniq@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
Expand Down

0 comments on commit e8aa031

Please sign in to comment.