From 28bc24fa889c31d3c5283b8f041e3f40058cbb97 Mon Sep 17 00:00:00 2001 From: Praveen Kuttappan Date: Fri, 2 Jul 2021 16:49:13 -0400 Subject: [PATCH] Update communication-common dependency to fix core-http transitive dependency --- sdk/communication/communication-chat/package.json | 2 +- sdk/communication/communication-identity/package.json | 2 +- sdk/communication/communication-network-traversal/package.json | 2 +- sdk/communication/communication-phone-numbers/package.json | 2 +- sdk/communication/communication-sms/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/communication/communication-chat/package.json b/sdk/communication/communication-chat/package.json index 7abcb0b24153..b5135c3f80e2 100644 --- a/sdk/communication/communication-chat/package.json +++ b/sdk/communication/communication-chat/package.json @@ -65,7 +65,7 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/abort-controller": "^1.0.0", - "@azure/communication-common": "^1.0.0", + "@azure/communication-common": "^1.1.0", "@azure/communication-signaling": "1.0.0-beta.7", "@azure/core-auth": "^1.3.0", "@azure/core-http": "^2.0.0", diff --git a/sdk/communication/communication-identity/package.json b/sdk/communication/communication-identity/package.json index 7fc0a50fc1a8..315b35fa103a 100644 --- a/sdk/communication/communication-identity/package.json +++ b/sdk/communication/communication-identity/package.json @@ -74,7 +74,7 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/abort-controller": "^1.0.0", - "@azure/communication-common": "^1.0.0", + "@azure/communication-common": "^1.1.0", "@azure/core-auth": "^1.3.0", "@azure/core-http": "^2.0.0", "@azure/core-lro": "^2.0.0", diff --git a/sdk/communication/communication-network-traversal/package.json b/sdk/communication/communication-network-traversal/package.json index fa190d4910c4..f51e6d03066c 100644 --- a/sdk/communication/communication-network-traversal/package.json +++ b/sdk/communication/communication-network-traversal/package.json @@ -74,7 +74,7 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/abort-controller": "^1.0.0", - "@azure/communication-common": "^1.0.0", + "@azure/communication-common": "^1.1.0", "@azure/core-auth": "^1.3.0", "@azure/core-http": "^2.0.0", "@azure/core-tracing": "1.0.0-preview.12", diff --git a/sdk/communication/communication-phone-numbers/package.json b/sdk/communication/communication-phone-numbers/package.json index c16f5a182c6a..b22bc4598473 100644 --- a/sdk/communication/communication-phone-numbers/package.json +++ b/sdk/communication/communication-phone-numbers/package.json @@ -61,7 +61,7 @@ "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { - "@azure/communication-common": "^1.0.0", + "@azure/communication-common": "^1.1.0", "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.3.0", "@azure/core-http": "^2.0.0", diff --git a/sdk/communication/communication-sms/package.json b/sdk/communication/communication-sms/package.json index ffcdf88a9f4f..2af9976f2248 100644 --- a/sdk/communication/communication-sms/package.json +++ b/sdk/communication/communication-sms/package.json @@ -66,7 +66,7 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/abort-controller": "^1.0.0", - "@azure/communication-common": "^1.0.0", + "@azure/communication-common": "^1.1.0", "@azure/core-auth": "^1.3.0", "@azure/core-http": "^2.0.0", "@azure/core-tracing": "1.0.0-preview.12",