@matterbridge/frontend 3.4.10-dev-20260401-76e605a → 3.4.10-dev-20260402-c12a10e
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.4.10-dev-
|
|
3
|
+
"version": "3.4.10-dev-20260402-c12a10e",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@matterbridge/frontend",
|
|
9
|
-
"version": "3.4.10-dev-
|
|
9
|
+
"version": "3.4.10-dev-20260402-c12a10e",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.14.0",
|
|
@@ -1030,15 +1030,15 @@
|
|
|
1030
1030
|
"license": "MIT"
|
|
1031
1031
|
},
|
|
1032
1032
|
"node_modules/lodash": {
|
|
1033
|
-
"version": "4.
|
|
1034
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
1035
|
-
"integrity": "sha512-
|
|
1033
|
+
"version": "4.18.1",
|
|
1034
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
1035
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
1036
1036
|
"license": "MIT"
|
|
1037
1037
|
},
|
|
1038
1038
|
"node_modules/lodash-es": {
|
|
1039
|
-
"version": "4.
|
|
1040
|
-
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.
|
|
1041
|
-
"integrity": "sha512-
|
|
1039
|
+
"version": "4.18.1",
|
|
1040
|
+
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz",
|
|
1041
|
+
"integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==",
|
|
1042
1042
|
"license": "MIT"
|
|
1043
1043
|
},
|
|
1044
1044
|
"node_modules/loose-envify": {
|
package/package.json
CHANGED