@matterbridge/frontend 3.4.12-dev-20260411-47346f6 → 3.4.12-dev-20260412-8f69203

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@matterbridge/frontend",
3
- "version": "3.4.12-dev-20260411-47346f6",
3
+ "version": "3.4.12-dev-20260412-8f69203",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@matterbridge/frontend",
9
- "version": "3.4.12-dev-20260411-47346f6",
9
+ "version": "3.4.12-dev-20260412-8f69203",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@emotion/react": "11.14.0",
@@ -862,6 +862,15 @@
862
862
  "is-arrayish": "^0.2.1"
863
863
  }
864
864
  },
865
+ "node_modules/es-errors": {
866
+ "version": "1.3.0",
867
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
868
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
869
+ "license": "MIT",
870
+ "engines": {
871
+ "node": ">= 0.4"
872
+ }
873
+ },
865
874
  "node_modules/escape-string-regexp": {
866
875
  "version": "4.0.0",
867
876
  "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
@@ -1268,11 +1277,12 @@
1268
1277
  }
1269
1278
  },
1270
1279
  "node_modules/resolve": {
1271
- "version": "1.22.11",
1272
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
1273
- "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
1280
+ "version": "1.22.12",
1281
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
1282
+ "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
1274
1283
  "license": "MIT",
1275
1284
  "dependencies": {
1285
+ "es-errors": "^1.3.0",
1276
1286
  "is-core-module": "^2.16.1",
1277
1287
  "path-parse": "^1.0.7",
1278
1288
  "supports-preserve-symlinks-flag": "^1.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/frontend",
3
- "version": "3.4.12-dev-20260411-47346f6",
3
+ "version": "3.4.12-dev-20260412-8f69203",
4
4
  "description": "Matterbridge frontend application",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",