|
5 | 5 | "author": "Twilio @twilio",
|
6 | 6 | "bugs": "https://github.com/twilio/twilio-cli/issues",
|
7 | 7 | "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", |
13 | 13 | "axios": "^0.19.2",
|
14 |
| - "chalk": "^4.0.0", |
| 14 | + "chalk": "^4.1.0", |
15 | 15 | "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", |
21 | 20 | "tsv": "^0.2.0",
|
22 |
| - "twilio": "^3.46.0" |
| 21 | + "twilio": "^3.47.0" |
23 | 22 | },
|
24 | 23 | "optionalDependencies": {
|
25 |
| - "keytar": "^5.4.0" |
| 24 | + "keytar": "^6.0.1" |
26 | 25 | },
|
27 | 26 | "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", |
30 | 29 | "chai": "^4.2.0",
|
31 |
| - "eslint": "^6.8.0", |
| 30 | + "eslint": "^7.3.1", |
32 | 31 | "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", |
37 | 36 | "sinon": "^9.0.2",
|
38 |
| - "tmp": "0.1.0" |
| 37 | + "tmp": "^0.2.1" |
39 | 38 | },
|
40 | 39 | "engines": {
|
41 | 40 | "node": ">=10.12.0"
|
|
55 | 54 | "url": "https://github.com/twilio/twilio-cli-core.git"
|
56 | 55 | },
|
57 | 56 | "scripts": {
|
58 |
| - "posttest": "eslint --ignore-path .gitignore . && npm audit", |
| 57 | + "posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate", |
59 | 58 | "test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\""
|
60 | 59 | }
|
61 | 60 | }
|
0 commit comments