Skip to content

Commit e50c0b8

Browse files
author
timmydoza
authored
Merge pull request #62 from twilio-labs/fix-axios-security-advisory
Upgrade packages to resolve security advisory
2 parents 0ced899 + c8fb746 commit e50c0b8

File tree

4 files changed

+33
-106
lines changed

4 files changed

+33
-106
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.7.1
4+
5+
### Maintenence
6+
7+
- This version upgrades dependencies in order to resolve this [security advisory](https://github.com/advisories/GHSA-4w2v-q235-vp99) regarding the axios library.
8+
- Upgraded @twilio/cli-core from 5.9.3 to 5.15.1
9+
- Upgraded twilio from 3.48.2 to 3.54.2
10+
311
## 0.7.0
412

513
### Enhancements

package-lock.json

Lines changed: 22 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@oclif/config": "^1.14.0",
2222
"@oclif/plugin-help": "^2",
2323
"@twilio-labs/serverless-api": "^4.0.3",
24-
"@twilio/cli-core": "^5.15.0",
24+
"@twilio/cli-core": "^5.15.1",
2525
"lodash": "^4.17.20",
2626
"moment": "^2.29.0",
2727
"nanoid": "^3.1.16"
@@ -37,7 +37,7 @@
3737
"lint-staged": "^10.0.8",
3838
"prettier": "^1.19.1",
3939
"superagent": "^5.2.2",
40-
"twilio": "^3.48.2"
40+
"twilio": "^3.54.2"
4141
},
4242
"eslintConfig": {
4343
"extends": "eslint:recommended",

src/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ TWILIO_API_SECRET = the secret for the API Key`);
191191
},
192192
pkgJson: {
193193
dependencies: {
194-
twilio: '^3.51.0',
194+
twilio: '^3.54.2',
195195
},
196196
},
197197
functionsEnv: 'dev',

0 commit comments

Comments
 (0)