Skip to content

Commit 105be81

Browse files
authored
chore: update vulnerabilities dependencies (twilio#205)
1 parent d2e851e commit 105be81

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

.eslintrc

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"extends": [
3-
"twilio",
3+
"twilio",
44
"twilio-mocha"
55
],
66
"parserOptions": {
77
"ecmaVersion": 2018
88
},
99
"rules": {
1010
"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"
1219
}
13-
}
20+
}

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@
2828
},
2929
"dependencies": {
3030
"@actions/core": "^1.0.0",
31-
"@actions/github": "^2.2.0",
31+
"@actions/github": "^5.0.3",
3232
"@oclif/command": "^1.8.15",
3333
"@oclif/config": "^1.18.2",
3434
"@oclif/errors": "^1.3.5",
3535
"@oclif/plugin-help": "^3.2.2",
3636
"@oclif/plugin-plugins": "^1.8.3",
37-
"@octokit/rest": "^18.10.0",
37+
"@octokit/rest": "^19.0.3",
3838
"axios": "^0.25.0",
39-
"chalk": "^4.1.0",
39+
"chalk": "^4.1.2",
4040
"columnify": "^1.5.4",
4141
"fs-extra": "^9.0.1",
4242
"https-proxy-agent": "^5.0.0",
4343
"inquirer": "^8.0.0",
4444
"qs": "^6.9.4",
4545
"semver": "^7.3.2",
4646
"tsv": "^0.2.0",
47-
"twilio": "^3.54.2"
47+
"twilio": "^3.80.0"
4848
},
4949
"devDependencies": {
5050
"@oclif/test": "^1.2.6",
@@ -54,10 +54,10 @@
5454
"@twilio/cli-test": "^2.1.0",
5555
"chai": "^4.2.0",
5656
"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",
6161
"mock-fs": "^4.14.0",
6262
"nock": "^13.0.2",
6363
"nyc": "^15.1.0",

0 commit comments

Comments
 (0)