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

Commit 99b65be

Browse files
committed
fix: updated deps
1 parent efe99e8 commit 99b65be

2 files changed

Lines changed: 92 additions & 147 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
},
99
"bugs": "https://github.com/oclif/dev-cli/issues",
1010
"dependencies": {
11-
"@oclif/command": "^1.4.16",
12-
"@oclif/config": "^1.6.13",
11+
"@oclif/command": "^1.4.17",
12+
"@oclif/config": "^1.6.16",
1313
"@oclif/errors": "^1.0.6",
14-
"@oclif/plugin-help": "^1.2.5",
14+
"@oclif/plugin-help": "^1.2.6",
1515
"cli-ux": "^3.4.1",
1616
"debug": "^3.1.0",
1717
"fs-extra": "^5.0.0",
@@ -32,14 +32,14 @@
3232
"@types/lodash": "^4.14.108",
3333
"@types/lodash.template": "^4.4.3",
3434
"@types/mocha": "^5.2.0",
35-
"@types/node": "^9.6.6",
35+
"@types/node": "^10.0.1",
3636
"@types/supports-color": "^5.3.0",
3737
"@types/write-json-file": "^2.2.1",
38-
"aws-sdk": "^2.229.1",
38+
"aws-sdk": "^2.230.1",
3939
"chai": "^4.1.2",
4040
"globby": "^8.0.1",
4141
"mocha": "^5.1.1",
42-
"ts-node": "^6.0.1",
42+
"ts-node": "^6.0.2",
4343
"tslint": "^5.9.1",
4444
"typescript": "^2.8.3"
4545
},

0 commit comments

Comments
 (0)