Skip to content

Commit 10bc3b3

Browse files
[mirotalkbro] - update dep
1 parent c3200ae commit 10bc3b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @license For open source under AGPL-3.0
99
* @license For private project or commercial purposes contact us at: [email protected]
1010
* @author Miroslav Pejic - [email protected]
11-
* @version 1.1.32
11+
* @version 1.1.33
1212
*/
1313

1414
require('dotenv').config();

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mirotalkbro",
3-
"version": "1.1.32",
3+
"version": "1.1.33",
44
"description": "P2P WebRTC audio, video and screen live broadcast",
55
"main": "app/server.js",
66
"scripts": {
@@ -24,10 +24,10 @@
2424
"license": "AGPLv3",
2525
"dependencies": {
2626
"@ngrok/ngrok": "1.4.1",
27-
"@sentry/node": "^9.10.1",
27+
"@sentry/node": "^9.12.0",
2828
"compression": "^1.8.0",
2929
"cors": "^2.8.5",
30-
"dotenv": "^16.4.7",
30+
"dotenv": "^16.5.0",
3131
"express": "^5.1.0",
3232
"express-openid-connect": "^2.18.0",
3333
"helmet": "^8.1.0",

0 commit comments

Comments
 (0)