[call-me] - update dep

This commit is contained in:
Miroslav Pejic
2025-06-23 09:13:05 +02:00
parent 6fd394efa5
commit 1ceefa1083
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -24,7 +24,6 @@ Set up `CoTURN` with Docker for NAT traversal and media relay in WebRTC applicat
cp turnserver.template.conf turnserver.conf
```
2. Edit `turnserver.conf`:
- Replace `YOUR.DOMAIN.NAME` with your domain.
- Replace `YOUR.USERNAME` and `YOUR.PASSWORD` with your credentials.
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.0.86",
"version": "1.0.87",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
@@ -20,7 +20,7 @@
},
"dependencies": {
"@ngrok/ngrok": "1.5.1",
"axios": "^1.9.0",
"axios": "^1.10.0",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
@@ -33,6 +33,6 @@
},
"devDependencies": {
"nodemon": "^3.1.10",
"prettier": "3.5.3"
"prettier": "3.6.0"
}
}