Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 91823d7

Browse files
fix(deps): bump @oclif/help from 1.0.1 to 1.0.8
Bumps [@oclif/help](https://github.com/oclif/help) from 1.0.1 to 1.0.8. - [Release notes](https://github.com/oclif/help/releases) - [Changelog](https://github.com/oclif/help/blob/main/CHANGELOG.md) - [Commits](oclif/help@v1.0.1...1.0.8) --- updated-dependencies: - dependency-name: "@oclif/help" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b89d1f commit 91823d7

2 files changed

Lines changed: 27 additions & 31 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@oclif/config": "^1.18.2",
99
"@oclif/errors": "^1.3.6",
1010
"@oclif/parser": "^3.8.13",
11-
"@oclif/help": "^1.0.1",
11+
"@oclif/help": "^1.0.8",
1212
"debug": "^4.1.1",
1313
"semver": "^7.5.3"
1414
},

yarn.lock

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -295,30 +295,19 @@
295295
debug "^4.1.1"
296296
semver "^7.3.2"
297297

298-
"@oclif/config@1.18.2", "@oclif/config@^1.18.2":
299-
version "1.18.2"
300-
resolved "https://registry.npmjs.org/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe"
301-
integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==
298+
"@oclif/config@1.18.10", "@oclif/config@^1.18.2":
299+
version "1.18.10"
300+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.10.tgz#c0f6c2045abff6381689eb01bf2ffe742a8fb793"
301+
integrity sha512-SjDtdeQwUnHh5rjqqRaBVH6JrBjxtZlHoIwiosOTFcxooLJhW+qcJ/VFOyYw2h/7Jfl95lSKYq+xnMW4aJZd9w==
302302
dependencies:
303-
"@oclif/errors" "^1.3.3"
304-
"@oclif/parser" "^3.8.0"
305-
debug "^4.1.1"
306-
globby "^11.0.1"
303+
"@oclif/errors" "^1.3.6"
304+
"@oclif/parser" "^3.8.12"
305+
debug "^4.3.4"
306+
globby "^11.1.0"
307307
is-wsl "^2.1.1"
308-
tslib "^2.0.0"
308+
tslib "^2.5.0"
309309

310-
"@oclif/errors@1.3.5":
311-
version "1.3.5"
312-
resolved "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
313-
integrity sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ==
314-
dependencies:
315-
clean-stack "^3.0.0"
316-
fs-extra "^8.1"
317-
indent-string "^4.0.0"
318-
strip-ansi "^6.0.0"
319-
wrap-ansi "^7.0.0"
320-
321-
"@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5", "@oclif/errors@^1.3.6":
310+
"@oclif/errors@1.3.6", "@oclif/errors@^1.3.5", "@oclif/errors@^1.3.6":
322311
version "1.3.6"
323312
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.6.tgz#e8fe1fc12346cb77c4f274e26891964f5175f75d"
324313
integrity sha512-fYaU4aDceETd89KXP+3cLyg9EHZsLD3RxF2IU9yxahhBpspWjkWi3Dy3bTgcwZ3V47BgxQaGapzJWDM33XIVDQ==
@@ -329,13 +318,13 @@
329318
strip-ansi "^6.0.1"
330319
wrap-ansi "^7.0.0"
331320

332-
"@oclif/help@^1.0.1":
333-
version "1.0.1"
334-
resolved "https://registry.npmjs.org/@oclif/help/-/help-1.0.1.tgz#fd96a3dd9fb2314479e6c8584c91b63754a7dff5"
335-
integrity sha512-8rsl4RHL5+vBUAKBL6PFI3mj58hjPCp2VYyXD4TAa7IMStikFfOH2gtWmqLzIlxAED2EpD0dfYwo9JJxYsH7Aw==
321+
"@oclif/help@^1.0.8":
322+
version "1.0.8"
323+
resolved "https://registry.yarnpkg.com/@oclif/help/-/help-1.0.8.tgz#da727a003432b116a2ad05ab3e26daaeda4d8052"
324+
integrity sha512-5fnUvvJB7s83ks6eqjcF/T8SnxGD4Bomcxj+Sp/LkfK/n9295p0cexhQkYTdQJ5uB5U1kcymxVoNPXMq0vyKCw==
336325
dependencies:
337-
"@oclif/config" "1.18.2"
338-
"@oclif/errors" "1.3.5"
326+
"@oclif/config" "1.18.10"
327+
"@oclif/errors" "1.3.6"
339328
chalk "^4.1.2"
340329
indent-string "^4.0.0"
341330
lodash "^4.17.21"
@@ -349,7 +338,7 @@
349338
resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
350339
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==
351340

352-
"@oclif/parser@^3.8.0", "@oclif/parser@^3.8.13", "@oclif/parser@^3.8.6":
341+
"@oclif/parser@^3.8.12", "@oclif/parser@^3.8.13", "@oclif/parser@^3.8.6":
353342
version "3.8.13"
354343
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.13.tgz#339bbf6cf06b99fe45f453f188740a64929bf512"
355344
integrity sha512-M4RAB4VB5DuPF3ZoVJlXyemyxhflYBKrvP0cBI/ZJVelrfR7Z1fB/iUSrw7SyFvywI13mHmtEQ8Xz0bSUs7g8A==
@@ -1163,6 +1152,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3:
11631152
dependencies:
11641153
ms "2.1.2"
11651154

1155+
debug@^4.3.4:
1156+
version "4.3.4"
1157+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
1158+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
1159+
dependencies:
1160+
ms "2.1.2"
1161+
11661162
decamelize-keys@^1.1.0:
11671163
version "1.1.0"
11681164
resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -1793,7 +1789,7 @@ globals@^13.6.0, globals@^13.9.0:
17931789
dependencies:
17941790
type-fest "^0.20.2"
17951791

1796-
globby@^11.0.1, globby@^11.1.0:
1792+
globby@^11.1.0:
17971793
version "11.1.0"
17981794
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
17991795
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -3226,7 +3222,7 @@ tslib@^1, tslib@^1.8.1:
32263222
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
32273223
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
32283224

3229-
tslib@^2.0.0, tslib@^2.6.0:
3225+
tslib@^2.0.0, tslib@^2.5.0, tslib@^2.6.0:
32303226
version "2.6.0"
32313227
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
32323228
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==

0 commit comments

Comments
 (0)