@matterbridge/frontend 3.5.4-dev-20260718-bf14064 → 3.5.4-dev-20260719-ed65cd6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +8 -8
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.5.4-dev-
|
|
3
|
+
"version": "3.5.4-dev-20260719-ed65cd6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@matterbridge/frontend",
|
|
9
|
-
"version": "3.5.4-dev-
|
|
9
|
+
"version": "3.5.4-dev-20260719-ed65cd6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.14.0",
|
|
@@ -754,9 +754,9 @@
|
|
|
754
754
|
}
|
|
755
755
|
},
|
|
756
756
|
"node_modules/ajv/node_modules/fast-uri": {
|
|
757
|
-
"version": "3.1.
|
|
758
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
759
|
-
"integrity": "sha512-
|
|
757
|
+
"version": "3.1.4",
|
|
758
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
|
|
759
|
+
"integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
|
|
760
760
|
"funding": [
|
|
761
761
|
{
|
|
762
762
|
"type": "github",
|
|
@@ -909,9 +909,9 @@
|
|
|
909
909
|
}
|
|
910
910
|
},
|
|
911
911
|
"node_modules/fast-uri": {
|
|
912
|
-
"version": "4.1.
|
|
913
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.
|
|
914
|
-
"integrity": "sha512-
|
|
912
|
+
"version": "4.1.1",
|
|
913
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.1.tgz",
|
|
914
|
+
"integrity": "sha512-YPOs1zD5TG2+EZt+r88LwF6mclA7TPkpwMP7ZN3TO2HiHS8TXvq7QA/17iJsV9dubcLo/f8eEYqMBruyQV21hQ==",
|
|
915
915
|
"funding": [
|
|
916
916
|
{
|
|
917
917
|
"type": "github",
|
package/package.json
CHANGED