diff --git a/Chat/package-lock.json b/Chat/package-lock.json index 47f11ec..9aa5fb4 100644 --- a/Chat/package-lock.json +++ b/Chat/package-lock.json @@ -9,11 +9,11 @@ "version": "0.0.1", "dependencies": { "@azure/abort-controller": "^1.1.0", - "@azure/communication-calling": "1.15.3", - "@azure/communication-chat": "1.3.1", + "@azure/communication-calling": "1.16.3", + "@azure/communication-chat": "1.3.2", "@azure/communication-common": "^2.2.1", "@azure/communication-identity": "^1.2.0", - "@azure/communication-react": "1.7.0", + "@azure/communication-react": "1.8.0", "@azure/logger": "1.0.4", "@fluentui/react": "~8.110.4", "@fluentui/react-file-type-icons": "8.8.13", @@ -95,22 +95,32 @@ } }, "node_modules/@azure/communication-calling": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/@azure/communication-calling/-/communication-calling-1.15.3.tgz", - "integrity": "sha512-lpK+EeYUdBuI0BW46sSTBHRDP0wMWDFcHdRVqzU4/d+jzwoUY5JuFkcehEIsJnRG3hVQAszVXFdknQG9x65nbg==", + "version": "1.16.3", + "resolved": "https://registry.npmjs.org/@azure/communication-calling/-/communication-calling-1.16.3.tgz", + "integrity": "sha512-LJdhn82vuy5/jSjRxySHnGUagoHpE4Xfl//1rDEpaa1invVRQbu6AlvgG5CbIkiIFScjnypkDmtdXX+8mwknhQ==", "dependencies": { "@azure/communication-common": "^2.0.0", "@azure/logger": "^1.0.3" } }, + "node_modules/@azure/communication-calling-effects": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.0.1.tgz", + "integrity": "sha512-hV1pV72j06/2YIWN0dU3ucQVDBj9tN6RzUJdYwiGUPveX69EHm2zg5H/XKx2tV3wuTUMvusaNixWP63TvJftBA==", + "peer": true, + "dependencies": { + "@azure/logger": "^1.0.2", + "events": "3.3.0" + } + }, "node_modules/@azure/communication-chat": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@azure/communication-chat/-/communication-chat-1.3.1.tgz", - "integrity": "sha512-bpeaLGkw14A1Hw7Kv5MPVDfi7NVZ0RoXU7lmrrFJzYo7AB5ld6aw8XUJqbobS6j9ynaGKZ5gcRPt2Z8E+sxZEQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@azure/communication-chat/-/communication-chat-1.3.2.tgz", + "integrity": "sha512-NqLaWDx8XA+hgHR3I5SRBen8OC9RHiRTJSkGUWR7rSi9WDBb9OAFmigWBYQ/jkk6YuE4Jp26Q+aitpEpA+ZniA==", "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/communication-common": "^2.2.0", - "@azure/communication-signaling": "1.0.0-beta.16", + "@azure/communication-signaling": "1.0.0-beta.20", "@azure/core-auth": "^1.3.0", "@azure/core-client": "^1.3.0", "@azure/core-paging": "^1.1.1", @@ -165,9 +175,9 @@ } }, "node_modules/@azure/communication-react": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.7.0.tgz", - "integrity": "sha512-MJn+L0haaRulJSN4JkkrkZFzTpahNUvsrnRuwnn+rC4vmHG0QjCCJ5XQfwkFALD31tWoYbhuleMCabg8vr4coA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.8.0.tgz", + "integrity": "sha512-3lmDNUaklq+xJHzrGfLAqIEo9GXVXqVuZAFzQedM7pqe3pG65F2uGTJZnACKQX/5MLO9vCgbkJXJ/vAj9xyyfg==", "dependencies": { "@azure/communication-common": "^2.2.1", "@azure/core-client": "^1.7.3", @@ -194,8 +204,9 @@ "uuid": "^9.0.0" }, "peerDependencies": { - "@azure/communication-calling": ">=1.15.3", - "@azure/communication-chat": ">=1.2.0", + "@azure/communication-calling": "^1.15.3", + "@azure/communication-calling-effects": "1.0.1", + "@azure/communication-chat": ">=1.3.2", "@types/react": ">=16.8.0 <19.0.0", "@types/react-dom": ">=16.8.0 <19.0.0", "react": ">=16.8.0 <19.0.0", @@ -211,9 +222,9 @@ } }, "node_modules/@azure/communication-signaling": { - "version": "1.0.0-beta.16", - "resolved": "https://registry.npmjs.org/@azure/communication-signaling/-/communication-signaling-1.0.0-beta.16.tgz", - "integrity": "sha512-EcwDgD7tmxY4rZif/T7YK1JMNjIfaBVrJvu2BBZDlnyRtBbhQbkzDH5wCm1c7mgsWAZTeR/BsCffUOSWFXw8JQ==", + "version": "1.0.0-beta.20", + "resolved": "https://registry.npmjs.org/@azure/communication-signaling/-/communication-signaling-1.0.0-beta.20.tgz", + "integrity": "sha512-Vjsiv6lWiVFqTG51cKNOAwnhuUhKbb6oOsQ833NEaWl9MwlqEQtxSOMJPYsoSCjb+pnIYvbioC+hIHkKfkAxbQ==", "dependencies": { "@azure/core-http": "^2.0.0", "@azure/core-tracing": "1.0.0-preview.13", @@ -238,9 +249,9 @@ } }, "node_modules/@azure/communication-signaling/node_modules/@azure/core-tracing/node_modules/tslib": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz", - "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/@azure/communication-signaling/node_modules/tslib": { "version": "1.14.1", @@ -2026,9 +2037,9 @@ } }, "node_modules/@opentelemetry/api": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz", - "integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.6.0.tgz", + "integrity": "sha512-OWlrQAnWn9577PhVgqjUvMr1pg57Bc4jv0iL4w0PRuOSRvq67rvHW9Ie/dZVMvCzhSCB+UxhcY/PmCmFj33Q+g==", "engines": { "node": ">=8.0.0" } @@ -2386,25 +2397,12 @@ "integrity": "sha512-jfT7iTf/4kOQ9S7CHV9BIyRaQqHu67mOjsIQBC3BKZvzvUB6zLxEwJ6sBE3ozcvP8kF6Uk5PXN0Q+c0dfhGX0g==" }, "node_modules/@types/node-fetch": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.4.tgz", - "integrity": "sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg==", + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.5.tgz", + "integrity": "sha512-OZsUlr2nxvkqUFLSaY2ZbA+P1q22q+KrlxWOn/38RX+u5kTkYL2mTujEpzUhGkS+K/QCYp9oagfXG39XOzyySg==", "dependencies": { "@types/node": "*", - "form-data": "^3.0.0" - } - }, - "node_modules/@types/node-fetch/node_modules/form-data": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" + "form-data": "^4.0.0" } }, "node_modules/@types/normalize-package-data": { @@ -16658,22 +16656,32 @@ } }, "@azure/communication-calling": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/@azure/communication-calling/-/communication-calling-1.15.3.tgz", - "integrity": "sha512-lpK+EeYUdBuI0BW46sSTBHRDP0wMWDFcHdRVqzU4/d+jzwoUY5JuFkcehEIsJnRG3hVQAszVXFdknQG9x65nbg==", + "version": "1.16.3", + "resolved": "https://registry.npmjs.org/@azure/communication-calling/-/communication-calling-1.16.3.tgz", + "integrity": "sha512-LJdhn82vuy5/jSjRxySHnGUagoHpE4Xfl//1rDEpaa1invVRQbu6AlvgG5CbIkiIFScjnypkDmtdXX+8mwknhQ==", "requires": { "@azure/communication-common": "^2.0.0", "@azure/logger": "^1.0.3" } }, + "@azure/communication-calling-effects": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@azure/communication-calling-effects/-/communication-calling-effects-1.0.1.tgz", + "integrity": "sha512-hV1pV72j06/2YIWN0dU3ucQVDBj9tN6RzUJdYwiGUPveX69EHm2zg5H/XKx2tV3wuTUMvusaNixWP63TvJftBA==", + "peer": true, + "requires": { + "@azure/logger": "^1.0.2", + "events": "3.3.0" + } + }, "@azure/communication-chat": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@azure/communication-chat/-/communication-chat-1.3.1.tgz", - "integrity": "sha512-bpeaLGkw14A1Hw7Kv5MPVDfi7NVZ0RoXU7lmrrFJzYo7AB5ld6aw8XUJqbobS6j9ynaGKZ5gcRPt2Z8E+sxZEQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@azure/communication-chat/-/communication-chat-1.3.2.tgz", + "integrity": "sha512-NqLaWDx8XA+hgHR3I5SRBen8OC9RHiRTJSkGUWR7rSi9WDBb9OAFmigWBYQ/jkk6YuE4Jp26Q+aitpEpA+ZniA==", "requires": { "@azure/abort-controller": "^1.0.0", "@azure/communication-common": "^2.2.0", - "@azure/communication-signaling": "1.0.0-beta.16", + "@azure/communication-signaling": "1.0.0-beta.20", "@azure/core-auth": "^1.3.0", "@azure/core-client": "^1.3.0", "@azure/core-paging": "^1.1.1", @@ -16719,9 +16727,9 @@ } }, "@azure/communication-react": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.7.0.tgz", - "integrity": "sha512-MJn+L0haaRulJSN4JkkrkZFzTpahNUvsrnRuwnn+rC4vmHG0QjCCJ5XQfwkFALD31tWoYbhuleMCabg8vr4coA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@azure/communication-react/-/communication-react-1.8.0.tgz", + "integrity": "sha512-3lmDNUaklq+xJHzrGfLAqIEo9GXVXqVuZAFzQedM7pqe3pG65F2uGTJZnACKQX/5MLO9vCgbkJXJ/vAj9xyyfg==", "requires": { "@azure/communication-common": "^2.2.1", "@azure/core-client": "^1.7.3", @@ -16756,9 +16764,9 @@ } }, "@azure/communication-signaling": { - "version": "1.0.0-beta.16", - "resolved": "https://registry.npmjs.org/@azure/communication-signaling/-/communication-signaling-1.0.0-beta.16.tgz", - "integrity": "sha512-EcwDgD7tmxY4rZif/T7YK1JMNjIfaBVrJvu2BBZDlnyRtBbhQbkzDH5wCm1c7mgsWAZTeR/BsCffUOSWFXw8JQ==", + "version": "1.0.0-beta.20", + "resolved": "https://registry.npmjs.org/@azure/communication-signaling/-/communication-signaling-1.0.0-beta.20.tgz", + "integrity": "sha512-Vjsiv6lWiVFqTG51cKNOAwnhuUhKbb6oOsQ833NEaWl9MwlqEQtxSOMJPYsoSCjb+pnIYvbioC+hIHkKfkAxbQ==", "requires": { "@azure/core-http": "^2.0.0", "@azure/core-tracing": "1.0.0-preview.13", @@ -16777,9 +16785,9 @@ }, "dependencies": { "tslib": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz", - "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" } } }, @@ -18175,9 +18183,9 @@ } }, "@opentelemetry/api": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz", - "integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.6.0.tgz", + "integrity": "sha512-OWlrQAnWn9577PhVgqjUvMr1pg57Bc4jv0iL4w0PRuOSRvq67rvHW9Ie/dZVMvCzhSCB+UxhcY/PmCmFj33Q+g==" }, "@sinonjs/commons": { "version": "1.8.6", @@ -18508,24 +18516,12 @@ "integrity": "sha512-jfT7iTf/4kOQ9S7CHV9BIyRaQqHu67mOjsIQBC3BKZvzvUB6zLxEwJ6sBE3ozcvP8kF6Uk5PXN0Q+c0dfhGX0g==" }, "@types/node-fetch": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.4.tgz", - "integrity": "sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg==", + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.5.tgz", + "integrity": "sha512-OZsUlr2nxvkqUFLSaY2ZbA+P1q22q+KrlxWOn/38RX+u5kTkYL2mTujEpzUhGkS+K/QCYp9oagfXG39XOzyySg==", "requires": { "@types/node": "*", - "form-data": "^3.0.0" - }, - "dependencies": { - "form-data": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - } + "form-data": "^4.0.0" } }, "@types/normalize-package-data": { diff --git a/Chat/package.json b/Chat/package.json index ef72173..2aee570 100644 --- a/Chat/package.json +++ b/Chat/package.json @@ -18,11 +18,11 @@ }, "dependencies": { "@azure/abort-controller": "^1.1.0", - "@azure/communication-calling": "1.15.3", - "@azure/communication-chat": "1.3.1", + "@azure/communication-calling": "1.16.3", + "@azure/communication-chat": "1.3.2", "@azure/communication-common": "^2.2.1", "@azure/communication-identity": "^1.2.0", - "@azure/communication-react": "1.7.0", + "@azure/communication-react": "1.8.0", "@azure/logger": "1.0.4", "@fluentui/react": "~8.110.4", "@fluentui/react-file-type-icons": "8.8.13",