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

Commit af0968e

Browse files
authored
fix: bump deps (#442)
* fix: bump deps * chore: bump node versions in gh workflow
1 parent 7c8b99a commit af0968e

3 files changed

Lines changed: 47 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"bugs": "https://github.com/oclif/dev-cli/issues",
1010
"dependencies": {
1111
"@oclif/command": "^1.8.6",
12-
"@oclif/config": "^1.17.1",
12+
"@oclif/config": "^1.18.1",
1313
"@oclif/errors": "^1.3.5",
14-
"@oclif/plugin-help": "^3.2.8",
14+
"@oclif/plugin-help": "^3.2.10",
1515
"cli-ux": "^5.6.4",
1616
"debug": "^4.1.1",
1717
"find-yarn-workspace-root": "^2.0.0",
@@ -23,7 +23,7 @@
2323
"tslib": "^2.0.3"
2424
},
2525
"devDependencies": {
26-
"@oclif/plugin-legacy": "^1.2.2",
26+
"@oclif/plugin-legacy": "^1.2.3",
2727
"@oclif/test": "^1.2.8",
2828
"@types/chai": "^4.1.7",
2929
"@types/execa": "^0.9.0",

yarn.lock

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,18 @@
334334
is-wsl "^2.1.1"
335335
tslib "^2.0.0"
336336

337+
"@oclif/config@^1.18.1":
338+
version "1.18.1"
339+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.1.tgz#81207d3682fa967bcd6981954fcfe414a29dcc77"
340+
integrity sha512-twRJO5RRl3CCDaAASb6LiynfFQl/SbkWWOQy1l0kJZSMPysEhz+fk3BKfmlCCm451Btkp4UezHUwI1JtH+/zYg==
341+
dependencies:
342+
"@oclif/errors" "^1.3.3"
343+
"@oclif/parser" "^3.8.0"
344+
debug "^4.1.1"
345+
globby "^11.0.1"
346+
is-wsl "^2.1.1"
347+
tslib "^2.0.0"
348+
337349
"@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5":
338350
version "1.3.5"
339351
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
@@ -350,7 +362,7 @@
350362
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
351363
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==
352364

353-
"@oclif/parser@^3.8.6":
365+
"@oclif/parser@^3.8.0", "@oclif/parser@^3.8.6":
354366
version "3.8.6"
355367
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.6.tgz#d5a108af9c708a051cc6b1d27d47359d75f41236"
356368
integrity sha512-tXb0NKgSgNxmf6baN6naK+CCwOueaFk93FG9u202U7mTBHUKsioOUlw1SG/iPi9aJM3WE4pHLXmty59pci0OEw==
@@ -360,6 +372,22 @@
360372
chalk "^4.1.0"
361373
tslib "^2.0.0"
362374

375+
"@oclif/plugin-help@^3.2.10":
376+
version "3.2.10"
377+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.10.tgz#1843ac05f8cd139b575ee8b1dfc34bb500110e68"
378+
integrity sha512-U3Jk01MTnqnd9druulNSn6nTjPEE1Rr6PWhD4rJ6Z+NjLFTKhp3S1kutWDXJQd7CQ6m8tHd1AYgsIjiR+36bSw==
379+
dependencies:
380+
"@oclif/command" "^1.8.6"
381+
"@oclif/config" "^1.18.1"
382+
"@oclif/errors" "^1.3.5"
383+
chalk "^4.1.2"
384+
indent-string "^4.0.0"
385+
lodash "^4.17.21"
386+
string-width "^4.2.0"
387+
strip-ansi "^6.0.0"
388+
widest-line "^3.1.0"
389+
wrap-ansi "^6.2.0"
390+
363391
"@oclif/plugin-help@^3.2.8":
364392
version "3.2.8"
365393
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.8.tgz#6020f1969aa98343b9a63ff9de82eec5eae98405"
@@ -376,14 +404,14 @@
376404
widest-line "^3.1.0"
377405
wrap-ansi "^4.0.0"
378406

379-
"@oclif/plugin-legacy@^1.2.2":
380-
version "1.2.2"
381-
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.2.2.tgz#292a31eb1fb58160503781fe3da59621382c4b72"
382-
integrity sha512-uPE8xesEEH2hXby6ujslSproYXl2wHmOPn+ZYAzraA1JWXq1uhHMqSWSD6tyY7h+hww60B1mLC0S7mHJovmGMg==
407+
"@oclif/plugin-legacy@^1.2.3":
408+
version "1.2.3"
409+
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.2.3.tgz#3d6deb69307f566326304901578d86aa154eccb9"
410+
integrity sha512-mtvd+eua6/JNSnLxC2Cu3HYF0rhClgfVUxZtVDbWVIfTvvHepGehLc8mpa/uPIB4XJ3O8P/YEADBtjfOjXFDwg==
383411
dependencies:
384412
"@heroku-cli/command" "^8.5.0"
385413
"@oclif/color" "^0.1.2"
386-
"@oclif/command" "^1.8.4"
414+
"@oclif/command" "^1.8.6"
387415
ansi-escapes "^4.3.1"
388416
debug "^4.1.0"
389417
semver "^7.3.2"
@@ -3764,6 +3792,15 @@ wrap-ansi@^4.0.0:
37643792
string-width "^2.1.1"
37653793
strip-ansi "^4.0.0"
37663794

3795+
wrap-ansi@^6.2.0:
3796+
version "6.2.0"
3797+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
3798+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
3799+
dependencies:
3800+
ansi-styles "^4.0.0"
3801+
string-width "^4.1.0"
3802+
strip-ansi "^6.0.0"
3803+
37673804
wrap-ansi@^7.0.0:
37683805
version "7.0.0"
37693806
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"

0 commit comments

Comments
 (0)