Skip to content

Commit

Permalink
fix(deps): upgrade axios and twilio in all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
justynoh committed Jan 2, 2024
1 parent cd58264 commit 948fe05
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 67 deletions.
14 changes: 7 additions & 7 deletions frontend/package-lock.json

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

66 changes: 16 additions & 50 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 @@ -70,7 +70,7 @@
"abortcontroller-polyfill": "^1.7.5",
"aws-info": "^1.2.0",
"aws-sdk": "^2.1354.0",
"axios": "^1.6.2",
"axios": "^1.6.3",
"bcrypt": "^5.1.0",
"bluebird": "^3.5.2",
"body-parser": "^1.20.1",
Expand Down Expand Up @@ -148,7 +148,7 @@
"triple-beam": "^1.3.0",
"ts-essentials": "^9.3.1",
"tweetnacl": "^1.0.1",
"twilio": "~4.18.0",
"twilio": "~4.19.3",
"ui-select": "^0.19.8",
"uid-generator": "^2.0.0",
"ulid": "^2.3.0",
Expand Down
14 changes: 7 additions & 7 deletions serverless/virus-scanner/package-lock.json

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

2 changes: 1 addition & 1 deletion serverless/virus-scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@aws-sdk/client-s3": "^3.363.0",
"@aws-sdk/client-ssm": "^3.363.0",
"aws-lambda-ric": "^2.1.0",
"axios": "^1.6.2",
"axios": "^1.6.3",
"clamscan": "^2.1.2",
"convict": "^6.2.4",
"http-status-codes": "^2.2.0",
Expand Down

0 comments on commit 948fe05

Please sign in to comment.