Skip to content

Commit 98987a3

Browse files
author
childish-sambino
authored
fix: upgrade dependencies and drop tslib pinning (twilio#97)
Pinning of tslib no longer required since '@oclif/plugin-plugins' has been fixed. Also, ignore low severity vulnerabilities until lodash issue is resolved: https://www.npmjs.com/advisories/1523
1 parent 62c3c5f commit 98987a3

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

package.json

+21-22
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,36 @@
55
"author": "Twilio @twilio",
66
"bugs": "https://github.com/twilio/twilio-cli/issues",
77
"dependencies": {
8-
"@oclif/command": "^1.5.19",
9-
"@oclif/config": "^1.14.0",
10-
"@oclif/errors": "^1.2.2",
11-
"@oclif/plugin-help": "^2.2.3",
12-
"@oclif/plugin-plugins": "^1.7.9",
8+
"@oclif/command": "^1.7.0",
9+
"@oclif/config": "^1.16.0",
10+
"@oclif/errors": "^1.3.3",
11+
"@oclif/plugin-help": "^3.1.0",
12+
"@oclif/plugin-plugins": "^1.8.2",
1313
"axios": "^0.19.2",
14-
"chalk": "^4.0.0",
14+
"chalk": "^4.1.0",
1515
"columnify": "^1.5.4",
16-
"fs-extra": "^9.0.0",
17-
"inquirer": "^7.1.0",
18-
"qs": "^6.9.3",
19-
"semver": "^7.3.0",
20-
"tslib": "~1.11.2",
16+
"fs-extra": "^9.0.1",
17+
"inquirer": "^7.3.0",
18+
"qs": "^6.9.4",
19+
"semver": "^7.3.2",
2120
"tsv": "^0.2.0",
22-
"twilio": "^3.46.0"
21+
"twilio": "^3.47.0"
2322
},
2423
"optionalDependencies": {
25-
"keytar": "^5.4.0"
24+
"keytar": "^6.0.1"
2625
},
2726
"devDependencies": {
28-
"@oclif/test": "^1.2.5",
29-
"@twilio/cli-test": "^2.0.2",
27+
"@oclif/test": "^1.2.6",
28+
"@twilio/cli-test": "^2.1.0",
3029
"chai": "^4.2.0",
31-
"eslint": "^6.8.0",
30+
"eslint": "^7.3.1",
3231
"eslint-config-oclif": "^3.1.0",
33-
"eslint-plugin-mocha": "^6.3.0",
34-
"mocha": "^7.1.1",
35-
"nock": "^12.0.3",
36-
"nyc": "^15.0.1",
32+
"eslint-plugin-mocha": "^7.0.1",
33+
"mocha": "^8.0.1",
34+
"nock": "^13.0.2",
35+
"nyc": "^15.1.0",
3736
"sinon": "^9.0.2",
38-
"tmp": "0.1.0"
37+
"tmp": "^0.2.1"
3938
},
4039
"engines": {
4140
"node": ">=10.12.0"
@@ -55,7 +54,7 @@
5554
"url": "https://github.com/twilio/twilio-cli-core.git"
5655
},
5756
"scripts": {
58-
"posttest": "eslint --ignore-path .gitignore . && npm audit",
57+
"posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate",
5958
"test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\""
6059
}
6160
}

0 commit comments

Comments
 (0)