From 69894a0e15122ded88a24e32a1224ac3a8f94d06 Mon Sep 17 00:00:00 2001 From: peternhale Date: Tue, 7 Dec 2021 05:50:35 -0700 Subject: [PATCH] fix: bump plugin-plugins (#336) --- package.json | 6 ++-- yarn.lock | 85 ++++++++++++++++++++++++++++++++-------------------- 2 files changed, 55 insertions(+), 36 deletions(-) diff --git a/package.json b/package.json index 775d41a5..3d8eedc6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": { - "@oclif/command": "^1.8.8", + "@oclif/command": "^1.8.9", "@oclif/config": "^1.18.2", "@oclif/errors": "^1.3.5", "chalk": "^4.1.2", @@ -17,9 +17,9 @@ "wrap-ansi": "^6.2.0" }, "devDependencies": { - "@oclif/dev-cli": "^1.26.7", + "@oclif/dev-cli": "^1.26.8", "@oclif/plugin-legacy": "^1.2.5", - "@oclif/plugin-plugins": "^1.10.7", + "@oclif/plugin-plugins": "^1.10.10", "@oclif/test": "^1.2.8", "@types/chai": "^4.1.7", "@types/lodash": "^4.14.176", diff --git a/yarn.lock b/yarn.lock index 92d05f68..8b664d2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -181,6 +181,18 @@ debug "^4.1.1" semver "^7.3.2" +"@oclif/command@^1.8.9": + version "1.8.9" + resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.9.tgz#9a3cf897b1b83ef9e116657577324987c2d7f063" + integrity sha512-lrtLau+rCXlVyE4LWaDyhs5cFOYcI8+PRCshlKoRUuI6bC3wd+gQ6j5SxXtnR9XxOR6eDXnGZg7/0LB3GGGTpw== + dependencies: + "@oclif/config" "^1.18.2" + "@oclif/errors" "^1.3.5" + "@oclif/parser" "^3.8.6" + "@oclif/plugin-help" "^3.2.13" + debug "^4.1.1" + semver "^7.3.2" + "@oclif/config@^1.15.1": version "1.17.0" resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab" @@ -229,16 +241,16 @@ is-wsl "^2.1.1" tslib "^2.0.0" -"@oclif/dev-cli@^1.26.7": - version "1.26.7" - resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.7.tgz#90647b94df3da3a3f8b971ed17a622985ed060a2" - integrity sha512-4J0v7aSQG4gqMMcgEf/9IqKOqmCKAkzrDgAbJPB65kDtmYGbE+msmTzVVsJOnEGR4TFJ19q8unTjU/SKmWAeVQ== +"@oclif/dev-cli@^1.26.8": + version "1.26.8" + resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.8.tgz#63fecc0af30aae1e6f19198e0fdb7053449e953f" + integrity sha512-7DREe/Re9v7Li+lFgd/AdJXnNs6elJk7SuaFM2d7yLyGAroTVfWyZi55bZjoe+FeyE3Kx1mnk+l62o7QPcwDWQ== dependencies: - "@oclif/command" "^1.8.7" + "@oclif/command" "^1.8.9" "@oclif/config" "^1.18.2" "@oclif/errors" "^1.3.5" - "@oclif/plugin-help" "^3.2.11" - cli-ux "^5.6.5" + "@oclif/plugin-help" "^3.2.13" + cli-ux "^5.6.6" debug "^4.1.1" find-yarn-workspace-root "^2.0.0" fs-extra "^8.1" @@ -326,10 +338,10 @@ widest-line "^3.1.0" wrap-ansi "^6.2.0" -"@oclif/plugin-help@^3.2.11": - version "3.2.11" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.11.tgz#241f1d9bb4e7bf89d24f490b54ab9af5846e59c3" - integrity sha512-SSLvVMk3WZ23kFfDvKrotCZUcPUdGuPdYjtlIACaIoEmjtgCO9IqdQA5xmMzWozv9MHTqOdWwoJdU0qxD+MwNg== +"@oclif/plugin-help@^3.2.12": + version "3.2.12" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.12.tgz#cd38236e0169c3aad514366407155c856eac837f" + integrity sha512-Rw//rW6ld2T7S8TB82h1crA9HkWUynxtzBb3aplgmC2Jr0DO2AIUiLVo/bQSmt33vairPsDJgRIc2OMTannrhA== dependencies: "@oclif/command" "^1.8.7" "@oclif/config" "^1.18.2" @@ -342,12 +354,12 @@ widest-line "^3.1.0" wrap-ansi "^6.2.0" -"@oclif/plugin-help@^3.2.12": - version "3.2.12" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.12.tgz#cd38236e0169c3aad514366407155c856eac837f" - integrity sha512-Rw//rW6ld2T7S8TB82h1crA9HkWUynxtzBb3aplgmC2Jr0DO2AIUiLVo/bQSmt33vairPsDJgRIc2OMTannrhA== +"@oclif/plugin-help@^3.2.13": + version "3.2.13" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.13.tgz#d38b7bca5cadabf9ecf85972974e801ca7ef2156" + integrity sha512-Y7QwbjneA7VfB+rR82XeJKu3a4KQvA8EWzSYOsRf+4ERMntBnpLDqjik337nwJuJgb9O+Qf/vGgcWYvUvHAHXw== dependencies: - "@oclif/command" "^1.8.7" + "@oclif/command" "^1.8.8" "@oclif/config" "^1.18.2" "@oclif/errors" "^1.3.5" chalk "^4.1.2" @@ -435,20 +447,20 @@ semver "^7.3.2" tslib "^2.0.0" -"@oclif/plugin-plugins@^1.10.7": - version "1.10.7" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.7.tgz#1b3052ede8961f2e74bc3137131e0ca2d0ee3cd9" - integrity sha512-4pVQmG/g/1g23zU0nNn68rFPX88+DBxQX8VKRiY/w6x4LxvmhW063vT+cRLyPpC0Vch5jnrGoYA8NhhlTjH+8g== +"@oclif/plugin-plugins@^1.10.10": + version "1.10.10" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.10.tgz#1948b4625cdb5ae5d9f47d43ac55f4a6741bcacf" + integrity sha512-axEwF2LkXykhHMQLCfcNETAVr6vLjehwLmsECpU83lYQ3PSO6AA9wpZKTtZZkT98CMklJblSkLnR+TpX9Nxnhg== dependencies: "@oclif/color" "^0.1.2" - "@oclif/command" "^1.8.7" + "@oclif/command" "^1.8.9" "@oclif/errors" "^1.3.5" - chalk "^4.1.0" - cli-ux "^5.6.5" - debug "^4.1.0" + chalk "^4.1.2" + cli-ux "^5.6.6" + debug "^4.3.3" fs-extra "^9.0" - http-call "^5.2.2" - load-json-file "^5.2.0" + http-call "^5.3.0" + load-json-file "^5.3.0" npm-run-path "^4.0.1" semver "^7.3.2" tslib "^2.0.0" @@ -955,12 +967,12 @@ cli-ux@^4.9.3: treeify "^1.1.0" tslib "^1.9.3" -cli-ux@^5.6.5: - version "5.6.5" - resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.5.tgz#d2a73070fb73d77d6adf6cb51592b6f04b31deb9" - integrity sha512-FjC69Z13a5iMuo6mNjXaA+/qNO1vdJvoHPAGKqULIMVAuhff6DMPU5hbk5ygHoIQWkU9RsgeAup9tV97pXJ7fQ== +cli-ux@^5.6.6: + version "5.6.6" + resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.6.tgz#1424f5a9fbddcd796ad985b867a3de7f5a452090" + integrity sha512-4wUB34zoFklcZV0z5YiOM5IqVMMt9c3TK3QYRK3dqyk3XoRC0ybiWDWHfsMDjkKrzsVTw95rXn9NrzSHbae4pg== dependencies: - "@oclif/command" "^1.8.7" + "@oclif/command" "^1.8.9" "@oclif/errors" "^1.3.5" "@oclif/linewrap" "^1.0.0" "@oclif/screen" "^1.0.4" @@ -1074,6 +1086,13 @@ debug@^3.1.0: dependencies: ms "^2.1.1" +debug@^4.3.3: + version "4.3.3" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664" + integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q== + dependencies: + ms "2.1.2" + decamelize@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837" @@ -1707,7 +1726,7 @@ hosted-git-info@^4.0.1: dependencies: lru-cache "^6.0.0" -http-call@^5.1.2, http-call@^5.2.2, http-call@^5.2.4: +http-call@^5.1.2, http-call@^5.2.4, http-call@^5.3.0: version "5.3.0" resolved "https://registry.yarnpkg.com/http-call/-/http-call-5.3.0.tgz#4ded815b13f423de176eb0942d69c43b25b148db" integrity sha512-ahwimsC23ICE4kPl9xTBjKB4inbRaeLyZeRunC/1Jy/Z6X8tv22MEAjK+KBOMSVLaqXPTTmd8638waVIKLGx2w== @@ -1957,7 +1976,7 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -load-json-file@^5.2.0: +load-json-file@^5.3.0: version "5.3.0" resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-5.3.0.tgz#4d3c1e01fa1c03ea78a60ac7af932c9ce53403f3" integrity sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==