Skip to content

Commit 70022ea

Browse files
[mirotalkbro] - update dep
1 parent 9b27bea commit 70022ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.27
11+
* @version 1.1.28
1212
*/
1313

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mirotalkbro",
3-
"version": "1.1.27",
3+
"version": "1.1.28",
44
"description": "P2P WebRTC audio, video and screen live broadcast",
55
"main": "app/server.js",
66
"scripts": {
@@ -23,13 +23,13 @@
2323
"author": "Miroslav Pejic",
2424
"license": "AGPLv3",
2525
"dependencies": {
26-
"@sentry/node": "^9.5.0",
26+
"@sentry/node": "^9.6.1",
2727
"compression": "^1.8.0",
2828
"cors": "^2.8.5",
2929
"dotenv": "^16.4.7",
3030
"express": "^4.21.2",
31-
"express-openid-connect": "^2.17.1",
32-
"helmet": "^8.0.0",
31+
"express-openid-connect": "^2.18.0",
32+
"helmet": "^8.1.0",
3333
"js-yaml": "^4.1.0",
3434
"ngrok": "^5.0.0-beta.2",
3535
"socket.io": "^4.8.1",

0 commit comments

Comments
 (0)