@matterbridge/frontend 3.6.1-dev-20260915-57739b4 → 3.6.1-dev-20260917-9fdf275
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 +11 -11
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.6.1-dev-
|
|
3
|
+
"version": "3.6.1-dev-20260917-9fdf275",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@matterbridge/frontend",
|
|
9
|
-
"version": "3.6.1-dev-
|
|
9
|
+
"version": "3.6.1-dev-20260917-9fdf275",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.14.0",
|
|
@@ -747,9 +747,9 @@
|
|
|
747
747
|
}
|
|
748
748
|
},
|
|
749
749
|
"node_modules/ajv/node_modules/fast-uri": {
|
|
750
|
-
"version": "3.1.
|
|
751
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
752
|
-
"integrity": "sha512-
|
|
750
|
+
"version": "3.1.8",
|
|
751
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.8.tgz",
|
|
752
|
+
"integrity": "sha512-GZMtZUTNRpOVIECoXwLNZS5xUGE+mVNbTB8h/7Rwh2TFWcBQiPzTgyZi05BF9UMZKkLJv8XBRJTlU7zg8+ZfMg==",
|
|
753
753
|
"funding": [
|
|
754
754
|
{
|
|
755
755
|
"type": "github",
|
|
@@ -902,9 +902,9 @@
|
|
|
902
902
|
}
|
|
903
903
|
},
|
|
904
904
|
"node_modules/fast-uri": {
|
|
905
|
-
"version": "4.1.
|
|
906
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.
|
|
907
|
-
"integrity": "sha512-
|
|
905
|
+
"version": "4.1.5",
|
|
906
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-4.1.5.tgz",
|
|
907
|
+
"integrity": "sha512-vZeoMRB4epNr7QfdHxel7te/RcX16CxyXI07JCCTFWZA2s4v1azGNESRj+2EoaHSaWFL/Z3GmKT2jF6A202jLg==",
|
|
908
908
|
"funding": [
|
|
909
909
|
{
|
|
910
910
|
"type": "github",
|
|
@@ -1063,9 +1063,9 @@
|
|
|
1063
1063
|
}
|
|
1064
1064
|
},
|
|
1065
1065
|
"node_modules/markdown-to-jsx": {
|
|
1066
|
-
"version": "9.10.
|
|
1067
|
-
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.10.
|
|
1068
|
-
"integrity": "sha512-
|
|
1066
|
+
"version": "9.10.3",
|
|
1067
|
+
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.10.3.tgz",
|
|
1068
|
+
"integrity": "sha512-J5/NCmNYQ0ExsnThzvF3F1fSzNYLgROcW2diUqRqoIoiyhoy8DSI06jLuMYk0c86SQd/FiVYJrV6tIgci9S2tQ==",
|
|
1069
1069
|
"license": "MIT",
|
|
1070
1070
|
"engines": {
|
|
1071
1071
|
"node": ">= 18"
|
package/package.json
CHANGED