Skip to content

Commit b77eaaa

Browse files
author
childish-sambino
authored
chore!: raise Node requirement to v10 and upgrade dependencies (#84)
1 parent 42d94fd commit b77eaaa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"@oclif/plugin-help": "^2.2.3",
1212
"@oclif/plugin-plugins": "^1.7.9",
1313
"axios": "^0.19.2",
14-
"chalk": "^2.4.2",
14+
"chalk": "^4.0.0",
1515
"columnify": "^1.5.4",
16-
"fs-extra": "^7.0.1",
17-
"inquirer": "^6.5.2",
18-
"qs": "^6.9.1",
19-
"semver": "^6.3.0",
16+
"fs-extra": "^9.0.0",
17+
"inquirer": "^7.1.0",
18+
"qs": "^6.9.3",
19+
"semver": "^7.3.0",
2020
"shelljs": "^0.8.3",
2121
"tsv": "^0.2.0",
22-
"twilio": "^3.42.0"
22+
"twilio": "^3.42.1"
2323
},
2424
"optionalDependencies": {
25-
"keytar": "^4.13.0"
25+
"keytar": "^5.4.0"
2626
},
2727
"devDependencies": {
2828
"@oclif/test": "^1.2.5",
@@ -33,12 +33,12 @@
3333
"eslint-plugin-mocha": "^6.3.0",
3434
"mocha": "^7.1.1",
3535
"nock": "^12.0.3",
36-
"nyc": "^15.0.0",
37-
"sinon": "^9.0.1",
36+
"nyc": "^15.0.1",
37+
"sinon": "^9.0.2",
3838
"tmp": "0.1.0"
3939
},
4040
"engines": {
41-
"node": ">=8.0.0"
41+
"node": ">=10.0.0"
4242
},
4343
"files": [
4444
"/bin",

0 commit comments

Comments
 (0)