From c98f7ed09694fe12a90f726f149e3f57107e439a Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 17 Jul 2023 14:02:19 +0200 Subject: [PATCH] [mirotalk] - fix typo, update dep. --- README.md | 2 +- app/api/README.md | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3fe717b8..47cc3b7d 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Embedding a meeting into a service or app using an iframe. ``` diff --git a/app/api/README.md b/app/api/README.md index 022fa58d..88786370 100644 --- a/app/api/README.md +++ b/app/api/README.md @@ -24,7 +24,7 @@ Embedding a meeting into a `service` or `app` requires using an `iframe` with th ``` @@ -36,6 +36,6 @@ Develop your `website` or `application`, and bring `video meetings` in with a si ``` diff --git a/package.json b/package.json index a2b507a1..4ec63636 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "license": "AGPL-3.0", "homepage": "https://github.com/miroslavpejic85/mirotalk", "dependencies": { - "@sentry/integrations": "^7.57.0", - "@sentry/node": "^7.57.0", + "@sentry/integrations": "^7.58.1", + "@sentry/node": "^7.58.1", "axios": "^1.4.0", "body-parser": "^1.20.2", "colors": "^1.4.0",