Skip to content

Commit

Permalink
[mirotalkbro] - update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Sep 22, 2024
1 parent 01e1562 commit 45f9e04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @license For open source under AGPL-3.0
* @license For private project or commercial purposes contact us at: [email protected]
* @author Miroslav Pejic - [email protected]
* @version 1.0.57
* @version 1.0.58
*/

require('dotenv').config();
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkbro",
"version": "1.0.57",
"version": "1.0.58",
"description": "P2P WebRTC audio, video and screen live broadcast",
"main": "app/server.js",
"scripts": {
Expand Down Expand Up @@ -31,12 +31,12 @@
"express-openid-connect": "^2.17.1",
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
"socket.io": "^4.7.5",
"socket.io": "^4.8.0",
"swagger-ui-express": "5.0.1"
},
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.1.4",
"nodemon": "^3.1.7",
"prettier": "3.3.3"
}
}

0 comments on commit 45f9e04

Please sign in to comment.