From 1bbb833e3a657b77b85a28174a8e3a6080ba91f3 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 25 Feb 2022 20:18:32 +0100 Subject: [PATCH] [mirotalksfu] - update dep. --- README.md | 3 ++- package.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e623d6ba..7cac14ef 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ If you want to deploy a `MiroTalk SFU` instance on `your dedicated droplet`, or ## Run it locally -- You will need to have `NodeJS` installed, this project has been tested with Node version [12.X](https://nodejs.org/en/blog/release/v12.22.1/) and [14.X](https://nodejs.org/en/blog/release/v14.17.5/), `python3-pip DEB package`, `build-essential DEB package` and `python version >= 3.6 with PIP`. +- You will need to have `NodeJS` installed, this project has been tested with Node version [12.X](https://nodejs.org/en/blog/release/v12.22.1/) and [14.X](https://nodejs.org/en/blog/release/v14.17.5/). +- python3-pip DEB package, build-essential DEB package and python version >= 3.6 with PIP. - The `requirements` can also be found [here](https://mediasoup.org/documentation/v3/mediasoup/installation/#requirements). ```bash diff --git a/package.json b/package.json index 34f309d2..3cd3315b 100644 --- a/package.json +++ b/package.json @@ -20,11 +20,11 @@ "cors": "2.8.5", "express": "4.17.3", "httpolyglot": "0.1.2", - "mediasoup": "3.9.6", + "mediasoup": "3.9.7", "mediasoup-client": "3.6.50", "ngrok": "4.3.0", - "@sentry/node": "^6.17.9", - "@sentry/integrations": "^6.17.9", + "@sentry/node": "^6.18.0", + "@sentry/integrations": "^6.18.0", "socket.io": "4.4.1", "swagger-ui-express": "4.3.0", "uuid": "8.3.2",