Skip to content

Commit

Permalink
Merge pull request #62 from twilio-labs/fix-axios-security-advisory
Browse files Browse the repository at this point in the history
Upgrade packages to resolve security advisory
  • Loading branch information
timmydoza authored Jan 7, 2021
2 parents 0ced899 + c8fb746 commit e50c0b8
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 106 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.7.1

### Maintenence

- This version upgrades dependencies in order to resolve this [security advisory](https://github.com/advisories/GHSA-4w2v-q235-vp99) regarding the axios library.
- Upgraded @twilio/cli-core from 5.9.3 to 5.15.1
- Upgraded twilio from 3.48.2 to 3.54.2

## 0.7.0

### Enhancements
Expand Down
125 changes: 22 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@oclif/config": "^1.14.0",
"@oclif/plugin-help": "^2",
"@twilio-labs/serverless-api": "^4.0.3",
"@twilio/cli-core": "^5.15.0",
"@twilio/cli-core": "^5.15.1",
"lodash": "^4.17.20",
"moment": "^2.29.0",
"nanoid": "^3.1.16"
Expand All @@ -37,7 +37,7 @@
"lint-staged": "^10.0.8",
"prettier": "^1.19.1",
"superagent": "^5.2.2",
"twilio": "^3.48.2"
"twilio": "^3.54.2"
},
"eslintConfig": {
"extends": "eslint:recommended",
Expand Down
2 changes: 1 addition & 1 deletion src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ TWILIO_API_SECRET = the secret for the API Key`);
},
pkgJson: {
dependencies: {
twilio: '^3.51.0',
twilio: '^3.54.2',
},
},
functionsEnv: 'dev',
Expand Down

0 comments on commit e50c0b8

Please sign in to comment.