From 1a695a1273321f2f92e24eed394d8ad3bf583132 Mon Sep 17 00:00:00 2001 From: Claudio Costa Date: Tue, 10 Jun 2025 02:00:34 -0600 Subject: [PATCH] Update calls-common (#8913) Co-authored-by: Mattermost Build --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e11e736bc..926fb0a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "mattermost-mobile", - "version": "2.28.0", + "version": "2.29.0", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { @@ -17,7 +17,7 @@ "@formatjs/intl-numberformat": "8.15.4", "@formatjs/intl-pluralrules": "5.4.4", "@gorhom/bottom-sheet": "5.1.2", - "@mattermost/calls": "github:mattermost/calls-common#e2607dcd3abde43ccffa2a77e843172dc0347712", + "@mattermost/calls": "github:mattermost/calls-common#ab53c24053b89e4d3d853bbe1244892899517f45", "@mattermost/compass-icons": "0.1.48", "@mattermost/hardware-keyboard": "file:./libraries/@mattermost/hardware-keyboard", "@mattermost/react-native-emm": "1.6.1", @@ -4821,8 +4821,8 @@ "node_modules/@mattermost/calls": { "name": "@mattermost/calls-common", "version": "0.27.2", - "resolved": "git+ssh://git@github.com/mattermost/calls-common.git#e2607dcd3abde43ccffa2a77e843172dc0347712", - "integrity": "sha512-1kpY6qz5T8FH8E7vTUeoqL5zVYKEHRZebnJx8Ob3c/HqfbunwVZvHicors9R/6sLMH26uVZQaLcUY90PJzxLUg==", + "resolved": "git+ssh://git@github.com/mattermost/calls-common.git#ab53c24053b89e4d3d853bbe1244892899517f45", + "integrity": "sha512-afQ5JXs2lOZ3A0aovrqR2u6EhSKwfP66znm4jPFCwyiWlnt+xhrh2TMGOf45Nl1d2OlGokyVHXxJuUcRUZCesw==", "dependencies": { "@msgpack/msgpack": "3.0.0-beta2", "fflate": "0.8.2", diff --git a/package.json b/package.json index 02db3f49f..5355055de 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@formatjs/intl-numberformat": "8.15.4", "@formatjs/intl-pluralrules": "5.4.4", "@gorhom/bottom-sheet": "5.1.2", - "@mattermost/calls": "github:mattermost/calls-common#e2607dcd3abde43ccffa2a77e843172dc0347712", + "@mattermost/calls": "github:mattermost/calls-common#ab53c24053b89e4d3d853bbe1244892899517f45", "@mattermost/compass-icons": "0.1.48", "@mattermost/hardware-keyboard": "file:./libraries/@mattermost/hardware-keyboard", "@mattermost/react-native-emm": "1.6.1",