File tree 2 files changed +18
-11
lines changed
2 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends": [
3
- "twilio",
3
+ "twilio",
4
4
"twilio-mocha"
5
5
],
6
6
"parserOptions": {
7
7
"ecmaVersion": 2018
8
8
},
9
9
"rules": {
10
10
"global-require": "off",
11
- "prefer-named-capture-group": "off"
11
+ "prefer-named-capture-group": "off",
12
+ "sonarjs/cognitive-complexity": "off",
13
+ "sonarjs/no-identical-expressions": "off",
14
+ "sonarjs/no-duplicate-string": "off",
15
+ "sonarjs/no-identical-functions": "off",
16
+ "sonarjs/no-collapsible-if": "off",
17
+ "sonarjs/prefer-immediate-return": "off",
18
+ "no-throw-literal": "off"
12
19
}
13
- }
20
+ }
Original file line number Diff line number Diff line change 28
28
},
29
29
"dependencies" : {
30
30
"@actions/core" : " ^1.0.0" ,
31
- "@actions/github" : " ^2.2.0 " ,
31
+ "@actions/github" : " ^5.0.3 " ,
32
32
"@oclif/command" : " ^1.8.15" ,
33
33
"@oclif/config" : " ^1.18.2" ,
34
34
"@oclif/errors" : " ^1.3.5" ,
35
35
"@oclif/plugin-help" : " ^3.2.2" ,
36
36
"@oclif/plugin-plugins" : " ^1.8.3" ,
37
- "@octokit/rest" : " ^18.10.0 " ,
37
+ "@octokit/rest" : " ^19.0.3 " ,
38
38
"axios" : " ^0.25.0" ,
39
- "chalk" : " ^4.1.0 " ,
39
+ "chalk" : " ^4.1.2 " ,
40
40
"columnify" : " ^1.5.4" ,
41
41
"fs-extra" : " ^9.0.1" ,
42
42
"https-proxy-agent" : " ^5.0.0" ,
43
43
"inquirer" : " ^8.0.0" ,
44
44
"qs" : " ^6.9.4" ,
45
45
"semver" : " ^7.3.2" ,
46
46
"tsv" : " ^0.2.0" ,
47
- "twilio" : " ^3.54.2 "
47
+ "twilio" : " ^3.80.0 "
48
48
},
49
49
"devDependencies" : {
50
50
"@oclif/test" : " ^1.2.6" ,
54
54
"@twilio/cli-test" : " ^2.1.0" ,
55
55
"chai" : " ^4.2.0" ,
56
56
"conventional-changelog-conventionalcommits" : " ^4.6.0" ,
57
- "eslint" : " ^7.5 .0" ,
58
- "eslint-config-twilio" : " ~1.31 .0" ,
59
- "eslint-config-twilio-mocha" : " ~1.31 .0" ,
60
- "mocha" : " ^9.1.3 " ,
57
+ "eslint" : " ^8.20 .0" ,
58
+ "eslint-config-twilio" : " ~2.0 .0" ,
59
+ "eslint-config-twilio-mocha" : " ~2.0 .0" ,
60
+ "mocha" : " ^10.0.0 " ,
61
61
"mock-fs" : " ^4.14.0" ,
62
62
"nock" : " ^13.0.2" ,
63
63
"nyc" : " ^15.1.0" ,
You can’t perform that action at this time.
0 commit comments