From 1ceefa1083fc8f8b4519aa9df77f5d534d76e13c Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 23 Jun 2025 09:13:05 +0200 Subject: [PATCH] [call-me] - update dep --- coturn/README.md | 1 - package.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/coturn/README.md b/coturn/README.md index 72a4cba..4f6bf02 100644 --- a/coturn/README.md +++ b/coturn/README.md @@ -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. diff --git a/package.json b/package.json index a00ad9e..b33706f 100755 --- a/package.json +++ b/package.json @@ -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" } }