Skip to content

Commit 4cec2af

Browse files
committed
chore(runtime-handler): update default twilio to 3.80.0
This removes the vulnerability alerts for @twilio/runtime-handler but might cause some side-effects for the edge case where a customer has specified this version of runtime-handler but has not specified a version of twilio. In this case the local and deployed behavior might vary depending on the APIs used by the customer in Functions.
1 parent e793c65 commit 4cec2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"nocache": "^2.1.0",
7474
"normalize.css": "^8.0.1",
7575
"serialize-error": "^7.0.1",
76-
"twilio": "3.29.2"
76+
"twilio": "3.80.0"
7777
},
7878
"overrides": {
7979
"@types/prettier": "2.6.0"

0 commit comments

Comments
 (0)