Skip to content

Commit

Permalink
[mirotalkwebrtc] - update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Nov 12, 2024
1 parent 5c9a148 commit 5365d64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For private project or commercial purposes contact us at: [email protected] or purchase it directly via Code Canyon:
* @license https://codecanyon.net/item/a-selfhosted-mirotalks-webrtc-rooms-scheduler-server/42643313
* @author Miroslav Pejic - [email protected]
* @version 1.1.15
* @version 1.1.16
*/

const isMobile = !!/Android|webOS|iPhone|iPad|iPod|BB10|BlackBerry|IEMobile|Opera Mini|Mobile|mobile/i.test(
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalkwebrtc",
"version": "1.1.15",
"version": "1.1.16",
"description": "MiroTalk WebRTC admin",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -33,20 +33,20 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalkwebrtc",
"dependencies": {
"@sentry/node": "^8.35.0",
"@sentry/node": "^8.38.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"colors": "1.4.0",
"compression": "^1.7.4",
"compression": "^1.7.5",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"mongoose": "^8.7.3",
"mongoose": "^8.8.1",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.15",
"nodemailer": "^6.9.16",
"swagger-ui-express": "^5.0.1",
"twilio": "^5.3.5"
},
Expand Down

0 comments on commit 5365d64

Please sign in to comment.