From d54236243f81456e204e96d9a31792a99122d43d Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 5 Jan 2023 22:37:30 +0100 Subject: [PATCH] [mirotalk] - fix typo, update dep. --- docs/self-hosting.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 62741c7c..24f6d0f5 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -1,6 +1,6 @@ # MiroTalk P2P - Self Hosting -## Requirments +## Requirements - Recommended: [Hetzner](https://www.hetzner.com/cloud) (`CPX11` it's enough, OS: `Ubuntu 20.04`) use [this link](https://hetzner.cloud/?ref=XdRifCzCK3bn) to receive `€⁠20 in cloud credits`. - [Node.js](https://nodejs.org/en/) at least 12x, better `16.15.1 LTS` & npm diff --git a/package.json b/package.json index 9f587b56..72d3a025 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "ngrok": "^4.3.3", "qs": "^6.11.0", "socket.io": "^4.5.4", - "@sentry/node": "^7.28.0", - "@sentry/integrations": "^7.28.0", + "@sentry/node": "^7.29.0", + "@sentry/integrations": "^7.29.0", "swagger-ui-express": "^4.6.0", "uuid": "9.0.0", "yamljs": "^0.3.0"