chore(deps): update rtcstats 9.0.1 (#10374)

This commit is contained in:
Andrei Gavrilescu 2021-11-17 14:21:37 +02:00 committed by GitHub
parent 7e9d665697
commit 6f75226044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

16
package-lock.json generated
View File

@ -31,7 +31,7 @@
"@hapi/bourne": "2.0.0",
"@jitsi/js-utils": "2.0.0",
"@jitsi/logger": "2.0.0",
"@jitsi/rtcstats": "9.0.0",
"@jitsi/rtcstats": "9.0.1",
"@material-ui/core": "4.11.3",
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",
"@microsoft/microsoft-graph-client": "1.1.0",
@ -3373,11 +3373,12 @@
"integrity": "sha512-QZE0NpI/GKRdZK0vhuyFYWr4XkCz4slihkSfy6RTszjj/YEHZKIV7yGJo6Hbs3kYI2h5v7apoy+h2WCOMumPJw=="
},
"node_modules/@jitsi/rtcstats": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/@jitsi/rtcstats/-/rtcstats-9.0.0.tgz",
"integrity": "sha512-+eF5CeSLHZdsG7OXP4KznLn1Ma94BUi7x0/N3RLdwJ9vjCi/VeR4ntdDLS8EWbH4rDBllugiLuJqxuLCEW2fTA==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/@jitsi/rtcstats/-/rtcstats-9.0.1.tgz",
"integrity": "sha512-kImbDneVzU3pBDyY0vOruG96iYnMp2aOeHxYvnHgXGCTQfqF4dcPGtWMucSb5Dz7KEY6+U6G77Kay5C9p9lFjw==",
"dependencies": {
"@jitsi/js-utils": "1.0.0",
"sdp": "^3.0.3",
"uuid": "3.1.0"
}
},
@ -22735,11 +22736,12 @@
"integrity": "sha512-QZE0NpI/GKRdZK0vhuyFYWr4XkCz4slihkSfy6RTszjj/YEHZKIV7yGJo6Hbs3kYI2h5v7apoy+h2WCOMumPJw=="
},
"@jitsi/rtcstats": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/@jitsi/rtcstats/-/rtcstats-9.0.0.tgz",
"integrity": "sha512-+eF5CeSLHZdsG7OXP4KznLn1Ma94BUi7x0/N3RLdwJ9vjCi/VeR4ntdDLS8EWbH4rDBllugiLuJqxuLCEW2fTA==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/@jitsi/rtcstats/-/rtcstats-9.0.1.tgz",
"integrity": "sha512-kImbDneVzU3pBDyY0vOruG96iYnMp2aOeHxYvnHgXGCTQfqF4dcPGtWMucSb5Dz7KEY6+U6G77Kay5C9p9lFjw==",
"requires": {
"@jitsi/js-utils": "1.0.0",
"sdp": "^3.0.3",
"uuid": "3.1.0"
},
"dependencies": {

View File

@ -36,7 +36,7 @@
"@hapi/bourne": "2.0.0",
"@jitsi/js-utils": "2.0.0",
"@jitsi/logger": "2.0.0",
"@jitsi/rtcstats": "9.0.0",
"@jitsi/rtcstats": "9.0.1",
"@material-ui/core": "4.11.3",
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",
"@microsoft/microsoft-graph-client": "1.1.0",