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

Commit 5504b70

Browse files
authored
fix: bump deps (#282)
* fix: bump deps * fix: bump deps
1 parent 0e9b220 commit 5504b70

File tree

3 files changed

+58
-9
lines changed

3 files changed

+58
-9
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: windows-latest
1212
strategy:
1313
matrix:
14-
node-version: [10.x, 12.x]
14+
node-version: [14.x, 16.x]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"author": "Jeff Dickey @jdxcode",
66
"bugs": "https://github.com/oclif/command/issues",
77
"dependencies": {
8-
"@oclif/config": "^1.17.1",
8+
"@oclif/config": "^1.18.1",
99
"@oclif/errors": "^1.3.5",
1010
"@oclif/parser": "^3.8.6",
11-
"@oclif/plugin-help": "^3.2.8",
11+
"@oclif/plugin-help": "^3.2.10",
1212
"debug": "^4.1.1",
1313
"semver": "^7.3.2"
1414
},
1515
"devDependencies": {
16-
"@oclif/plugin-plugins": "^1.10.4",
16+
"@oclif/plugin-plugins": "^1.10.6",
1717
"@types/chai": "^4.1.7",
1818
"@types/mocha": "^8.0.0",
1919
"@types/node": "^14.0.14",

yarn.lock

+54-5
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,18 @@
106106
debug "^4.1.1"
107107
semver "^7.3.2"
108108

109+
"@oclif/command@^1.8.6":
110+
version "1.8.6"
111+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.6.tgz#7b42060e30bf0beae2be2e6d9b887b0ccb4b140b"
112+
integrity sha512-tIcGPpf7ndGe0Sp22RbPhZbwKjfrebHzCfe1SHRlqlJNy2xS3FT50i9p+dZmF+7Zpn4CEcBHag1TCdfFCTc1vQ==
113+
dependencies:
114+
"@oclif/config" "^1.17.1"
115+
"@oclif/errors" "^1.3.5"
116+
"@oclif/parser" "^3.8.6"
117+
"@oclif/plugin-help" "^3.2.8"
118+
debug "^4.1.1"
119+
semver "^7.3.2"
120+
109121
"@oclif/config@^1.15.1":
110122
version "1.17.0"
111123
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab"
@@ -130,6 +142,18 @@
130142
is-wsl "^2.1.1"
131143
tslib "^2.0.0"
132144

145+
"@oclif/config@^1.18.1":
146+
version "1.18.1"
147+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.1.tgz#81207d3682fa967bcd6981954fcfe414a29dcc77"
148+
integrity sha512-twRJO5RRl3CCDaAASb6LiynfFQl/SbkWWOQy1l0kJZSMPysEhz+fk3BKfmlCCm451Btkp4UezHUwI1JtH+/zYg==
149+
dependencies:
150+
"@oclif/errors" "^1.3.3"
151+
"@oclif/parser" "^3.8.0"
152+
debug "^4.1.1"
153+
globby "^11.0.1"
154+
is-wsl "^2.1.1"
155+
tslib "^2.0.0"
156+
133157
"@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3":
134158
version "1.3.4"
135159
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.4.tgz#a96f94536b4e25caa72eff47e8b3ed04f6995f55"
@@ -177,6 +201,22 @@
177201
chalk "^4.1.0"
178202
tslib "^2.0.0"
179203

204+
"@oclif/plugin-help@^3.2.10":
205+
version "3.2.10"
206+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.10.tgz#1843ac05f8cd139b575ee8b1dfc34bb500110e68"
207+
integrity sha512-U3Jk01MTnqnd9druulNSn6nTjPEE1Rr6PWhD4rJ6Z+NjLFTKhp3S1kutWDXJQd7CQ6m8tHd1AYgsIjiR+36bSw==
208+
dependencies:
209+
"@oclif/command" "^1.8.6"
210+
"@oclif/config" "^1.18.1"
211+
"@oclif/errors" "^1.3.5"
212+
chalk "^4.1.2"
213+
indent-string "^4.0.0"
214+
lodash "^4.17.21"
215+
string-width "^4.2.0"
216+
strip-ansi "^6.0.0"
217+
widest-line "^3.1.0"
218+
wrap-ansi "^6.2.0"
219+
180220
"@oclif/plugin-help@^3.2.4":
181221
version "3.2.5"
182222
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.5.tgz#dab0f5e655971b2c49dd80ee472f97b6e69a1297"
@@ -241,13 +281,13 @@
241281
widest-line "^3.1.0"
242282
wrap-ansi "^4.0.0"
243283

244-
"@oclif/plugin-plugins@^1.10.4":
245-
version "1.10.4"
246-
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.4.tgz#07af68feb3e9a595ca25a0294b90d090eb0a9320"
247-
integrity sha512-Nkps/GeHu1DmTK1Mmn0YRk8DYNc5SF9G1friRCVYw6Xqqps1iqeCYbC+zaGmgLLFF2jZmR0xdALXsu47oLIj1A==
284+
"@oclif/plugin-plugins@^1.10.6":
285+
version "1.10.6"
286+
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.6.tgz#f8b2212d7e9f70729dcab9eb0a0ddb88039c1586"
287+
integrity sha512-+u+tW66ujnn+bu9+h9bbJDvAsjYXeu7CFbO9pHpxNrV1wWPgkhaiC3cHMxhTQlofCOjzTxYHGQI4dGXCwZiBIA==
248288
dependencies:
249289
"@oclif/color" "^0.1.2"
250-
"@oclif/command" "^1.8.5"
290+
"@oclif/command" "^1.8.6"
251291
"@oclif/errors" "^1.3.5"
252292
chalk "^4.1.0"
253293
cli-ux "^5.6.4"
@@ -3405,6 +3445,15 @@ wrap-ansi@^4.0.0:
34053445
string-width "^2.1.1"
34063446
strip-ansi "^4.0.0"
34073447

3448+
wrap-ansi@^6.2.0:
3449+
version "6.2.0"
3450+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
3451+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
3452+
dependencies:
3453+
ansi-styles "^4.0.0"
3454+
string-width "^4.1.0"
3455+
strip-ansi "^6.0.0"
3456+
34083457
wrap-ansi@^7.0.0:
34093458
version "7.0.0"
34103459
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"

0 commit comments

Comments
 (0)