From 961c1407dc566dd14fdeb245fb45f8eb91c8973b Mon Sep 17 00:00:00 2001 From: timmydoza Date: Fri, 5 Aug 2022 17:13:41 -0600 Subject: [PATCH] Release 0.7.1 (#737) * Upgrade twilio packages * Bump version and add changelog entry --- CHANGELOG.md | 13 +- package-lock.json | 1785 +++++++++++++++++++-------------------------- package.json | 8 +- 3 files changed, 761 insertions(+), 1045 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005e769ac..f03150585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.7.1 (August 5, 2022) + +### Dependency Upgrades + +- `twilio-video` has been upgraded from 2.22.2 to 2.23.0. +- `@twilio/video-room-monitor` has been upgraded from 1.0.0 to 1.0.1. +- `@twilio-labs/plugin-rtc` has been upgraded from 0.8.2 to 0.8.4. +- `@twilio/conversations` has been upgraded from 1.2.3 to 2.1.0. +- `react-scripts` has been upgraded from 4.0.3 to 5.0.0. + ## 0.7.0 (July 6, 2022) ### New Feature @@ -5,7 +15,8 @@ - This release adds a Gallery View feature. Gallery View is an additional layout setting which allows users to view other participants' videos in the form of a grid. Users can update the max number of participants per page via the Audio and Video Settings > Gallery View. Users can also switch to Speaker View (the app's original layout) by accessing the More menu. Please note that Gallery View will be enabled by default. ### Dependency Upgrade -- `twilio-video` has been upgraded from 2.21.2 to 2.22.0. + +- `twilio-video` has been upgraded from 2.21.2 to 2.22.0. ### Bugfixes diff --git a/package-lock.json b/package-lock.json index c03181b3d..fe28b8a00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,22 +1,22 @@ { "name": "twilio-video-app-react", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twilio-video-app-react", - "version": "0.7.0", + "version": "0.7.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.60", - "@twilio-labs/plugin-rtc": "^0.8.2", + "@twilio-labs/plugin-rtc": "^0.8.4", "@twilio/conversations": "^2.1.0", "@twilio/video-processors": "^1.0.1", - "@twilio/video-room-monitor": "^1.0.0", + "@twilio/video-room-monitor": "^1.0.1", "@types/d3-timer": "^1.0.9", "@types/dotenv": "^8.2.0", "@types/express": "^4.17.11", @@ -51,7 +51,7 @@ "swiper": "^8.1.5", "ts-node": "^9.1.1", "twilio": "^3.63.1", - "twilio-video": "^2.22.0", + "twilio-video": "^2.23.0", "typescript": "^4.6.2" }, "devDependencies": { @@ -91,87 +91,14 @@ } }, "node_modules/@actions/github": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-2.2.0.tgz", - "integrity": "sha512-9UAZqn8ywdR70n3GwVle4N8ALosQs4z50N7XMXrSTUVOmVpaBC5kE3TRTT7qQdi3OaQV24mjGuJZsHUmhD+ZXw==", - "dependencies": { - "@actions/http-client": "^1.0.3", - "@octokit/graphql": "^4.3.1", - "@octokit/rest": "^16.43.1" - } - }, - "node_modules/@actions/github/node_modules/@actions/http-client": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", - "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", - "dependencies": { - "tunnel": "0.0.6" - } - }, - "node_modules/@actions/github/node_modules/@octokit/plugin-paginate-rest": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.2.tgz", - "integrity": "sha512-jbsSoi5Q1pj63sC16XIUboklNw+8tL9VOnJsWycWYR78TKss5PVpIPb1TUUcMQ+bBh7cY579cVAWmf5qG+dw+Q==", - "dependencies": { - "@octokit/types": "^2.0.1" - } - }, - "node_modules/@actions/github/node_modules/@octokit/plugin-rest-endpoint-methods": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.4.0.tgz", - "integrity": "sha512-EZi/AWhtkdfAYi01obpX0DF7U6b1VRr30QNQ5xSFPITMdLSfhcBqjamE3F+sKcxPbD7eZuMHu3Qkk2V+JGxBDQ==", - "dependencies": { - "@octokit/types": "^2.0.1", - "deprecation": "^2.3.1" - } - }, - "node_modules/@actions/github/node_modules/@octokit/request-error": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.1.tgz", - "integrity": "sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA==", - "dependencies": { - "@octokit/types": "^2.0.0", - "deprecation": "^2.0.0", - "once": "^1.4.0" - } - }, - "node_modules/@actions/github/node_modules/@octokit/rest": { - "version": "16.43.2", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.43.2.tgz", - "integrity": "sha512-ngDBevLbBTFfrHZeiS7SAMAZ6ssuVmXuya+F/7RaVvlysgGa1JKJkKWY+jV6TCJYcW0OALfJ7nTIGXcBXzycfQ==", - "dependencies": { - "@octokit/auth-token": "^2.4.0", - "@octokit/plugin-paginate-rest": "^1.1.1", - "@octokit/plugin-request-log": "^1.0.0", - "@octokit/plugin-rest-endpoint-methods": "2.4.0", - "@octokit/request": "^5.2.0", - "@octokit/request-error": "^1.0.2", - "atob-lite": "^2.0.0", - "before-after-hook": "^2.0.0", - "btoa-lite": "^1.0.0", - "deprecation": "^2.0.0", - "lodash.get": "^4.4.2", - "lodash.set": "^4.3.2", - "lodash.uniq": "^4.5.0", - "octokit-pagination-methods": "^1.1.0", - "once": "^1.4.0", - "universal-user-agent": "^4.0.0" - } - }, - "node_modules/@actions/github/node_modules/@octokit/types": { - "version": "2.16.2", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.16.2.tgz", - "integrity": "sha512-O75k56TYvJ8WpAakWwYRN8Bgu60KrmX0z1KqFp1kNiFNkgW+JW+9EBKZ+S33PU6SLvbihqd+3drvPxKK68Ee8Q==", - "dependencies": { - "@types/node": ">= 8" - } - }, - "node_modules/@actions/github/node_modules/universal-user-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.1.tgz", - "integrity": "sha512-LnST3ebHwVL2aNe4mejI9IQh2HfZ1RLo8Io2HugSif8ekzD1TlWpHpColOB/eh8JHMLkGH3Akqf040I+4ylNxg==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.3.tgz", + "integrity": "sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==", "dependencies": { - "os-name": "^3.1.0" + "@actions/http-client": "^2.0.1", + "@octokit/core": "^3.6.0", + "@octokit/plugin-paginate-rest": "^2.17.0", + "@octokit/plugin-rest-endpoint-methods": "^5.13.0" } }, "node_modules/@actions/http-client": { @@ -4188,6 +4115,11 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "node_modules/@juggle/resize-observer": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.3.1.tgz", + "integrity": "sha512-zMM9Ds+SawiUkakS7y94Ymqx+S0ORzpG3frZirN3l+UlXUmSUR7hF4wxCVqW+ei94JzV5kt0uXBcoOEAuiydrw==" + }, "node_modules/@leichtgewicht/ip-codec": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", @@ -5087,92 +5019,17 @@ } }, "node_modules/@octokit/core": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.0.4.tgz", - "integrity": "sha512-sUpR/hc4Gc7K34o60bWC7WUH6Q7T6ftZ2dUmepSyJr9PRF76/qqkWjE2SOEzCqLA5W83SaISymwKtxks+96hPQ==", - "peer": true, + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz", + "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==", "dependencies": { - "@octokit/auth-token": "^3.0.0", - "@octokit/graphql": "^5.0.0", - "@octokit/request": "^6.0.0", - "@octokit/request-error": "^3.0.0", + "@octokit/auth-token": "^2.4.4", + "@octokit/graphql": "^4.5.8", + "@octokit/request": "^5.6.3", + "@octokit/request-error": "^2.0.5", "@octokit/types": "^6.0.3", "before-after-hook": "^2.2.0", "universal-user-agent": "^6.0.0" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/@octokit/core/node_modules/@octokit/auth-token": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.0.tgz", - "integrity": "sha512-MDNFUBcJIptB9At7HiV7VCvU3NcL4GnfCQaP8C5lrxWrRPMJBnemYtehaKSOlaM7AYxeRyj9etenu8LVpSpVaQ==", - "peer": true, - "dependencies": { - "@octokit/types": "^6.0.3" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/@octokit/core/node_modules/@octokit/endpoint": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.0.tgz", - "integrity": "sha512-Kz/mIkOTjs9rV50hf/JK9pIDl4aGwAtT8pry6Rpy+hVXkAPhXanNQRxMoq6AeRgDCZR6t/A1zKniY2V1YhrzlQ==", - "peer": true, - "dependencies": { - "@octokit/types": "^6.0.3", - "is-plain-object": "^5.0.0", - "universal-user-agent": "^6.0.0" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/@octokit/core/node_modules/@octokit/graphql": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.0.tgz", - "integrity": "sha512-1ZZ8tX4lUEcLPvHagfIVu5S2xpHYXAmgN0+95eAOPoaVPzCfUXJtA5vASafcpWcO86ze0Pzn30TAx72aB2aguQ==", - "peer": true, - "dependencies": { - "@octokit/request": "^6.0.0", - "@octokit/types": "^6.0.3", - "universal-user-agent": "^6.0.0" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/@octokit/core/node_modules/@octokit/request": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.0.tgz", - "integrity": "sha512-7IAmHnaezZrgUqtRShMlByJK33MT9ZDnMRgZjnRrRV9a/jzzFwKGz0vxhFU6i7VMLraYcQ1qmcAOin37Kryq+Q==", - "peer": true, - "dependencies": { - "@octokit/endpoint": "^7.0.0", - "@octokit/request-error": "^3.0.0", - "@octokit/types": "^6.16.1", - "is-plain-object": "^5.0.0", - "node-fetch": "^2.6.7", - "universal-user-agent": "^6.0.0" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/@octokit/core/node_modules/@octokit/request-error": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.0.tgz", - "integrity": "sha512-WBtpzm9lR8z4IHIMtOqr6XwfkGvMOOILNLxsWvDwtzm/n7f5AWuqJTXQXdDtOvPfTDrH4TPhEvW2qMlR4JFA2w==", - "peer": true, - "dependencies": { - "@octokit/types": "^6.0.3", - "deprecation": "^2.0.0", - "once": "^1.4.0" - }, - "engines": { - "node": ">= 14" } }, "node_modules/@octokit/endpoint": { @@ -5196,19 +5053,19 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "12.9.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.9.1.tgz", - "integrity": "sha512-nmLbJmjKDF4Ryy+P6xP6h0UwodTFNUzCm6IzBeZd1ITJ37fDra32TdtS/0vAzSCOac/KliJIjQI8Fiz2I414WA==" + "version": "12.11.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz", + "integrity": "sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==" }, "node_modules/@octokit/plugin-paginate-rest": { - "version": "2.21.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.2.tgz", - "integrity": "sha512-S24H0a6bBVreJtoTaRHT/gnVASbOHVTRMOVIqd9zrJBP3JozsxJB56TDuTUmd1xLI4/rAE2HNmThvVKtIdLLEw==", + "version": "2.21.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz", + "integrity": "sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==", "dependencies": { - "@octokit/types": "^6.39.0" + "@octokit/types": "^6.40.0" }, "peerDependencies": { - "@octokit/core": ">=4" + "@octokit/core": ">=2" } }, "node_modules/@octokit/plugin-request-log": { @@ -5255,36 +5112,137 @@ } }, "node_modules/@octokit/rest": { - "version": "18.12.0", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz", - "integrity": "sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.3.tgz", + "integrity": "sha512-5arkTsnnRT7/sbI4fqgSJ35KiFaN7zQm0uQiQtivNQLI8RQx8EHwJCajcTUwmaCMNDg7tdCvqAnc7uvHHPxrtQ==", "dependencies": { - "@octokit/core": "^3.5.1", - "@octokit/plugin-paginate-rest": "^2.16.8", + "@octokit/core": "^4.0.0", + "@octokit/plugin-paginate-rest": "^3.0.0", "@octokit/plugin-request-log": "^1.0.4", - "@octokit/plugin-rest-endpoint-methods": "^5.12.0" + "@octokit/plugin-rest-endpoint-methods": "^6.0.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@octokit/rest/node_modules/@octokit/auth-token": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.0.tgz", + "integrity": "sha512-MDNFUBcJIptB9At7HiV7VCvU3NcL4GnfCQaP8C5lrxWrRPMJBnemYtehaKSOlaM7AYxeRyj9etenu8LVpSpVaQ==", + "dependencies": { + "@octokit/types": "^6.0.3" + }, + "engines": { + "node": ">= 14" } }, "node_modules/@octokit/rest/node_modules/@octokit/core": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz", - "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.0.4.tgz", + "integrity": "sha512-sUpR/hc4Gc7K34o60bWC7WUH6Q7T6ftZ2dUmepSyJr9PRF76/qqkWjE2SOEzCqLA5W83SaISymwKtxks+96hPQ==", "dependencies": { - "@octokit/auth-token": "^2.4.4", - "@octokit/graphql": "^4.5.8", - "@octokit/request": "^5.6.3", - "@octokit/request-error": "^2.0.5", + "@octokit/auth-token": "^3.0.0", + "@octokit/graphql": "^5.0.0", + "@octokit/request": "^6.0.0", + "@octokit/request-error": "^3.0.0", "@octokit/types": "^6.0.3", "before-after-hook": "^2.2.0", "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@octokit/rest/node_modules/@octokit/endpoint": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.0.tgz", + "integrity": "sha512-Kz/mIkOTjs9rV50hf/JK9pIDl4aGwAtT8pry6Rpy+hVXkAPhXanNQRxMoq6AeRgDCZR6t/A1zKniY2V1YhrzlQ==", + "dependencies": { + "@octokit/types": "^6.0.3", + "is-plain-object": "^5.0.0", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@octokit/rest/node_modules/@octokit/graphql": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.0.tgz", + "integrity": "sha512-1ZZ8tX4lUEcLPvHagfIVu5S2xpHYXAmgN0+95eAOPoaVPzCfUXJtA5vASafcpWcO86ze0Pzn30TAx72aB2aguQ==", + "dependencies": { + "@octokit/request": "^6.0.0", + "@octokit/types": "^6.0.3", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@octokit/rest/node_modules/@octokit/plugin-paginate-rest": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-3.1.0.tgz", + "integrity": "sha512-+cfc40pMzWcLkoDcLb1KXqjX0jTGYXjKuQdFQDc6UAknISJHnZTiBqld6HDwRJvD4DsouDKrWXNbNV0lE/3AXA==", + "dependencies": { + "@octokit/types": "^6.41.0" + }, + "engines": { + "node": ">= 14" + }, + "peerDependencies": { + "@octokit/core": ">=4" + } + }, + "node_modules/@octokit/rest/node_modules/@octokit/plugin-rest-endpoint-methods": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.2.0.tgz", + "integrity": "sha512-PZ+yfkbZAuRUtqu6Y191/V3eM0KBPx+Yq7nh+ONPdpm3EX4pd5UnK2y2XgO/0AtNum5a4aJCDjqsDuUZ2hWRXw==", + "dependencies": { + "@octokit/types": "^6.41.0", + "deprecation": "^2.3.1" + }, + "engines": { + "node": ">= 14" + }, + "peerDependencies": { + "@octokit/core": ">=3" + } + }, + "node_modules/@octokit/rest/node_modules/@octokit/request": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.0.tgz", + "integrity": "sha512-7IAmHnaezZrgUqtRShMlByJK33MT9ZDnMRgZjnRrRV9a/jzzFwKGz0vxhFU6i7VMLraYcQ1qmcAOin37Kryq+Q==", + "dependencies": { + "@octokit/endpoint": "^7.0.0", + "@octokit/request-error": "^3.0.0", + "@octokit/types": "^6.16.1", + "is-plain-object": "^5.0.0", + "node-fetch": "^2.6.7", + "universal-user-agent": "^6.0.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@octokit/rest/node_modules/@octokit/request-error": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.0.tgz", + "integrity": "sha512-WBtpzm9lR8z4IHIMtOqr6XwfkGvMOOILNLxsWvDwtzm/n7f5AWuqJTXQXdDtOvPfTDrH4TPhEvW2qMlR4JFA2w==", + "dependencies": { + "@octokit/types": "^6.0.3", + "deprecation": "^2.0.0", + "once": "^1.4.0" + }, + "engines": { + "node": ">= 14" } }, "node_modules/@octokit/types": { - "version": "6.39.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.39.0.tgz", - "integrity": "sha512-Mq4N9sOAYCitTsBtDdRVrBE80lIrMBhL9Jbrw0d+j96BAzlq4V+GLHFJbHokEsVvO/9tQupQdoFdgVYhD2C8UQ==", + "version": "6.41.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz", + "integrity": "sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==", "dependencies": { - "@octokit/openapi-types": "^12.7.0" + "@octokit/openapi-types": "^12.11.0" } }, "node_modules/@panva/asn1.js": { @@ -5405,6 +5363,79 @@ "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, + "node_modules/@react-spring/animated": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-9.5.2.tgz", + "integrity": "sha512-oRlX+MmYLbK8IuUZR7SQUnRjXxJ4PMIZeBkBd1SUWVgVJAHMTfJzPltzm+I6p59qX+qLlklYHfnWaonQKDqLuQ==", + "peer": true, + "dependencies": { + "@react-spring/shared": "~9.5.2", + "@react-spring/types": "~9.5.2" + }, + "peerDependencies": { + "react": "^16.8.0 || >=17.0.0 || >=18.0.0" + } + }, + "node_modules/@react-spring/core": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/core/-/core-9.5.2.tgz", + "integrity": "sha512-UMRtFH6EfebMp/NMDGCUY5+hZFXsg9iT9hzt/iPzJSz2WMXKBjLoFZHJXcmiVOrIhzHmg1O0pFECn1Wp6pZ5Gw==", + "peer": true, + "dependencies": { + "@react-spring/animated": "~9.5.2", + "@react-spring/rafz": "~9.5.2", + "@react-spring/shared": "~9.5.2", + "@react-spring/types": "~9.5.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-spring/donate" + }, + "peerDependencies": { + "react": "^16.8.0 || >=17.0.0 || >=18.0.0" + } + }, + "node_modules/@react-spring/rafz": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/rafz/-/rafz-9.5.2.tgz", + "integrity": "sha512-xHSRXKKBI/wDUkZGrspkOm4VlgN6lZi8Tw9Jzibp9QKf3neoof+U2mDNgklvnLaasymtUwAq9o4ZfFvQIVNgPQ==", + "peer": true + }, + "node_modules/@react-spring/shared": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/shared/-/shared-9.5.2.tgz", + "integrity": "sha512-/OSf2sjwY4BUnjZL6xMC+H3WxOOhMUCk+yZwgdj40XuyUpk6E6tYyiPeD9Yq5GLsZHodkvE1syVMRVReL4ndAg==", + "peer": true, + "dependencies": { + "@react-spring/rafz": "~9.5.2", + "@react-spring/types": "~9.5.2" + }, + "peerDependencies": { + "react": "^16.8.0 || >=17.0.0 || >=18.0.0" + } + }, + "node_modules/@react-spring/types": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/types/-/types-9.5.2.tgz", + "integrity": "sha512-n/wBRSHPqTmEd4BFWY6TeR1o/UY+3ujoqMxLjqy90CcY/ozJzDRuREL3c+pxMeTF2+B7dX33dTPCtFMX51nbxg==", + "peer": true + }, + "node_modules/@react-spring/web": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/web/-/web-9.5.2.tgz", + "integrity": "sha512-cusTjbOGTgtbsnpBDjb6Ia+B0lQLE0Fk5rGDog6Sww7hWnLIQ521PMiOBnAWtkntB9eXDUfj7L91nwJviEC0lw==", + "peer": true, + "dependencies": { + "@react-spring/animated": "~9.5.2", + "@react-spring/core": "~9.5.2", + "@react-spring/shared": "~9.5.2", + "@react-spring/types": "~9.5.2" + }, + "peerDependencies": { + "react": "^16.8.0 || >=17.0.0 || >=18.0.0", + "react-dom": "^16.8.0 || >=17.0.0 || >=18.0.0" + } + }, "node_modules/@rollup/plugin-babel": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", @@ -10252,18 +10283,18 @@ } }, "node_modules/@twilio-labs/plugin-rtc": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/@twilio-labs/plugin-rtc/-/plugin-rtc-0.8.3.tgz", - "integrity": "sha512-YjAY1lhZc1qYbBc9Ux0s4PMF6TMyWpDFr58+q4whgrknHKol8MzIh4FcwXHG0GYLMQB/c4IAS4PIHdsq9FwixA==", + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/@twilio-labs/plugin-rtc/-/plugin-rtc-0.8.4.tgz", + "integrity": "sha512-w2G/oJr3LJJ5vcVeeCVqJw0f3xtMlC4EgEUhSDK6pgpavMHGvOrzwmS8rLiydHt3hHPeHGf+bfYCpqOMfnwOPA==", "dependencies": { "@oclif/command": "^1.5.19", "@oclif/config": "^1.14.0", "@oclif/plugin-help": "^5.1.11", "@twilio-labs/serverless-api": "^4.0.3", - "@twilio/cli-core": "^6.1.0", + "@twilio/cli-core": "^6.7.0", "lodash": "^4.17.21", - "moment": "^2.29.0", - "nanoid": "^3.1.16" + "moment": "^2.29.4", + "nanoid": "^3.3.4" } }, "node_modules/@twilio-labs/serverless-api": { @@ -10303,20 +10334,20 @@ } }, "node_modules/@twilio/cli-core": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@twilio/cli-core/-/cli-core-6.6.0.tgz", - "integrity": "sha512-MprcCceZcaJf2KLx8PRbkDnbWnP6InX6Xrnz0/Co2g9sxjxczONlel8Y3qhxExCWrHWd9xKExA3yJsdvbi2guQ==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@twilio/cli-core/-/cli-core-6.7.0.tgz", + "integrity": "sha512-Wr/yqz4caiFQwcB8BGnrIay5Xx8tgcjTCCG80u5f++iRZFiUpPptVmqPHDdSf7SC0stjv/qnfqclR0HU4tR+NA==", "dependencies": { "@actions/core": "^1.0.0", - "@actions/github": "^2.2.0", + "@actions/github": "^5.0.3", "@oclif/command": "^1.8.15", "@oclif/config": "^1.18.2", "@oclif/errors": "^1.3.5", "@oclif/plugin-help": "^3.2.2", "@oclif/plugin-plugins": "^1.8.3", - "@octokit/rest": "^18.10.0", + "@octokit/rest": "^19.0.3", "axios": "^0.25.0", - "chalk": "^4.1.0", + "chalk": "^4.1.2", "columnify": "^1.5.4", "fs-extra": "^9.0.1", "https-proxy-agent": "^5.0.0", @@ -10324,10 +10355,10 @@ "qs": "^6.9.4", "semver": "^7.3.2", "tsv": "^0.2.0", - "twilio": "^3.54.2" + "twilio": "^3.80.0" }, "engines": { - "node": ">=10.12.0" + "node": ">=14.0.0" }, "optionalDependencies": { "keytar": "^7.6.0" @@ -10533,12 +10564,12 @@ } }, "node_modules/@twilio/video-room-monitor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@twilio/video-room-monitor/-/video-room-monitor-1.0.0.tgz", - "integrity": "sha512-lHmtnXw/sAKER32mB1aON1+1yXhryQQ/U8WF3xMMtHs5HAFtC5B1k0tiTc5J1m0CxkzbOZHoY5GVryO9wt1UbQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@twilio/video-room-monitor/-/video-room-monitor-1.0.1.tgz", + "integrity": "sha512-5s3s/w0s4cl6VI9oZ1FwrgYbGAvSJVzbXHcU9Gu1EBCeJzbHKw7UZ1+Is1jIhKR6FQS8Rzt2edV8F5THAFwgqQ==", "dependencies": { "@visx/curve": "^2.1.0", - "@visx/xychart": "^1.18.1", + "@visx/xychart": "^2.11.1", "d3-array": "^2.12.1", "eventemitter3": "^4.0.7", "lodash": "^4.17.21", @@ -10546,8 +10577,8 @@ "styled-components": "^5.2.1" }, "peerDependencies": { - "react": "^16.8.0", - "react-dom": "^16.8.0", + "react": "^16.8.0 || ^17.0.0", + "react-dom": "^16.8.0 || ^17.0.0", "twilio-video": "^2.14.0" } }, @@ -11728,54 +11759,52 @@ } }, "node_modules/@visx/annotation": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/@visx/annotation/-/annotation-1.18.1.tgz", - "integrity": "sha512-z6zCk6PKmmeFziKKMBhJqJG4utg3dDWOCBZdR70HWSt9rl5cTMwIfATCuhJNbE2KuW6+QvTLiMCONySFwuVR+g==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/annotation/-/annotation-2.12.2.tgz", + "integrity": "sha512-NhIexNL2QJKc5escOpCe5apNdqBUqmQzGLqc40L7GslYuS3KgxtMa4tdpI+WCct8b/EK3fyQmN9oqG0H5HTY9A==", "dependencies": { "@types/react": "*", - "@visx/drag": "1.18.1", - "@visx/group": "1.17.1", - "@visx/point": "1.7.0", - "@visx/shape": "1.17.1", - "@visx/text": "1.17.1", + "@visx/drag": "2.10.0", + "@visx/group": "2.10.0", + "@visx/point": "2.6.0", + "@visx/shape": "2.12.2", + "@visx/text": "2.12.2", "classnames": "^2.3.1", "prop-types": "^15.5.10", "react-use-measure": "^2.0.4" }, "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" + "react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0" } }, - "node_modules/@visx/axis": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/axis/-/axis-1.17.1.tgz", - "integrity": "sha512-3JdAY8xwA4xVnzkbXdIzCOWYCknCgw3L185lOJTXWNGO7kIgzbQ2YrLXnet37BFgD83MfxmlP6LhiHLkKVI6OQ==", + "node_modules/@visx/annotation/node_modules/react-use-measure": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/react-use-measure/-/react-use-measure-2.1.1.tgz", + "integrity": "sha512-nocZhN26cproIiIduswYpV5y5lQpSQS1y/4KuvUCjSKmw7ZWIS/+g3aFnX3WdBkyuGUtTLif3UTqnLLhbDoQig==", "dependencies": { - "@types/react": "*", - "@visx/group": "1.17.1", - "@visx/point": "1.7.0", - "@visx/scale": "1.14.0", - "@visx/shape": "1.17.1", - "@visx/text": "1.17.1", - "classnames": "^2.3.1", - "prop-types": "^15.6.0" + "debounce": "^1.2.1" }, "peerDependencies": { - "react": "^16.3.0-0" + "react": ">=16.13", + "react-dom": ">=16.13" } }, - "node_modules/@visx/bounds": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@visx/bounds/-/bounds-1.7.0.tgz", - "integrity": "sha512-ajF6PTgDoZTfwv5J0ZTx1miXY8lk3sGhMVqE3UsMubdTZBlOgeZMT4OmtTPtbCJTBTgw0FD0gd7X3gZ+3X9HgQ==", + "node_modules/@visx/axis": { + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/axis/-/axis-2.12.2.tgz", + "integrity": "sha512-nE+DGNwRzXOmp6ZwMQ1yUhbF7uR2wd3j6Xja/kVgGA7wSbqUeCZzqKZvhRsCqyay6PtHVlRRAhHP31Ob39+jtw==", "dependencies": { "@types/react": "*", - "@types/react-dom": "*", - "prop-types": "^15.5.10" + "@visx/group": "2.10.0", + "@visx/point": "2.6.0", + "@visx/scale": "2.2.2", + "@visx/shape": "2.12.2", + "@visx/text": "2.12.2", + "classnames": "^2.3.1", + "prop-types": "^15.6.0" }, "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0", - "react-dom": "^15.0.0-0 || ^16.0.0-0" + "react": "^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0" } }, "node_modules/@visx/curve": { @@ -11788,125 +11817,117 @@ } }, "node_modules/@visx/drag": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/@visx/drag/-/drag-1.18.1.tgz", - "integrity": "sha512-5xsgUUthG/0Nq51HFWYIe3NaHT5csxuVqx/+VfNsjkGgCHntWkcS2soPlEMh4wUT2iPKRs9z9VtRAyrpN4TtKw==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/drag/-/drag-2.10.0.tgz", + "integrity": "sha512-1G7ABfue8/Jn7tHxEPsDK+84Jbgej3Cqgi8FHaV15XlDRlaWs/fDNz4ECdJUGvhXuXLYCpaWFzhD1HaSEDJL1g==", "dependencies": { "@types/react": "*", - "@visx/event": "1.7.0", + "@visx/event": "2.6.0", + "@visx/point": "2.6.0", "prop-types": "^15.5.10" }, "peerDependencies": { - "react": "^16.8.0-0" + "react": "^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0" } }, "node_modules/@visx/event": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@visx/event/-/event-1.7.0.tgz", - "integrity": "sha512-RbAoKxvy+ildX2dVXC9/ZX94lQXPwjKgtO9jy7COc15knG4zmzsMCDYDC3uLd0+jE2o/+gSaZ/9r52p6zG5+IQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@visx/event/-/event-2.6.0.tgz", + "integrity": "sha512-WGp91g82s727g3NAnENF1ppC3ZAlvWg+Y+GG0WFg34NmmOZbvPI/PTOqTqZE3x6B8EUn8NJiMxRjxIMbi+IvRw==", "dependencies": { "@types/react": "*", - "@visx/point": "1.7.0" + "@visx/point": "2.6.0" } }, "node_modules/@visx/glyph": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/glyph/-/glyph-1.17.1.tgz", - "integrity": "sha512-9KAPmO7DsH1Iq+2kZs8oTgirgYWRq7EacNyEtsq78uuHqw0gFqmOuyYV6+iHelLbulNCAzHKVAZ7Aebfy7G8ZA==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/glyph/-/glyph-2.10.0.tgz", + "integrity": "sha512-qjbnfSgV920+V4ctXeDJWwzBorZLz97cDA4b/GmJ2tk2h0AVMrAejF2LNLgPQpzsVb7BIuVXAJXgp0dop2gr6w==", "dependencies": { "@types/d3-shape": "^1.3.1", "@types/react": "*", - "@visx/group": "1.17.1", + "@visx/group": "2.10.0", "classnames": "^2.3.1", "d3-shape": "^1.2.0", "prop-types": "^15.6.2" }, "peerDependencies": { - "react": "^16.3.0-0" + "react": "^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0" } }, "node_modules/@visx/grid": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/grid/-/grid-1.17.1.tgz", - "integrity": "sha512-dse9q3weDqPNmeXK0lGKKPRgGiDuUjJ7Mt7NNonPUyXPctNmv6lJEWZu9HJrXEGiCAVNa8PHJ7Qkns/z+mH88Q==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/grid/-/grid-2.12.2.tgz", + "integrity": "sha512-lyMQvq5afjOh0nRqF0OBjgsLfsgUeLcFc95oj0FJ/NJ/MvtI6Gd5BxxbmYzuVfZ4f0Dm1pvtBu1swoB3451tkg==", "dependencies": { "@types/react": "*", - "@visx/curve": "1.7.0", - "@visx/group": "1.17.1", - "@visx/point": "1.7.0", - "@visx/scale": "1.14.0", - "@visx/shape": "1.17.1", + "@visx/curve": "2.1.0", + "@visx/group": "2.10.0", + "@visx/point": "2.6.0", + "@visx/scale": "2.2.2", + "@visx/shape": "2.12.2", "classnames": "^2.3.1", "prop-types": "^15.6.2" }, "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" - } - }, - "node_modules/@visx/grid/node_modules/@visx/curve": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@visx/curve/-/curve-1.7.0.tgz", - "integrity": "sha512-n0/SHM4YXjke+aEinhHFZPLMxWu3jbqtvqzfGJyibX8OmbDjavk9P+MHfGokUcw0xHy6Ch3YTuwbYuvVw5ny9A==", - "dependencies": { - "@types/d3-shape": "^1.3.1", - "d3-shape": "^1.0.6" + "react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0" } }, "node_modules/@visx/group": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/group/-/group-1.17.1.tgz", - "integrity": "sha512-g8pSqy8TXAisiOzypnVycDynEGlBhfxtVlwDmsbYB+XSFGEjnOheQSDohDI+ia7ek54Mw9uYe05tx5kP1hRMYw==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/group/-/group-2.10.0.tgz", + "integrity": "sha512-DNJDX71f65Et1+UgQvYlZbE66owYUAfcxTkC96Db6TnxV221VKI3T5l23UWbnMzwFBP9dR3PWUjjqhhF12N5pA==", "dependencies": { "@types/react": "*", "classnames": "^2.3.1", "prop-types": "^15.6.2" }, "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" + "react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0" } }, "node_modules/@visx/point": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@visx/point/-/point-1.7.0.tgz", - "integrity": "sha512-oaoY/HXYHhmpkkeKI4rBPmFtjHWtxSrIhZCVm1ipPoyQp3voJ8L6JD5eUIVmmaUCdUGUGwL1lFLnJiQ2p1Vlwg==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@visx/point/-/point-2.6.0.tgz", + "integrity": "sha512-amBi7yMz4S2VSchlPdliznN41TuES64506ySI22DeKQ+mc1s1+BudlpnY90sM1EIw4xnqbKmrghTTGfy6SVqvQ==" }, "node_modules/@visx/react-spring": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/react-spring/-/react-spring-1.17.1.tgz", - "integrity": "sha512-U2+cXYpmuwN8/TNNJAiqAcXHPewKbb2vT+YmDmkIk9G20INO95EKJbHE5+homf+Jg7mRr5En31Orxjt6eIKgzA==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/react-spring/-/react-spring-2.12.2.tgz", + "integrity": "sha512-+Oo9S75lSbpF6VV3Ym8kB/I4H7O3qYk5Nltv2CNUoVuWvzd4tRnxiVLBxYuGjtj6lIAhDJ+W8QYHXhZhe0zNHw==", "dependencies": { "@types/react": "*", - "@visx/axis": "1.17.1", - "@visx/grid": "1.17.1", - "@visx/scale": "1.14.0", - "@visx/text": "1.17.1", + "@visx/axis": "2.12.2", + "@visx/grid": "2.12.2", + "@visx/scale": "2.2.2", + "@visx/text": "2.12.2", "classnames": "^2.3.1", "prop-types": "^15.6.2" }, "peerDependencies": { - "react": "^16.3.0-0", - "react-spring": "^8.0.27" + "@react-spring/web": "^9.4.5", + "react": "^16.3.0-0 || ^17.0.0 || ^18.0.0" } }, "node_modules/@visx/responsive": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@visx/responsive/-/responsive-1.10.1.tgz", - "integrity": "sha512-7FT2BBmWFkFFqynI9C1NYfVOKT1FsNOm6MwWMqXKA7TMomdBW0wdtQNB1bHvwJvWurM/sNqxcQ/CBED6t9xujQ==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/responsive/-/responsive-2.10.0.tgz", + "integrity": "sha512-NssDPpuUYp7hqVISuYkKZ5zk6ob0++RdTIaUjRcUdyFEbvzb9+zIb8QToOkvI90L2EC/MY4Jx0NpDbEe79GpAw==", "dependencies": { - "@types/lodash": "^4.14.146", + "@juggle/resize-observer": "^3.3.1", + "@types/lodash": "^4.14.172", "@types/react": "*", - "lodash": "^4.17.10", - "prop-types": "^15.6.1", - "resize-observer-polyfill": "1.5.1" + "lodash": "^4.17.21", + "prop-types": "^15.6.1" }, "peerDependencies": { - "react": "^15.0.0-0 || ^16.0.0-0" + "react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0" } }, "node_modules/@visx/scale": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@visx/scale/-/scale-1.14.0.tgz", - "integrity": "sha512-ovbtEOF/d76uGMJ5UZlxdS3t2T8I6md+aIwOXBaq0HdjaCLbe7HLlMyHJKjak/sqBxLAiCGVnechTUpSkfgSQw==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@visx/scale/-/scale-2.2.2.tgz", + "integrity": "sha512-3aDySGUTpe6VykDQmF+g2nz5paFu9iSPTcCOEgkcru0/v5tmGzUdvivy8CkYbr87HN73V/Jc53lGm+kJUQcLBw==", "dependencies": { "@types/d3-interpolate": "^1.3.1", "@types/d3-scale": "^3.3.0", @@ -11917,72 +11938,47 @@ } }, "node_modules/@visx/shape": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/shape/-/shape-1.17.1.tgz", - "integrity": "sha512-rVYFpytPCnV4s5U0za+jQ2jqFzKnmB3c8RP6fuOfF6kKosFPJcOYg9ikvewojARyMBTr1u3XvWV960Da+xyUdQ==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/shape/-/shape-2.12.2.tgz", + "integrity": "sha512-4gN0fyHWYXiJ+Ck8VAazXX0i8TOnLJvOc5jZBnaJDVxgnSIfCjJn0+Nsy96l9Dy/bCMTh4DBYUBv9k+YICBUOA==", "dependencies": { "@types/d3-path": "^1.0.8", "@types/d3-shape": "^1.3.1", - "@types/lodash": "^4.14.146", + "@types/lodash": "^4.14.172", "@types/react": "*", - "@visx/curve": "1.7.0", - "@visx/group": "1.17.1", - "@visx/scale": "1.14.0", + "@visx/curve": "2.1.0", + "@visx/group": "2.10.0", + "@visx/scale": "2.2.2", "classnames": "^2.3.1", "d3-path": "^1.0.5", "d3-shape": "^1.2.0", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "prop-types": "^15.5.10" }, "peerDependencies": { - "react": "^16.3.0-0" - } - }, - "node_modules/@visx/shape/node_modules/@visx/curve": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@visx/curve/-/curve-1.7.0.tgz", - "integrity": "sha512-n0/SHM4YXjke+aEinhHFZPLMxWu3jbqtvqzfGJyibX8OmbDjavk9P+MHfGokUcw0xHy6Ch3YTuwbYuvVw5ny9A==", - "dependencies": { - "@types/d3-shape": "^1.3.1", - "d3-shape": "^1.0.6" + "react": "^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0" } }, "node_modules/@visx/text": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/text/-/text-1.17.1.tgz", - "integrity": "sha512-Cx6iH0kVq3YqCfFj7U6bMiKwa/bz4Z3q0vPdxmnVGcPjGZM1ac/y61KFH263e164LJ5jFaTYpPrrFmbZoy8+Vg==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/text/-/text-2.12.2.tgz", + "integrity": "sha512-Sv9YEolggfv2Nf6+l28ESG3VXVR1+s4u/Cz17QpgOxygcbOM8LfLtriWtBsBMKdMbYKeUpoUro0clx55TUwzew==", "dependencies": { - "@types/lodash": "^4.14.160", + "@types/lodash": "^4.14.172", "@types/react": "*", "classnames": "^2.3.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "prop-types": "^15.7.2", "reduce-css-calc": "^1.3.0" }, "peerDependencies": { - "react": "^16.3.0-0" - } - }, - "node_modules/@visx/tooltip": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/tooltip/-/tooltip-1.17.1.tgz", - "integrity": "sha512-YfRgVtKSLTn3iW8CT5+CfTWhSXGeAp01SaPDThtdaUTx89rKv5wb4oyVgeQ5g2ScRYVC8mYj5RzY/pj3RrezFQ==", - "dependencies": { - "@types/react": "*", - "@visx/bounds": "1.7.0", - "classnames": "^2.3.1", - "prop-types": "^15.5.10", - "react-use-measure": "^2.0.4" - }, - "peerDependencies": { - "react": "^16.8.0-0", - "react-dom": "^16.8.0-0" + "react": "^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0" } }, "node_modules/@visx/voronoi": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/voronoi/-/voronoi-1.17.1.tgz", - "integrity": "sha512-XpgQ5siRYI9Vvw+Q82avIntDzfkSrIT3EmN2J/L/6ZnT3nTCjWksTEgQQ3G9GqoX510srbX8wL+mRqkYP+3O4Q==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/voronoi/-/voronoi-2.10.0.tgz", + "integrity": "sha512-2GSosmQ25a9OctY4xPpPTwY6N4CW53Ssos8kzPHTo5Si/2h9AUNqVg7eGUb8lrEjakQYAAdX0J4U8D02tsQI+w==", "dependencies": { "@types/d3-voronoi": "^1.1.9", "@types/react": "*", @@ -11991,39 +11987,81 @@ "prop-types": "^15.6.1" }, "peerDependencies": { - "react": "^16.3.0-0" + "react": "^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0" } }, "node_modules/@visx/xychart": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/@visx/xychart/-/xychart-1.18.1.tgz", - "integrity": "sha512-VyC7yBpLUSgzLZIWWRtf1pCP0xuYLjHEwAXl2LdCSrnyUs2pMTms7xMUNbq8uwR4e8bbBY5dbsRg/7X95tB8Yg==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/xychart/-/xychart-2.12.2.tgz", + "integrity": "sha512-Bg/7gZjWcctFhdd42c5DOAmo25qxWUbQTbSzkCW/D97v/531svnPyMqKCe5mMuxDQzAAx7KX06rWPn/Cih+RWA==", "dependencies": { - "@types/lodash": "^4.14.146", + "@types/lodash": "^4.14.172", "@types/react": "*", - "@visx/annotation": "1.18.1", - "@visx/axis": "1.17.1", - "@visx/event": "1.7.0", - "@visx/glyph": "1.17.1", - "@visx/grid": "1.17.1", - "@visx/react-spring": "1.17.1", - "@visx/responsive": "1.10.1", - "@visx/scale": "1.14.0", - "@visx/shape": "1.17.1", - "@visx/text": "1.17.1", - "@visx/tooltip": "1.17.1", - "@visx/voronoi": "1.17.1", + "@visx/annotation": "2.12.2", + "@visx/axis": "2.12.2", + "@visx/event": "2.6.0", + "@visx/glyph": "2.10.0", + "@visx/grid": "2.12.2", + "@visx/react-spring": "2.12.2", + "@visx/responsive": "2.10.0", + "@visx/scale": "2.2.2", + "@visx/shape": "2.12.2", + "@visx/text": "2.12.2", + "@visx/tooltip": "2.10.0", + "@visx/voronoi": "2.10.0", "classnames": "^2.3.1", "d3-array": "^2.6.0", "d3-interpolate-path": "2.2.1", "d3-shape": "^2.0.0", - "lodash": "^4.17.10", + "lodash": "^4.17.21", "mitt": "^2.1.0", "prop-types": "^15.6.2" }, "peerDependencies": { - "react": "^16.4.0-0", - "react-spring": "^8.0.27" + "@react-spring/web": "^9.4.5", + "react": "^16.8.0 || ^17.0.0 || ^ 18.0.0" + } + }, + "node_modules/@visx/xychart/node_modules/@visx/tooltip": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/tooltip/-/tooltip-2.10.0.tgz", + "integrity": "sha512-6Zrd79MIEfyuLBcZ1ypSeAkpQc8oLRNB7FQnegzl3Lje4LK5lJtuf5ST0mwK6G2Uv+GlOW9REJ6VK4gfAGkq9A==", + "dependencies": { + "@types/react": "*", + "@visx/bounds": "2.10.0", + "classnames": "^2.3.1", + "prop-types": "^15.5.10", + "react-use-measure": "^2.0.4" + }, + "peerDependencies": { + "react": "^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0", + "react-dom": "^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0" + } + }, + "node_modules/@visx/xychart/node_modules/@visx/tooltip/node_modules/@visx/bounds": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/bounds/-/bounds-2.10.0.tgz", + "integrity": "sha512-rY7WFTIjQaXA8tFL45O2qbtSRkyF4yF75HiWz06F7BVmJ9UjF2qlomB3Y1z6gk6ZiFhwQ4zxABjOVjAQPLn7nQ==", + "dependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "prop-types": "^15.5.10" + }, + "peerDependencies": { + "react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0", + "react-dom": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0" + } + }, + "node_modules/@visx/xychart/node_modules/@visx/tooltip/node_modules/react-use-measure": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/react-use-measure/-/react-use-measure-2.1.1.tgz", + "integrity": "sha512-nocZhN26cproIiIduswYpV5y5lQpSQS1y/4KuvUCjSKmw7ZWIS/+g3aFnX3WdBkyuGUtTLif3UTqnLLhbDoQig==", + "dependencies": { + "debounce": "^1.2.1" + }, + "peerDependencies": { + "react": ">=16.13", + "react-dom": ">=16.13" } }, "node_modules/@visx/xychart/node_modules/d3-shape": { @@ -13095,11 +13133,6 @@ "node": ">= 4.5.0" } }, - "node_modules/atob-lite": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz", - "integrity": "sha512-LEeSAWeh2Gfa2FtlQE1shxQ8zi5F9GHarrGKz08TMdODD5T4eH6BMsvtnhbWZ+XQn+Gb6om/917ucvRu7l7ukw==" - }, "node_modules/autoprefixer": { "version": "9.8.8", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz", @@ -14309,11 +14342,6 @@ "node-int64": "^0.4.0" } }, - "node_modules/btoa-lite": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz", - "integrity": "sha512-gvW7InbIyF8AicrqWoptdW08pUxuhq8BEgowNajy9RhiE86fmGAGl+bLKo6oB8QP0CkqHLowfN0oJdKC/J6LbA==" - }, "node_modules/buffer": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", @@ -15149,9 +15177,9 @@ } }, "node_modules/cli-spinners": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", - "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz", + "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==", "engines": { "node": ">=6" }, @@ -28085,11 +28113,6 @@ "integrity": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==", "dev": true }, - "node_modules/lodash.get": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" - }, "node_modules/lodash.includes": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", @@ -28140,11 +28163,6 @@ "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" }, - "node_modules/lodash.set": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", - "integrity": "sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==" - }, "node_modules/lodash.sortby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", @@ -28421,17 +28439,6 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" }, - "node_modules/macos-release": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.5.0.tgz", - "integrity": "sha512-EIgv+QZ9r+814gjJj0Bt5vSLJLzswGmSUbUpbi9AIr/fsN2IWFBl2NucV9PAiek+U1STK468tEkxmVYUtuAN3g==", - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/magic-string": { "version": "0.25.9", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", @@ -29860,9 +29867,9 @@ } }, "node_modules/node-abi": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.22.0.tgz", - "integrity": "sha512-u4uAs/4Zzmp/jjsD9cyFYDXeISfUWaAVWshPmDZOFOv4Xl4SbzTXm53I04C2uRueYJ+0t5PEtLH/owbn2Npf/w==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.24.0.tgz", + "integrity": "sha512-YPG3Co0luSu6GwOBsmIdGW6Wx0NyNDLg/hriIyDllVsNwnI6UeqaWShxC3lbH4LtEQUgoLP3XR1ndXiDAWvmRw==", "optional": true, "dependencies": { "semver": "^7.3.5" @@ -30503,11 +30510,6 @@ "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" }, - "node_modules/octokit-pagination-methods": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz", - "integrity": "sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==" - }, "node_modules/on-finished": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", @@ -30701,18 +30703,6 @@ "node": ">=0.10.0" } }, - "node_modules/os-name": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz", - "integrity": "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==", - "dependencies": { - "macos-release": "^2.2.0", - "windows-release": "^3.1.0" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", @@ -34957,18 +34947,6 @@ "react-dom": ">=16.6.0" } }, - "node_modules/react-use-measure": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/react-use-measure/-/react-use-measure-2.1.1.tgz", - "integrity": "sha512-nocZhN26cproIiIduswYpV5y5lQpSQS1y/4KuvUCjSKmw7ZWIS/+g3aFnX3WdBkyuGUtTLif3UTqnLLhbDoQig==", - "dependencies": { - "debounce": "^1.2.1" - }, - "peerDependencies": { - "react": ">=16.13", - "react-dom": ">=16.13" - } - }, "node_modules/read-cache": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", @@ -35684,11 +35662,6 @@ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" }, - "node_modules/resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", - "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" - }, "node_modules/resolve": { "version": "1.22.1", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", @@ -39358,9 +39331,9 @@ "dev": true }, "node_modules/twilio": { - "version": "3.79.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.79.0.tgz", - "integrity": "sha512-Vn4J3tklWGL5YpNG9H7tRT8FfnYrzvh3ORotJsE+AlN9oXWFPE8ALzbl24x3FfPqJ2Pja0eepfamb3pQKGdNzA==", + "version": "3.80.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.80.0.tgz", + "integrity": "sha512-ACzeSFqyMViOXDYBQr4CoPoscNWDbHt/gGqU2YpVyVQ/5fsFo/fe+ZAeZBKvrMllP81bhCtPS7H5Lfi9n2cOFw==", "dependencies": { "axios": "^0.26.1", "dayjs": "^1.8.29", @@ -39398,9 +39371,9 @@ } }, "node_modules/twilio-video": { - "version": "2.22.1", - "resolved": "https://registry.npmjs.org/twilio-video/-/twilio-video-2.22.1.tgz", - "integrity": "sha512-a+NIqBby+A6yH49MiPtVuOawLnYI32GS6WQoX/RcFNzHXruJFGSH2jNNh0wq+htsFbCgdSEk3tKtQQQARKMHvg==", + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/twilio-video/-/twilio-video-2.23.0.tgz", + "integrity": "sha512-3wD50eeNMqh4QItN3vk6/I/QJ15hEBmEd9FDxVUrnKG8H3GDgDEWzmjN+wPkw+SNYwGiE6dw5qOSESsthmJeuQ==", "dependencies": { "events": "^3.3.0", "util": "^0.12.4", @@ -42009,128 +41982,6 @@ "node": ">=8" } }, - "node_modules/windows-release": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.3.tgz", - "integrity": "sha512-OSOGH1QYiW5yVor9TtmXKQvt2vjQqbYS+DqmsZw+r7xDwLXEeT3JGW0ZppFmHx4diyXmxt238KFR3N9jzevBRg==", - "dependencies": { - "execa": "^1.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/windows-release/node_modules/cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/windows-release/node_modules/execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dependencies": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/windows-release/node_modules/get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/windows-release/node_modules/is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/windows-release/node_modules/npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/windows-release/node_modules/path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/windows-release/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/windows-release/node_modules/shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/windows-release/node_modules/shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/windows-release/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, "node_modules/word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", @@ -42854,89 +42705,14 @@ } }, "@actions/github": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-2.2.0.tgz", - "integrity": "sha512-9UAZqn8ywdR70n3GwVle4N8ALosQs4z50N7XMXrSTUVOmVpaBC5kE3TRTT7qQdi3OaQV24mjGuJZsHUmhD+ZXw==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.3.tgz", + "integrity": "sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==", "requires": { - "@actions/http-client": "^1.0.3", - "@octokit/graphql": "^4.3.1", - "@octokit/rest": "^16.43.1" - }, - "dependencies": { - "@actions/http-client": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", - "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", - "requires": { - "tunnel": "0.0.6" - } - }, - "@octokit/plugin-paginate-rest": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.2.tgz", - "integrity": "sha512-jbsSoi5Q1pj63sC16XIUboklNw+8tL9VOnJsWycWYR78TKss5PVpIPb1TUUcMQ+bBh7cY579cVAWmf5qG+dw+Q==", - "requires": { - "@octokit/types": "^2.0.1" - } - }, - "@octokit/plugin-rest-endpoint-methods": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.4.0.tgz", - "integrity": "sha512-EZi/AWhtkdfAYi01obpX0DF7U6b1VRr30QNQ5xSFPITMdLSfhcBqjamE3F+sKcxPbD7eZuMHu3Qkk2V+JGxBDQ==", - "requires": { - "@octokit/types": "^2.0.1", - "deprecation": "^2.3.1" - } - }, - "@octokit/request-error": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.1.tgz", - "integrity": "sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA==", - "requires": { - "@octokit/types": "^2.0.0", - "deprecation": "^2.0.0", - "once": "^1.4.0" - } - }, - "@octokit/rest": { - "version": "16.43.2", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.43.2.tgz", - "integrity": "sha512-ngDBevLbBTFfrHZeiS7SAMAZ6ssuVmXuya+F/7RaVvlysgGa1JKJkKWY+jV6TCJYcW0OALfJ7nTIGXcBXzycfQ==", - "requires": { - "@octokit/auth-token": "^2.4.0", - "@octokit/plugin-paginate-rest": "^1.1.1", - "@octokit/plugin-request-log": "^1.0.0", - "@octokit/plugin-rest-endpoint-methods": "2.4.0", - "@octokit/request": "^5.2.0", - "@octokit/request-error": "^1.0.2", - "atob-lite": "^2.0.0", - "before-after-hook": "^2.0.0", - "btoa-lite": "^1.0.0", - "deprecation": "^2.0.0", - "lodash.get": "^4.4.2", - "lodash.set": "^4.3.2", - "lodash.uniq": "^4.5.0", - "octokit-pagination-methods": "^1.1.0", - "once": "^1.4.0", - "universal-user-agent": "^4.0.0" - } - }, - "@octokit/types": { - "version": "2.16.2", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.16.2.tgz", - "integrity": "sha512-O75k56TYvJ8WpAakWwYRN8Bgu60KrmX0z1KqFp1kNiFNkgW+JW+9EBKZ+S33PU6SLvbihqd+3drvPxKK68Ee8Q==", - "requires": { - "@types/node": ">= 8" - } - }, - "universal-user-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.1.tgz", - "integrity": "sha512-LnST3ebHwVL2aNe4mejI9IQh2HfZ1RLo8Io2HugSif8ekzD1TlWpHpColOB/eh8JHMLkGH3Akqf040I+4ylNxg==", - "requires": { - "os-name": "^3.1.0" - } - } + "@actions/http-client": "^2.0.1", + "@octokit/core": "^3.6.0", + "@octokit/plugin-paginate-rest": "^2.17.0", + "@octokit/plugin-rest-endpoint-methods": "^5.13.0" } }, "@actions/http-client": { @@ -45926,6 +45702,11 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "@juggle/resize-observer": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.3.1.tgz", + "integrity": "sha512-zMM9Ds+SawiUkakS7y94Ymqx+S0ORzpG3frZirN3l+UlXUmSUR7hF4wxCVqW+ei94JzV5kt0uXBcoOEAuiydrw==" + }, "@leichtgewicht/ip-codec": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", @@ -46581,76 +46362,17 @@ } }, "@octokit/core": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.0.4.tgz", - "integrity": "sha512-sUpR/hc4Gc7K34o60bWC7WUH6Q7T6ftZ2dUmepSyJr9PRF76/qqkWjE2SOEzCqLA5W83SaISymwKtxks+96hPQ==", - "peer": true, + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz", + "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==", "requires": { - "@octokit/auth-token": "^3.0.0", - "@octokit/graphql": "^5.0.0", - "@octokit/request": "^6.0.0", - "@octokit/request-error": "^3.0.0", + "@octokit/auth-token": "^2.4.4", + "@octokit/graphql": "^4.5.8", + "@octokit/request": "^5.6.3", + "@octokit/request-error": "^2.0.5", "@octokit/types": "^6.0.3", "before-after-hook": "^2.2.0", "universal-user-agent": "^6.0.0" - }, - "dependencies": { - "@octokit/auth-token": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.0.tgz", - "integrity": "sha512-MDNFUBcJIptB9At7HiV7VCvU3NcL4GnfCQaP8C5lrxWrRPMJBnemYtehaKSOlaM7AYxeRyj9etenu8LVpSpVaQ==", - "peer": true, - "requires": { - "@octokit/types": "^6.0.3" - } - }, - "@octokit/endpoint": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.0.tgz", - "integrity": "sha512-Kz/mIkOTjs9rV50hf/JK9pIDl4aGwAtT8pry6Rpy+hVXkAPhXanNQRxMoq6AeRgDCZR6t/A1zKniY2V1YhrzlQ==", - "peer": true, - "requires": { - "@octokit/types": "^6.0.3", - "is-plain-object": "^5.0.0", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/graphql": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.0.tgz", - "integrity": "sha512-1ZZ8tX4lUEcLPvHagfIVu5S2xpHYXAmgN0+95eAOPoaVPzCfUXJtA5vASafcpWcO86ze0Pzn30TAx72aB2aguQ==", - "peer": true, - "requires": { - "@octokit/request": "^6.0.0", - "@octokit/types": "^6.0.3", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/request": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.0.tgz", - "integrity": "sha512-7IAmHnaezZrgUqtRShMlByJK33MT9ZDnMRgZjnRrRV9a/jzzFwKGz0vxhFU6i7VMLraYcQ1qmcAOin37Kryq+Q==", - "peer": true, - "requires": { - "@octokit/endpoint": "^7.0.0", - "@octokit/request-error": "^3.0.0", - "@octokit/types": "^6.16.1", - "is-plain-object": "^5.0.0", - "node-fetch": "^2.6.7", - "universal-user-agent": "^6.0.0" - } - }, - "@octokit/request-error": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.0.tgz", - "integrity": "sha512-WBtpzm9lR8z4IHIMtOqr6XwfkGvMOOILNLxsWvDwtzm/n7f5AWuqJTXQXdDtOvPfTDrH4TPhEvW2qMlR4JFA2w==", - "peer": true, - "requires": { - "@octokit/types": "^6.0.3", - "deprecation": "^2.0.0", - "once": "^1.4.0" - } - } } }, "@octokit/endpoint": { @@ -46674,16 +46396,16 @@ } }, "@octokit/openapi-types": { - "version": "12.9.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.9.1.tgz", - "integrity": "sha512-nmLbJmjKDF4Ryy+P6xP6h0UwodTFNUzCm6IzBeZd1ITJ37fDra32TdtS/0vAzSCOac/KliJIjQI8Fiz2I414WA==" + "version": "12.11.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz", + "integrity": "sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==" }, "@octokit/plugin-paginate-rest": { - "version": "2.21.2", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.2.tgz", - "integrity": "sha512-S24H0a6bBVreJtoTaRHT/gnVASbOHVTRMOVIqd9zrJBP3JozsxJB56TDuTUmd1xLI4/rAE2HNmThvVKtIdLLEw==", + "version": "2.21.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.3.tgz", + "integrity": "sha512-aCZTEf0y2h3OLbrgKkrfFdjRL6eSOo8komneVQJnYecAxIej7Bafor2xhuDJOIFau4pk0i/P28/XgtbyPF0ZHw==", "requires": { - "@octokit/types": "^6.39.0" + "@octokit/types": "^6.40.0" } }, "@octokit/plugin-request-log": { @@ -46725,38 +46447,106 @@ } }, "@octokit/rest": { - "version": "18.12.0", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.12.0.tgz", - "integrity": "sha512-gDPiOHlyGavxr72y0guQEhLsemgVjwRePayJ+FcKc2SJqKUbxbkvf5kAZEWA/MKvsfYlQAMVzNJE3ezQcxMJ2Q==", + "version": "19.0.3", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-19.0.3.tgz", + "integrity": "sha512-5arkTsnnRT7/sbI4fqgSJ35KiFaN7zQm0uQiQtivNQLI8RQx8EHwJCajcTUwmaCMNDg7tdCvqAnc7uvHHPxrtQ==", "requires": { - "@octokit/core": "^3.5.1", - "@octokit/plugin-paginate-rest": "^2.16.8", + "@octokit/core": "^4.0.0", + "@octokit/plugin-paginate-rest": "^3.0.0", "@octokit/plugin-request-log": "^1.0.4", - "@octokit/plugin-rest-endpoint-methods": "^5.12.0" + "@octokit/plugin-rest-endpoint-methods": "^6.0.0" }, "dependencies": { + "@octokit/auth-token": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.0.tgz", + "integrity": "sha512-MDNFUBcJIptB9At7HiV7VCvU3NcL4GnfCQaP8C5lrxWrRPMJBnemYtehaKSOlaM7AYxeRyj9etenu8LVpSpVaQ==", + "requires": { + "@octokit/types": "^6.0.3" + } + }, "@octokit/core": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.6.0.tgz", - "integrity": "sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.0.4.tgz", + "integrity": "sha512-sUpR/hc4Gc7K34o60bWC7WUH6Q7T6ftZ2dUmepSyJr9PRF76/qqkWjE2SOEzCqLA5W83SaISymwKtxks+96hPQ==", "requires": { - "@octokit/auth-token": "^2.4.4", - "@octokit/graphql": "^4.5.8", - "@octokit/request": "^5.6.3", - "@octokit/request-error": "^2.0.5", + "@octokit/auth-token": "^3.0.0", + "@octokit/graphql": "^5.0.0", + "@octokit/request": "^6.0.0", + "@octokit/request-error": "^3.0.0", "@octokit/types": "^6.0.3", "before-after-hook": "^2.2.0", "universal-user-agent": "^6.0.0" } + }, + "@octokit/endpoint": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.0.tgz", + "integrity": "sha512-Kz/mIkOTjs9rV50hf/JK9pIDl4aGwAtT8pry6Rpy+hVXkAPhXanNQRxMoq6AeRgDCZR6t/A1zKniY2V1YhrzlQ==", + "requires": { + "@octokit/types": "^6.0.3", + "is-plain-object": "^5.0.0", + "universal-user-agent": "^6.0.0" + } + }, + "@octokit/graphql": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.0.tgz", + "integrity": "sha512-1ZZ8tX4lUEcLPvHagfIVu5S2xpHYXAmgN0+95eAOPoaVPzCfUXJtA5vASafcpWcO86ze0Pzn30TAx72aB2aguQ==", + "requires": { + "@octokit/request": "^6.0.0", + "@octokit/types": "^6.0.3", + "universal-user-agent": "^6.0.0" + } + }, + "@octokit/plugin-paginate-rest": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-3.1.0.tgz", + "integrity": "sha512-+cfc40pMzWcLkoDcLb1KXqjX0jTGYXjKuQdFQDc6UAknISJHnZTiBqld6HDwRJvD4DsouDKrWXNbNV0lE/3AXA==", + "requires": { + "@octokit/types": "^6.41.0" + } + }, + "@octokit/plugin-rest-endpoint-methods": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.2.0.tgz", + "integrity": "sha512-PZ+yfkbZAuRUtqu6Y191/V3eM0KBPx+Yq7nh+ONPdpm3EX4pd5UnK2y2XgO/0AtNum5a4aJCDjqsDuUZ2hWRXw==", + "requires": { + "@octokit/types": "^6.41.0", + "deprecation": "^2.3.1" + } + }, + "@octokit/request": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.0.tgz", + "integrity": "sha512-7IAmHnaezZrgUqtRShMlByJK33MT9ZDnMRgZjnRrRV9a/jzzFwKGz0vxhFU6i7VMLraYcQ1qmcAOin37Kryq+Q==", + "requires": { + "@octokit/endpoint": "^7.0.0", + "@octokit/request-error": "^3.0.0", + "@octokit/types": "^6.16.1", + "is-plain-object": "^5.0.0", + "node-fetch": "^2.6.7", + "universal-user-agent": "^6.0.0" + } + }, + "@octokit/request-error": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.0.tgz", + "integrity": "sha512-WBtpzm9lR8z4IHIMtOqr6XwfkGvMOOILNLxsWvDwtzm/n7f5AWuqJTXQXdDtOvPfTDrH4TPhEvW2qMlR4JFA2w==", + "requires": { + "@octokit/types": "^6.0.3", + "deprecation": "^2.0.0", + "once": "^1.4.0" + } } } }, "@octokit/types": { - "version": "6.39.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.39.0.tgz", - "integrity": "sha512-Mq4N9sOAYCitTsBtDdRVrBE80lIrMBhL9Jbrw0d+j96BAzlq4V+GLHFJbHokEsVvO/9tQupQdoFdgVYhD2C8UQ==", + "version": "6.41.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz", + "integrity": "sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==", "requires": { - "@octokit/openapi-types": "^12.7.0" + "@octokit/openapi-types": "^12.11.0" } }, "@panva/asn1.js": { @@ -46840,6 +46630,62 @@ "resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz", "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, + "@react-spring/animated": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-9.5.2.tgz", + "integrity": "sha512-oRlX+MmYLbK8IuUZR7SQUnRjXxJ4PMIZeBkBd1SUWVgVJAHMTfJzPltzm+I6p59qX+qLlklYHfnWaonQKDqLuQ==", + "peer": true, + "requires": { + "@react-spring/shared": "~9.5.2", + "@react-spring/types": "~9.5.2" + } + }, + "@react-spring/core": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/core/-/core-9.5.2.tgz", + "integrity": "sha512-UMRtFH6EfebMp/NMDGCUY5+hZFXsg9iT9hzt/iPzJSz2WMXKBjLoFZHJXcmiVOrIhzHmg1O0pFECn1Wp6pZ5Gw==", + "peer": true, + "requires": { + "@react-spring/animated": "~9.5.2", + "@react-spring/rafz": "~9.5.2", + "@react-spring/shared": "~9.5.2", + "@react-spring/types": "~9.5.2" + } + }, + "@react-spring/rafz": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/rafz/-/rafz-9.5.2.tgz", + "integrity": "sha512-xHSRXKKBI/wDUkZGrspkOm4VlgN6lZi8Tw9Jzibp9QKf3neoof+U2mDNgklvnLaasymtUwAq9o4ZfFvQIVNgPQ==", + "peer": true + }, + "@react-spring/shared": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/shared/-/shared-9.5.2.tgz", + "integrity": "sha512-/OSf2sjwY4BUnjZL6xMC+H3WxOOhMUCk+yZwgdj40XuyUpk6E6tYyiPeD9Yq5GLsZHodkvE1syVMRVReL4ndAg==", + "peer": true, + "requires": { + "@react-spring/rafz": "~9.5.2", + "@react-spring/types": "~9.5.2" + } + }, + "@react-spring/types": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/types/-/types-9.5.2.tgz", + "integrity": "sha512-n/wBRSHPqTmEd4BFWY6TeR1o/UY+3ujoqMxLjqy90CcY/ozJzDRuREL3c+pxMeTF2+B7dX33dTPCtFMX51nbxg==", + "peer": true + }, + "@react-spring/web": { + "version": "9.5.2", + "resolved": "https://registry.npmjs.org/@react-spring/web/-/web-9.5.2.tgz", + "integrity": "sha512-cusTjbOGTgtbsnpBDjb6Ia+B0lQLE0Fk5rGDog6Sww7hWnLIQ521PMiOBnAWtkntB9eXDUfj7L91nwJviEC0lw==", + "peer": true, + "requires": { + "@react-spring/animated": "~9.5.2", + "@react-spring/core": "~9.5.2", + "@react-spring/shared": "~9.5.2", + "@react-spring/types": "~9.5.2" + } + }, "@rollup/plugin-babel": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", @@ -50511,18 +50357,18 @@ "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" }, "@twilio-labs/plugin-rtc": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/@twilio-labs/plugin-rtc/-/plugin-rtc-0.8.3.tgz", - "integrity": "sha512-YjAY1lhZc1qYbBc9Ux0s4PMF6TMyWpDFr58+q4whgrknHKol8MzIh4FcwXHG0GYLMQB/c4IAS4PIHdsq9FwixA==", + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/@twilio-labs/plugin-rtc/-/plugin-rtc-0.8.4.tgz", + "integrity": "sha512-w2G/oJr3LJJ5vcVeeCVqJw0f3xtMlC4EgEUhSDK6pgpavMHGvOrzwmS8rLiydHt3hHPeHGf+bfYCpqOMfnwOPA==", "requires": { "@oclif/command": "^1.5.19", "@oclif/config": "^1.14.0", "@oclif/plugin-help": "^5.1.11", "@twilio-labs/serverless-api": "^4.0.3", - "@twilio/cli-core": "^6.1.0", + "@twilio/cli-core": "^6.7.0", "lodash": "^4.17.21", - "moment": "^2.29.0", - "nanoid": "^3.1.16" + "moment": "^2.29.4", + "nanoid": "^3.3.4" } }, "@twilio-labs/serverless-api": { @@ -50558,20 +50404,20 @@ } }, "@twilio/cli-core": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@twilio/cli-core/-/cli-core-6.6.0.tgz", - "integrity": "sha512-MprcCceZcaJf2KLx8PRbkDnbWnP6InX6Xrnz0/Co2g9sxjxczONlel8Y3qhxExCWrHWd9xKExA3yJsdvbi2guQ==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@twilio/cli-core/-/cli-core-6.7.0.tgz", + "integrity": "sha512-Wr/yqz4caiFQwcB8BGnrIay5Xx8tgcjTCCG80u5f++iRZFiUpPptVmqPHDdSf7SC0stjv/qnfqclR0HU4tR+NA==", "requires": { "@actions/core": "^1.0.0", - "@actions/github": "^2.2.0", + "@actions/github": "^5.0.3", "@oclif/command": "^1.8.15", "@oclif/config": "^1.18.2", "@oclif/errors": "^1.3.5", "@oclif/plugin-help": "^3.2.2", "@oclif/plugin-plugins": "^1.8.3", - "@octokit/rest": "^18.10.0", + "@octokit/rest": "^19.0.3", "axios": "^0.25.0", - "chalk": "^4.1.0", + "chalk": "^4.1.2", "columnify": "^1.5.4", "fs-extra": "^9.0.1", "https-proxy-agent": "^5.0.0", @@ -50580,7 +50426,7 @@ "qs": "^6.9.4", "semver": "^7.3.2", "tsv": "^0.2.0", - "twilio": "^3.54.2" + "twilio": "^3.80.0" }, "dependencies": { "@oclif/config": { @@ -50740,12 +50586,12 @@ } }, "@twilio/video-room-monitor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@twilio/video-room-monitor/-/video-room-monitor-1.0.0.tgz", - "integrity": "sha512-lHmtnXw/sAKER32mB1aON1+1yXhryQQ/U8WF3xMMtHs5HAFtC5B1k0tiTc5J1m0CxkzbOZHoY5GVryO9wt1UbQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@twilio/video-room-monitor/-/video-room-monitor-1.0.1.tgz", + "integrity": "sha512-5s3s/w0s4cl6VI9oZ1FwrgYbGAvSJVzbXHcU9Gu1EBCeJzbHKw7UZ1+Is1jIhKR6FQS8Rzt2edV8F5THAFwgqQ==", "requires": { "@visx/curve": "^2.1.0", - "@visx/xychart": "^1.18.1", + "@visx/xychart": "^2.11.1", "d3-array": "^2.12.1", "eventemitter3": "^4.0.7", "lodash": "^4.17.21", @@ -51779,46 +51625,46 @@ } }, "@visx/annotation": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/@visx/annotation/-/annotation-1.18.1.tgz", - "integrity": "sha512-z6zCk6PKmmeFziKKMBhJqJG4utg3dDWOCBZdR70HWSt9rl5cTMwIfATCuhJNbE2KuW6+QvTLiMCONySFwuVR+g==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/annotation/-/annotation-2.12.2.tgz", + "integrity": "sha512-NhIexNL2QJKc5escOpCe5apNdqBUqmQzGLqc40L7GslYuS3KgxtMa4tdpI+WCct8b/EK3fyQmN9oqG0H5HTY9A==", "requires": { "@types/react": "*", - "@visx/drag": "1.18.1", - "@visx/group": "1.17.1", - "@visx/point": "1.7.0", - "@visx/shape": "1.17.1", - "@visx/text": "1.17.1", + "@visx/drag": "2.10.0", + "@visx/group": "2.10.0", + "@visx/point": "2.6.0", + "@visx/shape": "2.12.2", + "@visx/text": "2.12.2", "classnames": "^2.3.1", "prop-types": "^15.5.10", "react-use-measure": "^2.0.4" + }, + "dependencies": { + "react-use-measure": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/react-use-measure/-/react-use-measure-2.1.1.tgz", + "integrity": "sha512-nocZhN26cproIiIduswYpV5y5lQpSQS1y/4KuvUCjSKmw7ZWIS/+g3aFnX3WdBkyuGUtTLif3UTqnLLhbDoQig==", + "requires": { + "debounce": "^1.2.1" + } + } } }, "@visx/axis": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/axis/-/axis-1.17.1.tgz", - "integrity": "sha512-3JdAY8xwA4xVnzkbXdIzCOWYCknCgw3L185lOJTXWNGO7kIgzbQ2YrLXnet37BFgD83MfxmlP6LhiHLkKVI6OQ==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/axis/-/axis-2.12.2.tgz", + "integrity": "sha512-nE+DGNwRzXOmp6ZwMQ1yUhbF7uR2wd3j6Xja/kVgGA7wSbqUeCZzqKZvhRsCqyay6PtHVlRRAhHP31Ob39+jtw==", "requires": { "@types/react": "*", - "@visx/group": "1.17.1", - "@visx/point": "1.7.0", - "@visx/scale": "1.14.0", - "@visx/shape": "1.17.1", - "@visx/text": "1.17.1", + "@visx/group": "2.10.0", + "@visx/point": "2.6.0", + "@visx/scale": "2.2.2", + "@visx/shape": "2.12.2", + "@visx/text": "2.12.2", "classnames": "^2.3.1", "prop-types": "^15.6.0" } }, - "@visx/bounds": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@visx/bounds/-/bounds-1.7.0.tgz", - "integrity": "sha512-ajF6PTgDoZTfwv5J0ZTx1miXY8lk3sGhMVqE3UsMubdTZBlOgeZMT4OmtTPtbCJTBTgw0FD0gd7X3gZ+3X9HgQ==", - "requires": { - "@types/react": "*", - "@types/react-dom": "*", - "prop-types": "^15.5.10" - } - }, "@visx/curve": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@visx/curve/-/curve-2.1.0.tgz", @@ -51829,67 +51675,57 @@ } }, "@visx/drag": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/@visx/drag/-/drag-1.18.1.tgz", - "integrity": "sha512-5xsgUUthG/0Nq51HFWYIe3NaHT5csxuVqx/+VfNsjkGgCHntWkcS2soPlEMh4wUT2iPKRs9z9VtRAyrpN4TtKw==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/drag/-/drag-2.10.0.tgz", + "integrity": "sha512-1G7ABfue8/Jn7tHxEPsDK+84Jbgej3Cqgi8FHaV15XlDRlaWs/fDNz4ECdJUGvhXuXLYCpaWFzhD1HaSEDJL1g==", "requires": { "@types/react": "*", - "@visx/event": "1.7.0", + "@visx/event": "2.6.0", + "@visx/point": "2.6.0", "prop-types": "^15.5.10" } }, "@visx/event": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@visx/event/-/event-1.7.0.tgz", - "integrity": "sha512-RbAoKxvy+ildX2dVXC9/ZX94lQXPwjKgtO9jy7COc15knG4zmzsMCDYDC3uLd0+jE2o/+gSaZ/9r52p6zG5+IQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@visx/event/-/event-2.6.0.tgz", + "integrity": "sha512-WGp91g82s727g3NAnENF1ppC3ZAlvWg+Y+GG0WFg34NmmOZbvPI/PTOqTqZE3x6B8EUn8NJiMxRjxIMbi+IvRw==", "requires": { "@types/react": "*", - "@visx/point": "1.7.0" + "@visx/point": "2.6.0" } }, "@visx/glyph": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/glyph/-/glyph-1.17.1.tgz", - "integrity": "sha512-9KAPmO7DsH1Iq+2kZs8oTgirgYWRq7EacNyEtsq78uuHqw0gFqmOuyYV6+iHelLbulNCAzHKVAZ7Aebfy7G8ZA==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/glyph/-/glyph-2.10.0.tgz", + "integrity": "sha512-qjbnfSgV920+V4ctXeDJWwzBorZLz97cDA4b/GmJ2tk2h0AVMrAejF2LNLgPQpzsVb7BIuVXAJXgp0dop2gr6w==", "requires": { "@types/d3-shape": "^1.3.1", "@types/react": "*", - "@visx/group": "1.17.1", + "@visx/group": "2.10.0", "classnames": "^2.3.1", "d3-shape": "^1.2.0", "prop-types": "^15.6.2" } }, "@visx/grid": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/grid/-/grid-1.17.1.tgz", - "integrity": "sha512-dse9q3weDqPNmeXK0lGKKPRgGiDuUjJ7Mt7NNonPUyXPctNmv6lJEWZu9HJrXEGiCAVNa8PHJ7Qkns/z+mH88Q==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/grid/-/grid-2.12.2.tgz", + "integrity": "sha512-lyMQvq5afjOh0nRqF0OBjgsLfsgUeLcFc95oj0FJ/NJ/MvtI6Gd5BxxbmYzuVfZ4f0Dm1pvtBu1swoB3451tkg==", "requires": { "@types/react": "*", - "@visx/curve": "1.7.0", - "@visx/group": "1.17.1", - "@visx/point": "1.7.0", - "@visx/scale": "1.14.0", - "@visx/shape": "1.17.1", + "@visx/curve": "2.1.0", + "@visx/group": "2.10.0", + "@visx/point": "2.6.0", + "@visx/scale": "2.2.2", + "@visx/shape": "2.12.2", "classnames": "^2.3.1", "prop-types": "^15.6.2" - }, - "dependencies": { - "@visx/curve": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@visx/curve/-/curve-1.7.0.tgz", - "integrity": "sha512-n0/SHM4YXjke+aEinhHFZPLMxWu3jbqtvqzfGJyibX8OmbDjavk9P+MHfGokUcw0xHy6Ch3YTuwbYuvVw5ny9A==", - "requires": { - "@types/d3-shape": "^1.3.1", - "d3-shape": "^1.0.6" - } - } } }, "@visx/group": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/group/-/group-1.17.1.tgz", - "integrity": "sha512-g8pSqy8TXAisiOzypnVycDynEGlBhfxtVlwDmsbYB+XSFGEjnOheQSDohDI+ia7ek54Mw9uYe05tx5kP1hRMYw==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/group/-/group-2.10.0.tgz", + "integrity": "sha512-DNJDX71f65Et1+UgQvYlZbE66owYUAfcxTkC96Db6TnxV221VKI3T5l23UWbnMzwFBP9dR3PWUjjqhhF12N5pA==", "requires": { "@types/react": "*", "classnames": "^2.3.1", @@ -51897,40 +51733,40 @@ } }, "@visx/point": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@visx/point/-/point-1.7.0.tgz", - "integrity": "sha512-oaoY/HXYHhmpkkeKI4rBPmFtjHWtxSrIhZCVm1ipPoyQp3voJ8L6JD5eUIVmmaUCdUGUGwL1lFLnJiQ2p1Vlwg==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@visx/point/-/point-2.6.0.tgz", + "integrity": "sha512-amBi7yMz4S2VSchlPdliznN41TuES64506ySI22DeKQ+mc1s1+BudlpnY90sM1EIw4xnqbKmrghTTGfy6SVqvQ==" }, "@visx/react-spring": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/react-spring/-/react-spring-1.17.1.tgz", - "integrity": "sha512-U2+cXYpmuwN8/TNNJAiqAcXHPewKbb2vT+YmDmkIk9G20INO95EKJbHE5+homf+Jg7mRr5En31Orxjt6eIKgzA==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/react-spring/-/react-spring-2.12.2.tgz", + "integrity": "sha512-+Oo9S75lSbpF6VV3Ym8kB/I4H7O3qYk5Nltv2CNUoVuWvzd4tRnxiVLBxYuGjtj6lIAhDJ+W8QYHXhZhe0zNHw==", "requires": { "@types/react": "*", - "@visx/axis": "1.17.1", - "@visx/grid": "1.17.1", - "@visx/scale": "1.14.0", - "@visx/text": "1.17.1", + "@visx/axis": "2.12.2", + "@visx/grid": "2.12.2", + "@visx/scale": "2.2.2", + "@visx/text": "2.12.2", "classnames": "^2.3.1", "prop-types": "^15.6.2" } }, "@visx/responsive": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@visx/responsive/-/responsive-1.10.1.tgz", - "integrity": "sha512-7FT2BBmWFkFFqynI9C1NYfVOKT1FsNOm6MwWMqXKA7TMomdBW0wdtQNB1bHvwJvWurM/sNqxcQ/CBED6t9xujQ==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/responsive/-/responsive-2.10.0.tgz", + "integrity": "sha512-NssDPpuUYp7hqVISuYkKZ5zk6ob0++RdTIaUjRcUdyFEbvzb9+zIb8QToOkvI90L2EC/MY4Jx0NpDbEe79GpAw==", "requires": { - "@types/lodash": "^4.14.146", + "@juggle/resize-observer": "^3.3.1", + "@types/lodash": "^4.14.172", "@types/react": "*", - "lodash": "^4.17.10", - "prop-types": "^15.6.1", - "resize-observer-polyfill": "1.5.1" + "lodash": "^4.17.21", + "prop-types": "^15.6.1" } }, "@visx/scale": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@visx/scale/-/scale-1.14.0.tgz", - "integrity": "sha512-ovbtEOF/d76uGMJ5UZlxdS3t2T8I6md+aIwOXBaq0HdjaCLbe7HLlMyHJKjak/sqBxLAiCGVnechTUpSkfgSQw==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@visx/scale/-/scale-2.2.2.tgz", + "integrity": "sha512-3aDySGUTpe6VykDQmF+g2nz5paFu9iSPTcCOEgkcru0/v5tmGzUdvivy8CkYbr87HN73V/Jc53lGm+kJUQcLBw==", "requires": { "@types/d3-interpolate": "^1.3.1", "@types/d3-scale": "^3.3.0", @@ -51941,64 +51777,41 @@ } }, "@visx/shape": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/shape/-/shape-1.17.1.tgz", - "integrity": "sha512-rVYFpytPCnV4s5U0za+jQ2jqFzKnmB3c8RP6fuOfF6kKosFPJcOYg9ikvewojARyMBTr1u3XvWV960Da+xyUdQ==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/shape/-/shape-2.12.2.tgz", + "integrity": "sha512-4gN0fyHWYXiJ+Ck8VAazXX0i8TOnLJvOc5jZBnaJDVxgnSIfCjJn0+Nsy96l9Dy/bCMTh4DBYUBv9k+YICBUOA==", "requires": { "@types/d3-path": "^1.0.8", "@types/d3-shape": "^1.3.1", - "@types/lodash": "^4.14.146", + "@types/lodash": "^4.14.172", "@types/react": "*", - "@visx/curve": "1.7.0", - "@visx/group": "1.17.1", - "@visx/scale": "1.14.0", + "@visx/curve": "2.1.0", + "@visx/group": "2.10.0", + "@visx/scale": "2.2.2", "classnames": "^2.3.1", "d3-path": "^1.0.5", "d3-shape": "^1.2.0", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "prop-types": "^15.5.10" - }, - "dependencies": { - "@visx/curve": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@visx/curve/-/curve-1.7.0.tgz", - "integrity": "sha512-n0/SHM4YXjke+aEinhHFZPLMxWu3jbqtvqzfGJyibX8OmbDjavk9P+MHfGokUcw0xHy6Ch3YTuwbYuvVw5ny9A==", - "requires": { - "@types/d3-shape": "^1.3.1", - "d3-shape": "^1.0.6" - } - } } }, "@visx/text": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/text/-/text-1.17.1.tgz", - "integrity": "sha512-Cx6iH0kVq3YqCfFj7U6bMiKwa/bz4Z3q0vPdxmnVGcPjGZM1ac/y61KFH263e164LJ5jFaTYpPrrFmbZoy8+Vg==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/text/-/text-2.12.2.tgz", + "integrity": "sha512-Sv9YEolggfv2Nf6+l28ESG3VXVR1+s4u/Cz17QpgOxygcbOM8LfLtriWtBsBMKdMbYKeUpoUro0clx55TUwzew==", "requires": { - "@types/lodash": "^4.14.160", + "@types/lodash": "^4.14.172", "@types/react": "*", "classnames": "^2.3.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "prop-types": "^15.7.2", "reduce-css-calc": "^1.3.0" } }, - "@visx/tooltip": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/tooltip/-/tooltip-1.17.1.tgz", - "integrity": "sha512-YfRgVtKSLTn3iW8CT5+CfTWhSXGeAp01SaPDThtdaUTx89rKv5wb4oyVgeQ5g2ScRYVC8mYj5RzY/pj3RrezFQ==", - "requires": { - "@types/react": "*", - "@visx/bounds": "1.7.0", - "classnames": "^2.3.1", - "prop-types": "^15.5.10", - "react-use-measure": "^2.0.4" - } - }, "@visx/voronoi": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@visx/voronoi/-/voronoi-1.17.1.tgz", - "integrity": "sha512-XpgQ5siRYI9Vvw+Q82avIntDzfkSrIT3EmN2J/L/6ZnT3nTCjWksTEgQQ3G9GqoX510srbX8wL+mRqkYP+3O4Q==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/voronoi/-/voronoi-2.10.0.tgz", + "integrity": "sha512-2GSosmQ25a9OctY4xPpPTwY6N4CW53Ssos8kzPHTo5Si/2h9AUNqVg7eGUb8lrEjakQYAAdX0J4U8D02tsQI+w==", "requires": { "@types/d3-voronoi": "^1.1.9", "@types/react": "*", @@ -52008,33 +51821,65 @@ } }, "@visx/xychart": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/@visx/xychart/-/xychart-1.18.1.tgz", - "integrity": "sha512-VyC7yBpLUSgzLZIWWRtf1pCP0xuYLjHEwAXl2LdCSrnyUs2pMTms7xMUNbq8uwR4e8bbBY5dbsRg/7X95tB8Yg==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@visx/xychart/-/xychart-2.12.2.tgz", + "integrity": "sha512-Bg/7gZjWcctFhdd42c5DOAmo25qxWUbQTbSzkCW/D97v/531svnPyMqKCe5mMuxDQzAAx7KX06rWPn/Cih+RWA==", "requires": { - "@types/lodash": "^4.14.146", + "@types/lodash": "^4.14.172", "@types/react": "*", - "@visx/annotation": "1.18.1", - "@visx/axis": "1.17.1", - "@visx/event": "1.7.0", - "@visx/glyph": "1.17.1", - "@visx/grid": "1.17.1", - "@visx/react-spring": "1.17.1", - "@visx/responsive": "1.10.1", - "@visx/scale": "1.14.0", - "@visx/shape": "1.17.1", - "@visx/text": "1.17.1", - "@visx/tooltip": "1.17.1", - "@visx/voronoi": "1.17.1", + "@visx/annotation": "2.12.2", + "@visx/axis": "2.12.2", + "@visx/event": "2.6.0", + "@visx/glyph": "2.10.0", + "@visx/grid": "2.12.2", + "@visx/react-spring": "2.12.2", + "@visx/responsive": "2.10.0", + "@visx/scale": "2.2.2", + "@visx/shape": "2.12.2", + "@visx/text": "2.12.2", + "@visx/tooltip": "2.10.0", + "@visx/voronoi": "2.10.0", "classnames": "^2.3.1", "d3-array": "^2.6.0", "d3-interpolate-path": "2.2.1", "d3-shape": "^2.0.0", - "lodash": "^4.17.10", + "lodash": "^4.17.21", "mitt": "^2.1.0", "prop-types": "^15.6.2" }, "dependencies": { + "@visx/tooltip": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/tooltip/-/tooltip-2.10.0.tgz", + "integrity": "sha512-6Zrd79MIEfyuLBcZ1ypSeAkpQc8oLRNB7FQnegzl3Lje4LK5lJtuf5ST0mwK6G2Uv+GlOW9REJ6VK4gfAGkq9A==", + "requires": { + "@types/react": "*", + "@visx/bounds": "2.10.0", + "classnames": "^2.3.1", + "prop-types": "^15.5.10", + "react-use-measure": "^2.0.4" + }, + "dependencies": { + "@visx/bounds": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@visx/bounds/-/bounds-2.10.0.tgz", + "integrity": "sha512-rY7WFTIjQaXA8tFL45O2qbtSRkyF4yF75HiWz06F7BVmJ9UjF2qlomB3Y1z6gk6ZiFhwQ4zxABjOVjAQPLn7nQ==", + "requires": { + "@types/react": "*", + "@types/react-dom": "*", + "prop-types": "^15.5.10" + } + }, + "react-use-measure": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/react-use-measure/-/react-use-measure-2.1.1.tgz", + "integrity": "sha512-nocZhN26cproIiIduswYpV5y5lQpSQS1y/4KuvUCjSKmw7ZWIS/+g3aFnX3WdBkyuGUtTLif3UTqnLLhbDoQig==", + "requires": { + "debounce": "^1.2.1" + } + } + } + }, "d3-shape": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-2.1.0.tgz", @@ -52916,11 +52761,6 @@ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", "dev": true }, - "atob-lite": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz", - "integrity": "sha512-LEeSAWeh2Gfa2FtlQE1shxQ8zi5F9GHarrGKz08TMdODD5T4eH6BMsvtnhbWZ+XQn+Gb6om/917ucvRu7l7ukw==" - }, "autoprefixer": { "version": "9.8.8", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz", @@ -53879,11 +53719,6 @@ "node-int64": "^0.4.0" } }, - "btoa-lite": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz", - "integrity": "sha512-gvW7InbIyF8AicrqWoptdW08pUxuhq8BEgowNajy9RhiE86fmGAGl+bLKo6oB8QP0CkqHLowfN0oJdKC/J6LbA==" - }, "buffer": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", @@ -54514,9 +54349,9 @@ } }, "cli-spinners": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", - "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz", + "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==" }, "cli-table3": { "version": "0.6.2", @@ -64440,11 +64275,6 @@ "integrity": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==", "dev": true }, - "lodash.get": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" - }, "lodash.includes": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", @@ -64495,11 +64325,6 @@ "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" }, - "lodash.set": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz", - "integrity": "sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==" - }, "lodash.sortby": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", @@ -64711,11 +64536,6 @@ } } }, - "macos-release": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.5.0.tgz", - "integrity": "sha512-EIgv+QZ9r+814gjJj0Bt5vSLJLzswGmSUbUpbi9AIr/fsN2IWFBl2NucV9PAiek+U1STK468tEkxmVYUtuAN3g==" - }, "magic-string": { "version": "0.25.9", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", @@ -65875,9 +65695,9 @@ } }, "node-abi": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.22.0.tgz", - "integrity": "sha512-u4uAs/4Zzmp/jjsD9cyFYDXeISfUWaAVWshPmDZOFOv4Xl4SbzTXm53I04C2uRueYJ+0t5PEtLH/owbn2Npf/w==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.24.0.tgz", + "integrity": "sha512-YPG3Co0luSu6GwOBsmIdGW6Wx0NyNDLg/hriIyDllVsNwnI6UeqaWShxC3lbH4LtEQUgoLP3XR1ndXiDAWvmRw==", "optional": true, "requires": { "semver": "^7.3.5" @@ -66394,11 +66214,6 @@ "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" }, - "octokit-pagination-methods": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz", - "integrity": "sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ==" - }, "on-finished": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", @@ -66542,15 +66357,6 @@ "dev": true, "optional": true }, - "os-name": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz", - "integrity": "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==", - "requires": { - "macos-release": "^2.2.0", - "windows-release": "^3.1.0" - } - }, "os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", @@ -69471,14 +69277,6 @@ "prop-types": "^15.6.2" } }, - "react-use-measure": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/react-use-measure/-/react-use-measure-2.1.1.tgz", - "integrity": "sha512-nocZhN26cproIiIduswYpV5y5lQpSQS1y/4KuvUCjSKmw7ZWIS/+g3aFnX3WdBkyuGUtTLif3UTqnLLhbDoQig==", - "requires": { - "debounce": "^1.2.1" - } - }, "read-cache": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", @@ -70053,11 +69851,6 @@ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" }, - "resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", - "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" - }, "resolve": { "version": "1.22.1", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", @@ -72834,9 +72627,9 @@ "dev": true }, "twilio": { - "version": "3.79.0", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.79.0.tgz", - "integrity": "sha512-Vn4J3tklWGL5YpNG9H7tRT8FfnYrzvh3ORotJsE+AlN9oXWFPE8ALzbl24x3FfPqJ2Pja0eepfamb3pQKGdNzA==", + "version": "3.80.0", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.80.0.tgz", + "integrity": "sha512-ACzeSFqyMViOXDYBQr4CoPoscNWDbHt/gGqU2YpVyVQ/5fsFo/fe+ZAeZBKvrMllP81bhCtPS7H5Lfi9n2cOFw==", "requires": { "axios": "^0.26.1", "dayjs": "^1.8.29", @@ -72888,9 +72681,9 @@ } }, "twilio-video": { - "version": "2.22.1", - "resolved": "https://registry.npmjs.org/twilio-video/-/twilio-video-2.22.1.tgz", - "integrity": "sha512-a+NIqBby+A6yH49MiPtVuOawLnYI32GS6WQoX/RcFNzHXruJFGSH2jNNh0wq+htsFbCgdSEk3tKtQQQARKMHvg==", + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/twilio-video/-/twilio-video-2.23.0.tgz", + "integrity": "sha512-3wD50eeNMqh4QItN3vk6/I/QJ15hEBmEd9FDxVUrnKG8H3GDgDEWzmjN+wPkw+SNYwGiE6dw5qOSESsthmJeuQ==", "requires": { "events": "^3.3.0", "util": "^0.12.4", @@ -74919,94 +74712,6 @@ "string-width": "^4.0.0" } }, - "windows-release": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.3.tgz", - "integrity": "sha512-OSOGH1QYiW5yVor9TtmXKQvt2vjQqbYS+DqmsZw+r7xDwLXEeT3JGW0ZppFmHx4diyXmxt238KFR3N9jzevBRg==", - "requires": { - "execa": "^1.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - } - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "requires": { - "pump": "^3.0.0" - } - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==" - }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", - "requires": { - "path-key": "^2.0.0" - } - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, "word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", diff --git a/package.json b/package.json index ed130a60d..e3175d785 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "twilio-video-app-react", - "version": "0.7.0", + "version": "0.7.1", "private": true, "license": "Apache-2.0", "dependencies": { "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.60", - "@twilio-labs/plugin-rtc": "^0.8.2", + "@twilio-labs/plugin-rtc": "^0.8.4", "@twilio/conversations": "^2.1.0", "@twilio/video-processors": "^1.0.1", - "@twilio/video-room-monitor": "^1.0.0", + "@twilio/video-room-monitor": "^1.0.1", "@types/d3-timer": "^1.0.9", "@types/dotenv": "^8.2.0", "@types/express": "^4.17.11", @@ -45,7 +45,7 @@ "swiper": "^8.1.5", "ts-node": "^9.1.1", "twilio": "^3.63.1", - "twilio-video": "^2.22.0", + "twilio-video": "^2.23.0", "typescript": "^4.6.2" }, "devDependencies": {