Skip to content

Commit 0d5bbfe

Browse files
committed
fix: sample-app/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137
1 parent afd2b5d commit 0d5bbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react-dom": "^18.2.0",
2323
"server-only": "^0.0.1",
2424
"tailwindcss": "^3.3.3",
25-
"twilio": "^4.15.0",
25+
"twilio": "^5.0.4",
2626
"twilio-taskrouter": "file:../",
2727
"typescript": "^5.1.6"
2828
},

0 commit comments

Comments
 (0)