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

Commit 2e32621

Browse files
committed
fix: updated deps
1 parent 59ba01a commit 2e32621

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"bugs": "https://github.com/oclif/dev-cli/issues",
1010
"dependencies": {
11-
"@oclif/command": "^1.4.31",
12-
"@oclif/config": "^1.6.26",
11+
"@oclif/command": "^1.4.32",
12+
"@oclif/config": "^1.6.27",
1313
"@oclif/errors": "^1.1.2",
1414
"@oclif/plugin-help": "^2.0.4",
1515
"cli-ux": "^4.6.0",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@oclif/plugin-legacy": "^1.0.15",
26-
"@oclif/test": "^1.0.7",
26+
"@oclif/test": "^1.0.8",
2727
"@oclif/tslint": "^1.1.2",
2828
"@types/chai": "^4.1.3",
2929
"@types/execa": "^0.9.0",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@
6363
debug "^3.1.0"
6464
semver "^5.5.0"
6565

66-
"@oclif/command@^1.4.31":
67-
version "1.4.31"
68-
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.31.tgz#14aece1d9d9e53cc5a5dc03d17cf315cd55818f9"
66+
"@oclif/command@^1.4.32":
67+
version "1.4.32"
68+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.32.tgz#1cb2eb9637340a1ac69da35e407316688f736647"
6969
dependencies:
7070
"@oclif/errors" "^1.1.2"
7171
"@oclif/parser" "^3.4.1"
7272
debug "^3.1.0"
7373
semver "^5.5.0"
7474

75-
"@oclif/config@^1.6.26":
76-
version "1.6.26"
77-
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.26.tgz#ff66b2427c8837031776eff0722148299404b33d"
75+
"@oclif/config@^1.6.27":
76+
version "1.6.27"
77+
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.27.tgz#d3de1cff71301784c8e4ee3903d3f7db21a18c3f"
7878
dependencies:
7979
debug "^3.1.0"
8080
tslib "^1.9.2"
@@ -171,11 +171,11 @@
171171
version "1.0.2"
172172
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"
173173

174-
"@oclif/test@^1.0.7":
175-
version "1.0.7"
176-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.7.tgz#08f929d7ccfc73e69e5e241b1f6de10a51eef924"
174+
"@oclif/test@^1.0.8":
175+
version "1.0.8"
176+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.8.tgz#c1e17967170650e6b86d467d051a80ef677a74b7"
177177
dependencies:
178-
fancy-test "^1.1.1"
178+
fancy-test "^1.1.2"
179179

180180
"@oclif/tslint@^1.1.2":
181181
version "1.1.2"
@@ -784,9 +784,9 @@ extract-stack@^1.0.0:
784784
version "1.0.0"
785785
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa"
786786

787-
fancy-test@^1.1.1:
788-
version "1.1.1"
789-
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.1.1.tgz#22517244313345eb603730587feb1487d460b379"
787+
fancy-test@^1.1.2:
788+
version "1.1.2"
789+
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.1.2.tgz#570db0c24ac49f49d780385abbee121757de5e46"
790790
dependencies:
791791
"@types/chai" "^4.1.3"
792792
"@types/lodash" "^4.14.109"

0 commit comments

Comments
 (0)