Update axios in daily-pstn-server example due to transitive vulnerability with form-data

This commit is contained in:
Mark Backman
2025-07-23 14:22:13 -04:00
parent 37bb7ef926
commit f5edde42f6
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"axios": "^1.10.0",
"axios": "^1.11.0",
"next": "^14.0.0",
"pino": "^8.15.0",
"react": "^18.2.0",