Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 5bea6a4

Browse files
authored
fix: bump deps (#461)
1 parent 530606a commit 5bea6a4

File tree

2 files changed

+24
-36
lines changed

2 files changed

+24
-36
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Jeff Dickey @jdxcode",
66
"bugs": "https://github.com/oclif/cli-ux/issues",
77
"dependencies": {
8-
"@oclif/command": "^1.8.7",
8+
"@oclif/command": "^1.8.9",
99
"@oclif/errors": "^1.3.5",
1010
"@oclif/linewrap": "^1.0.0",
1111
"@oclif/screen": "^1.0.4",
@@ -33,7 +33,7 @@
3333
"tslib": "^2.0.0"
3434
},
3535
"devDependencies": {
36-
"@oclif/config": "^1.18.1",
36+
"@oclif/config": "^1.18.2",
3737
"@oclif/parser": "^3.8.6",
3838
"@types/ansi-styles": "^3.2.1",
3939
"@types/chai": "^4.1.7",

yarn.lock

Lines changed: 22 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -59,46 +59,34 @@
5959
"@nodelib/fs.scandir" "2.1.3"
6060
fastq "^1.6.0"
6161

62-
"@oclif/command@^1.8.6":
63-
version "1.8.6"
64-
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.6.tgz#7b42060e30bf0beae2be2e6d9b887b0ccb4b140b"
65-
integrity sha512-tIcGPpf7ndGe0Sp22RbPhZbwKjfrebHzCfe1SHRlqlJNy2xS3FT50i9p+dZmF+7Zpn4CEcBHag1TCdfFCTc1vQ==
62+
"@oclif/command@^1.8.8":
63+
version "1.8.8"
64+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.8.tgz#ce330e37694a3f5246a21b205527a679c09f9baa"
65+
integrity sha512-Gr7gnybrDfEu/50U/xxBtx9DLMi6hAgIeN/0gR4N1rTYYXMXmvt6GuQVsYHeTBcWlSWxwnS4nZa7ObzZObmW8A==
6666
dependencies:
67-
"@oclif/config" "^1.17.1"
67+
"@oclif/config" "^1.18.2"
6868
"@oclif/errors" "^1.3.5"
6969
"@oclif/parser" "^3.8.6"
70-
"@oclif/plugin-help" "^3.2.8"
70+
"@oclif/plugin-help" "^3.2.12"
7171
debug "^4.1.1"
7272
semver "^7.3.2"
7373

74-
"@oclif/command@^1.8.7":
75-
version "1.8.7"
76-
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.7.tgz#825d34bea8e93cecfaf0cb9bf327f4ab87cd0714"
77-
integrity sha512-5DRLd2WHppuKsudHe8rCZnjgEpA2/6P4zxrLwWBXrGz+/kzA/RWcPJgkcdfm1uBCEgHMSWZP4MX21d4lAB1vYA==
74+
"@oclif/command@^1.8.9":
75+
version "1.8.9"
76+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.9.tgz#9a3cf897b1b83ef9e116657577324987c2d7f063"
77+
integrity sha512-lrtLau+rCXlVyE4LWaDyhs5cFOYcI8+PRCshlKoRUuI6bC3wd+gQ6j5SxXtnR9XxOR6eDXnGZg7/0LB3GGGTpw==
7878
dependencies:
79-
"@oclif/config" "^1.18.1"
79+
"@oclif/config" "^1.18.2"
8080
"@oclif/errors" "^1.3.5"
8181
"@oclif/parser" "^3.8.6"
82-
"@oclif/plugin-help" "^3.2.10"
82+
"@oclif/plugin-help" "^3.2.13"
8383
debug "^4.1.1"
8484
semver "^7.3.2"
8585

86-
"@oclif/config@^1.17.1":
87-
version "1.17.1"
88-
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.1.tgz#383515f6715b91d8df5db8108214e93bb46e86ca"
89-
integrity sha512-UqV5qsN2np96TNlJspSNlRl7CpFmxYSrB0iLe3XV9NDkbFEE5prGP++h6w6xOR/FL3QV7BoqrbwGuJdJdFbidw==
90-
dependencies:
91-
"@oclif/errors" "^1.3.3"
92-
"@oclif/parser" "^3.8.6"
93-
debug "^4.1.1"
94-
globby "^11.0.1"
95-
is-wsl "^2.1.1"
96-
tslib "^2.0.0"
97-
98-
"@oclif/config@^1.18.1":
99-
version "1.18.1"
100-
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.1.tgz#81207d3682fa967bcd6981954fcfe414a29dcc77"
101-
integrity sha512-twRJO5RRl3CCDaAASb6LiynfFQl/SbkWWOQy1l0kJZSMPysEhz+fk3BKfmlCCm451Btkp4UezHUwI1JtH+/zYg==
86+
"@oclif/config@^1.18.2":
87+
version "1.18.2"
88+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe"
89+
integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==
10290
dependencies:
10391
"@oclif/errors" "^1.3.3"
10492
"@oclif/parser" "^3.8.0"
@@ -154,13 +142,13 @@
154142
chalk "^4.1.0"
155143
tslib "^2.0.0"
156144

157-
"@oclif/plugin-help@^3.2.10", "@oclif/plugin-help@^3.2.8":
158-
version "3.2.10"
159-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.10.tgz#1843ac05f8cd139b575ee8b1dfc34bb500110e68"
160-
integrity sha512-U3Jk01MTnqnd9druulNSn6nTjPEE1Rr6PWhD4rJ6Z+NjLFTKhp3S1kutWDXJQd7CQ6m8tHd1AYgsIjiR+36bSw==
145+
"@oclif/plugin-help@^3.2.12", "@oclif/plugin-help@^3.2.13":
146+
version "3.2.13"
147+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.13.tgz#d38b7bca5cadabf9ecf85972974e801ca7ef2156"
148+
integrity sha512-Y7QwbjneA7VfB+rR82XeJKu3a4KQvA8EWzSYOsRf+4ERMntBnpLDqjik337nwJuJgb9O+Qf/vGgcWYvUvHAHXw==
161149
dependencies:
162-
"@oclif/command" "^1.8.6"
163-
"@oclif/config" "^1.18.1"
150+
"@oclif/command" "^1.8.8"
151+
"@oclif/config" "^1.18.2"
164152
"@oclif/errors" "^1.3.5"
165153
chalk "^4.1.2"
166154
indent-string "^4.0.0"

0 commit comments

Comments
 (0)