matterbridge 3.4.4-dev-20251216-3e9ec5b → 3.4.4-dev-20251216-bf81437

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",
3
- "version": "3.4.4-dev-20251216-3e9ec5b",
3
+ "version": "3.4.4-dev-20251216-bf81437",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge",
9
- "version": "3.4.4-dev-20251216-3e9ec5b",
9
+ "version": "3.4.4-dev-20251216-bf81437",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@matter/main": "0.15.6",
@@ -1768,31 +1768,35 @@
1768
1768
  "license": "MIT"
1769
1769
  },
1770
1770
  "node_modules/send": {
1771
- "version": "1.2.0",
1772
- "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
1773
- "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
1771
+ "version": "1.2.1",
1772
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
1773
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
1774
1774
  "license": "MIT",
1775
1775
  "dependencies": {
1776
- "debug": "^4.3.5",
1776
+ "debug": "^4.4.3",
1777
1777
  "encodeurl": "^2.0.0",
1778
1778
  "escape-html": "^1.0.3",
1779
1779
  "etag": "^1.8.1",
1780
1780
  "fresh": "^2.0.0",
1781
- "http-errors": "^2.0.0",
1782
- "mime-types": "^3.0.1",
1781
+ "http-errors": "^2.0.1",
1782
+ "mime-types": "^3.0.2",
1783
1783
  "ms": "^2.1.3",
1784
1784
  "on-finished": "^2.4.1",
1785
1785
  "range-parser": "^1.2.1",
1786
- "statuses": "^2.0.1"
1786
+ "statuses": "^2.0.2"
1787
1787
  },
1788
1788
  "engines": {
1789
1789
  "node": ">= 18"
1790
+ },
1791
+ "funding": {
1792
+ "type": "opencollective",
1793
+ "url": "https://opencollective.com/express"
1790
1794
  }
1791
1795
  },
1792
1796
  "node_modules/serve-static": {
1793
- "version": "2.2.0",
1794
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
1795
- "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
1797
+ "version": "2.2.1",
1798
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
1799
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
1796
1800
  "license": "MIT",
1797
1801
  "dependencies": {
1798
1802
  "encodeurl": "^2.0.0",
@@ -1802,6 +1806,10 @@
1802
1806
  },
1803
1807
  "engines": {
1804
1808
  "node": ">= 18"
1809
+ },
1810
+ "funding": {
1811
+ "type": "opencollective",
1812
+ "url": "https://opencollective.com/express"
1805
1813
  }
1806
1814
  },
1807
1815
  "node_modules/setprototypeof": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.4.4-dev-20251216-3e9ec5b",
3
+ "version": "3.4.4-dev-20251216-bf81437",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",