matterbridge 3.4.0 → 3.4.1-dev-20251126-9e86094

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.
Files changed (322) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/broadcastServer.js +1 -93
  3. package/dist/broadcastServerTypes.js +0 -24
  4. package/dist/cli.js +1 -97
  5. package/dist/cliEmitter.js +0 -37
  6. package/dist/cliHistory.js +0 -38
  7. package/dist/clusters/export.js +0 -2
  8. package/dist/defaultConfigSchema.js +0 -24
  9. package/dist/deviceManager.js +1 -113
  10. package/dist/devices/airConditioner.js +0 -57
  11. package/dist/devices/batteryStorage.js +1 -48
  12. package/dist/devices/cooktop.js +0 -56
  13. package/dist/devices/dishwasher.js +0 -57
  14. package/dist/devices/evse.js +10 -74
  15. package/dist/devices/export.js +0 -5
  16. package/dist/devices/extractorHood.js +0 -43
  17. package/dist/devices/heatPump.js +2 -50
  18. package/dist/devices/laundryDryer.js +3 -62
  19. package/dist/devices/laundryWasher.js +4 -70
  20. package/dist/devices/microwaveOven.js +5 -88
  21. package/dist/devices/oven.js +0 -85
  22. package/dist/devices/refrigerator.js +0 -102
  23. package/dist/devices/roboticVacuumCleaner.js +9 -100
  24. package/dist/devices/solarPower.js +0 -38
  25. package/dist/devices/speaker.js +0 -84
  26. package/dist/devices/temperatureControl.js +3 -24
  27. package/dist/devices/waterHeater.js +2 -82
  28. package/dist/dgram/coap.js +13 -126
  29. package/dist/dgram/dgram.js +2 -114
  30. package/dist/dgram/mb_coap.js +3 -41
  31. package/dist/dgram/mb_mdns.js +15 -80
  32. package/dist/dgram/mdns.js +137 -299
  33. package/dist/dgram/multicast.js +1 -62
  34. package/dist/dgram/unicast.js +0 -54
  35. package/dist/frontend.js +35 -455
  36. package/dist/frontendTypes.js +0 -45
  37. package/dist/helpers.js +0 -53
  38. package/dist/index.js +0 -25
  39. package/dist/jestutils/export.js +0 -1
  40. package/dist/jestutils/jestHelpers.js +13 -352
  41. package/dist/logger/export.js +0 -1
  42. package/dist/matter/behaviors.js +0 -2
  43. package/dist/matter/clusters.js +0 -2
  44. package/dist/matter/devices.js +0 -2
  45. package/dist/matter/endpoints.js +0 -2
  46. package/dist/matter/export.js +0 -3
  47. package/dist/matter/types.js +0 -3
  48. package/dist/matterNode.js +8 -369
  49. package/dist/matterbridge.js +46 -787
  50. package/dist/matterbridgeAccessoryPlatform.js +0 -38
  51. package/dist/matterbridgeBehaviors.js +5 -68
  52. package/dist/matterbridgeDeviceTypes.js +14 -635
  53. package/dist/matterbridgeDynamicPlatform.js +0 -38
  54. package/dist/matterbridgeEndpoint.js +53 -1444
  55. package/dist/matterbridgeEndpointHelpers.js +20 -483
  56. package/dist/matterbridgeEndpointTypes.js +0 -25
  57. package/dist/matterbridgePlatform.js +1 -439
  58. package/dist/matterbridgeTypes.js +0 -26
  59. package/dist/pluginManager.js +5 -340
  60. package/dist/shelly.js +7 -168
  61. package/dist/storage/export.js +0 -1
  62. package/dist/update.js +0 -69
  63. package/dist/utils/colorUtils.js +2 -97
  64. package/dist/utils/commandLine.js +0 -60
  65. package/dist/utils/copyDirectory.js +0 -37
  66. package/dist/utils/createDirectory.js +0 -33
  67. package/dist/utils/createZip.js +2 -47
  68. package/dist/utils/deepCopy.js +0 -39
  69. package/dist/utils/deepEqual.js +1 -72
  70. package/dist/utils/error.js +0 -41
  71. package/dist/utils/export.js +0 -1
  72. package/dist/utils/format.js +0 -49
  73. package/dist/utils/hex.js +0 -124
  74. package/dist/utils/inspector.js +1 -69
  75. package/dist/utils/isvalid.js +0 -101
  76. package/dist/utils/network.js +5 -96
  77. package/dist/utils/spawn.js +1 -71
  78. package/dist/utils/tracker.js +1 -64
  79. package/dist/utils/wait.js +8 -60
  80. package/frontend/build/assets/index.js +4 -4
  81. package/frontend/build/assets/vendor_mui.js +1 -1
  82. package/frontend/build/assets/vendor_node_modules.js +19 -83
  83. package/frontend/build/assets/vendor_qrcode.js +1 -9
  84. package/frontend/build/assets/vendor_rjsf.js +1 -9
  85. package/frontend/package-lock.json +229 -439
  86. package/frontend/package.json +15 -15
  87. package/npm-shrinkwrap.json +165 -231
  88. package/package.json +2 -3
  89. package/dist/broadcastServer.d.ts +0 -115
  90. package/dist/broadcastServer.d.ts.map +0 -1
  91. package/dist/broadcastServer.js.map +0 -1
  92. package/dist/broadcastServerTypes.d.ts +0 -838
  93. package/dist/broadcastServerTypes.d.ts.map +0 -1
  94. package/dist/broadcastServerTypes.js.map +0 -1
  95. package/dist/cli.d.ts +0 -30
  96. package/dist/cli.d.ts.map +0 -1
  97. package/dist/cli.js.map +0 -1
  98. package/dist/cliEmitter.d.ts +0 -50
  99. package/dist/cliEmitter.d.ts.map +0 -1
  100. package/dist/cliEmitter.js.map +0 -1
  101. package/dist/cliHistory.d.ts +0 -48
  102. package/dist/cliHistory.d.ts.map +0 -1
  103. package/dist/cliHistory.js.map +0 -1
  104. package/dist/clusters/export.d.ts +0 -2
  105. package/dist/clusters/export.d.ts.map +0 -1
  106. package/dist/clusters/export.js.map +0 -1
  107. package/dist/defaultConfigSchema.d.ts +0 -28
  108. package/dist/defaultConfigSchema.d.ts.map +0 -1
  109. package/dist/defaultConfigSchema.js.map +0 -1
  110. package/dist/deviceManager.d.ts +0 -135
  111. package/dist/deviceManager.d.ts.map +0 -1
  112. package/dist/deviceManager.js.map +0 -1
  113. package/dist/devices/airConditioner.d.ts +0 -98
  114. package/dist/devices/airConditioner.d.ts.map +0 -1
  115. package/dist/devices/airConditioner.js.map +0 -1
  116. package/dist/devices/batteryStorage.d.ts +0 -48
  117. package/dist/devices/batteryStorage.d.ts.map +0 -1
  118. package/dist/devices/batteryStorage.js.map +0 -1
  119. package/dist/devices/cooktop.d.ts +0 -61
  120. package/dist/devices/cooktop.d.ts.map +0 -1
  121. package/dist/devices/cooktop.js.map +0 -1
  122. package/dist/devices/dishwasher.d.ts +0 -71
  123. package/dist/devices/dishwasher.d.ts.map +0 -1
  124. package/dist/devices/dishwasher.js.map +0 -1
  125. package/dist/devices/evse.d.ts +0 -76
  126. package/dist/devices/evse.d.ts.map +0 -1
  127. package/dist/devices/evse.js.map +0 -1
  128. package/dist/devices/export.d.ts +0 -17
  129. package/dist/devices/export.d.ts.map +0 -1
  130. package/dist/devices/export.js.map +0 -1
  131. package/dist/devices/extractorHood.d.ts +0 -46
  132. package/dist/devices/extractorHood.d.ts.map +0 -1
  133. package/dist/devices/extractorHood.js.map +0 -1
  134. package/dist/devices/heatPump.d.ts +0 -47
  135. package/dist/devices/heatPump.d.ts.map +0 -1
  136. package/dist/devices/heatPump.js.map +0 -1
  137. package/dist/devices/laundryDryer.d.ts +0 -67
  138. package/dist/devices/laundryDryer.d.ts.map +0 -1
  139. package/dist/devices/laundryDryer.js.map +0 -1
  140. package/dist/devices/laundryWasher.d.ts +0 -81
  141. package/dist/devices/laundryWasher.d.ts.map +0 -1
  142. package/dist/devices/laundryWasher.js.map +0 -1
  143. package/dist/devices/microwaveOven.d.ts +0 -168
  144. package/dist/devices/microwaveOven.d.ts.map +0 -1
  145. package/dist/devices/microwaveOven.js.map +0 -1
  146. package/dist/devices/oven.d.ts +0 -105
  147. package/dist/devices/oven.d.ts.map +0 -1
  148. package/dist/devices/oven.js.map +0 -1
  149. package/dist/devices/refrigerator.d.ts +0 -118
  150. package/dist/devices/refrigerator.d.ts.map +0 -1
  151. package/dist/devices/refrigerator.js.map +0 -1
  152. package/dist/devices/roboticVacuumCleaner.d.ts +0 -112
  153. package/dist/devices/roboticVacuumCleaner.d.ts.map +0 -1
  154. package/dist/devices/roboticVacuumCleaner.js.map +0 -1
  155. package/dist/devices/solarPower.d.ts +0 -40
  156. package/dist/devices/solarPower.d.ts.map +0 -1
  157. package/dist/devices/solarPower.js.map +0 -1
  158. package/dist/devices/speaker.d.ts +0 -87
  159. package/dist/devices/speaker.d.ts.map +0 -1
  160. package/dist/devices/speaker.js.map +0 -1
  161. package/dist/devices/temperatureControl.d.ts +0 -166
  162. package/dist/devices/temperatureControl.d.ts.map +0 -1
  163. package/dist/devices/temperatureControl.js.map +0 -1
  164. package/dist/devices/waterHeater.d.ts +0 -111
  165. package/dist/devices/waterHeater.d.ts.map +0 -1
  166. package/dist/devices/waterHeater.js.map +0 -1
  167. package/dist/dgram/coap.d.ts +0 -205
  168. package/dist/dgram/coap.d.ts.map +0 -1
  169. package/dist/dgram/coap.js.map +0 -1
  170. package/dist/dgram/dgram.d.ts +0 -141
  171. package/dist/dgram/dgram.d.ts.map +0 -1
  172. package/dist/dgram/dgram.js.map +0 -1
  173. package/dist/dgram/mb_coap.d.ts +0 -24
  174. package/dist/dgram/mb_coap.d.ts.map +0 -1
  175. package/dist/dgram/mb_coap.js.map +0 -1
  176. package/dist/dgram/mb_mdns.d.ts +0 -24
  177. package/dist/dgram/mb_mdns.d.ts.map +0 -1
  178. package/dist/dgram/mb_mdns.js.map +0 -1
  179. package/dist/dgram/mdns.d.ts +0 -290
  180. package/dist/dgram/mdns.d.ts.map +0 -1
  181. package/dist/dgram/mdns.js.map +0 -1
  182. package/dist/dgram/multicast.d.ts +0 -67
  183. package/dist/dgram/multicast.d.ts.map +0 -1
  184. package/dist/dgram/multicast.js.map +0 -1
  185. package/dist/dgram/unicast.d.ts +0 -56
  186. package/dist/dgram/unicast.d.ts.map +0 -1
  187. package/dist/dgram/unicast.js.map +0 -1
  188. package/dist/frontend.d.ts +0 -238
  189. package/dist/frontend.d.ts.map +0 -1
  190. package/dist/frontend.js.map +0 -1
  191. package/dist/frontendTypes.d.ts +0 -529
  192. package/dist/frontendTypes.d.ts.map +0 -1
  193. package/dist/frontendTypes.js.map +0 -1
  194. package/dist/helpers.d.ts +0 -48
  195. package/dist/helpers.d.ts.map +0 -1
  196. package/dist/helpers.js.map +0 -1
  197. package/dist/index.d.ts +0 -34
  198. package/dist/index.d.ts.map +0 -1
  199. package/dist/index.js.map +0 -1
  200. package/dist/jestutils/export.d.ts +0 -2
  201. package/dist/jestutils/export.d.ts.map +0 -1
  202. package/dist/jestutils/export.js.map +0 -1
  203. package/dist/jestutils/jestHelpers.d.ts +0 -303
  204. package/dist/jestutils/jestHelpers.d.ts.map +0 -1
  205. package/dist/jestutils/jestHelpers.js.map +0 -1
  206. package/dist/logger/export.d.ts +0 -2
  207. package/dist/logger/export.d.ts.map +0 -1
  208. package/dist/logger/export.js.map +0 -1
  209. package/dist/matter/behaviors.d.ts +0 -2
  210. package/dist/matter/behaviors.d.ts.map +0 -1
  211. package/dist/matter/behaviors.js.map +0 -1
  212. package/dist/matter/clusters.d.ts +0 -2
  213. package/dist/matter/clusters.d.ts.map +0 -1
  214. package/dist/matter/clusters.js.map +0 -1
  215. package/dist/matter/devices.d.ts +0 -2
  216. package/dist/matter/devices.d.ts.map +0 -1
  217. package/dist/matter/devices.js.map +0 -1
  218. package/dist/matter/endpoints.d.ts +0 -2
  219. package/dist/matter/endpoints.d.ts.map +0 -1
  220. package/dist/matter/endpoints.js.map +0 -1
  221. package/dist/matter/export.d.ts +0 -5
  222. package/dist/matter/export.d.ts.map +0 -1
  223. package/dist/matter/export.js.map +0 -1
  224. package/dist/matter/types.d.ts +0 -3
  225. package/dist/matter/types.d.ts.map +0 -1
  226. package/dist/matter/types.js.map +0 -1
  227. package/dist/matterNode.d.ts +0 -342
  228. package/dist/matterNode.d.ts.map +0 -1
  229. package/dist/matterNode.js.map +0 -1
  230. package/dist/matterbridge.d.ts +0 -473
  231. package/dist/matterbridge.d.ts.map +0 -1
  232. package/dist/matterbridge.js.map +0 -1
  233. package/dist/matterbridgeAccessoryPlatform.d.ts +0 -41
  234. package/dist/matterbridgeAccessoryPlatform.d.ts.map +0 -1
  235. package/dist/matterbridgeAccessoryPlatform.js.map +0 -1
  236. package/dist/matterbridgeBehaviors.d.ts +0 -2404
  237. package/dist/matterbridgeBehaviors.d.ts.map +0 -1
  238. package/dist/matterbridgeBehaviors.js.map +0 -1
  239. package/dist/matterbridgeDeviceTypes.d.ts +0 -698
  240. package/dist/matterbridgeDeviceTypes.d.ts.map +0 -1
  241. package/dist/matterbridgeDeviceTypes.js.map +0 -1
  242. package/dist/matterbridgeDynamicPlatform.d.ts +0 -41
  243. package/dist/matterbridgeDynamicPlatform.d.ts.map +0 -1
  244. package/dist/matterbridgeDynamicPlatform.js.map +0 -1
  245. package/dist/matterbridgeEndpoint.d.ts +0 -1507
  246. package/dist/matterbridgeEndpoint.d.ts.map +0 -1
  247. package/dist/matterbridgeEndpoint.js.map +0 -1
  248. package/dist/matterbridgeEndpointHelpers.d.ts +0 -787
  249. package/dist/matterbridgeEndpointHelpers.d.ts.map +0 -1
  250. package/dist/matterbridgeEndpointHelpers.js.map +0 -1
  251. package/dist/matterbridgeEndpointTypes.d.ts +0 -166
  252. package/dist/matterbridgeEndpointTypes.d.ts.map +0 -1
  253. package/dist/matterbridgeEndpointTypes.js.map +0 -1
  254. package/dist/matterbridgePlatform.d.ts +0 -524
  255. package/dist/matterbridgePlatform.d.ts.map +0 -1
  256. package/dist/matterbridgePlatform.js.map +0 -1
  257. package/dist/matterbridgeTypes.d.ts +0 -251
  258. package/dist/matterbridgeTypes.d.ts.map +0 -1
  259. package/dist/matterbridgeTypes.js.map +0 -1
  260. package/dist/pluginManager.d.ts +0 -371
  261. package/dist/pluginManager.d.ts.map +0 -1
  262. package/dist/pluginManager.js.map +0 -1
  263. package/dist/shelly.d.ts +0 -174
  264. package/dist/shelly.d.ts.map +0 -1
  265. package/dist/shelly.js.map +0 -1
  266. package/dist/storage/export.d.ts +0 -2
  267. package/dist/storage/export.d.ts.map +0 -1
  268. package/dist/storage/export.js.map +0 -1
  269. package/dist/update.d.ts +0 -75
  270. package/dist/update.d.ts.map +0 -1
  271. package/dist/update.js.map +0 -1
  272. package/dist/utils/colorUtils.d.ts +0 -101
  273. package/dist/utils/colorUtils.d.ts.map +0 -1
  274. package/dist/utils/colorUtils.js.map +0 -1
  275. package/dist/utils/commandLine.d.ts +0 -66
  276. package/dist/utils/commandLine.d.ts.map +0 -1
  277. package/dist/utils/commandLine.js.map +0 -1
  278. package/dist/utils/copyDirectory.d.ts +0 -35
  279. package/dist/utils/copyDirectory.d.ts.map +0 -1
  280. package/dist/utils/copyDirectory.js.map +0 -1
  281. package/dist/utils/createDirectory.d.ts +0 -34
  282. package/dist/utils/createDirectory.d.ts.map +0 -1
  283. package/dist/utils/createDirectory.js.map +0 -1
  284. package/dist/utils/createZip.d.ts +0 -39
  285. package/dist/utils/createZip.d.ts.map +0 -1
  286. package/dist/utils/createZip.js.map +0 -1
  287. package/dist/utils/deepCopy.d.ts +0 -32
  288. package/dist/utils/deepCopy.d.ts.map +0 -1
  289. package/dist/utils/deepCopy.js.map +0 -1
  290. package/dist/utils/deepEqual.d.ts +0 -54
  291. package/dist/utils/deepEqual.d.ts.map +0 -1
  292. package/dist/utils/deepEqual.js.map +0 -1
  293. package/dist/utils/error.d.ts +0 -44
  294. package/dist/utils/error.d.ts.map +0 -1
  295. package/dist/utils/error.js.map +0 -1
  296. package/dist/utils/export.d.ts +0 -13
  297. package/dist/utils/export.d.ts.map +0 -1
  298. package/dist/utils/export.js.map +0 -1
  299. package/dist/utils/format.d.ts +0 -53
  300. package/dist/utils/format.d.ts.map +0 -1
  301. package/dist/utils/format.js.map +0 -1
  302. package/dist/utils/hex.d.ts +0 -89
  303. package/dist/utils/hex.d.ts.map +0 -1
  304. package/dist/utils/hex.js.map +0 -1
  305. package/dist/utils/inspector.d.ts +0 -87
  306. package/dist/utils/inspector.d.ts.map +0 -1
  307. package/dist/utils/inspector.js.map +0 -1
  308. package/dist/utils/isvalid.d.ts +0 -103
  309. package/dist/utils/isvalid.d.ts.map +0 -1
  310. package/dist/utils/isvalid.js.map +0 -1
  311. package/dist/utils/network.d.ts +0 -111
  312. package/dist/utils/network.d.ts.map +0 -1
  313. package/dist/utils/network.js.map +0 -1
  314. package/dist/utils/spawn.d.ts +0 -33
  315. package/dist/utils/spawn.d.ts.map +0 -1
  316. package/dist/utils/spawn.js.map +0 -1
  317. package/dist/utils/tracker.d.ts +0 -108
  318. package/dist/utils/tracker.d.ts.map +0 -1
  319. package/dist/utils/tracker.js.map +0 -1
  320. package/dist/utils/wait.d.ts +0 -54
  321. package/dist/utils/wait.d.ts.map +0 -1
  322. package/dist/utils/wait.js.map +0 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frontend",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "private": true,
5
5
  "homepage": "./",
6
6
  "type": "module",
@@ -45,8 +45,8 @@
45
45
  "@emotion/styled": "^11.14.1",
46
46
  "@mdi/js": "^7.4.47",
47
47
  "@mdi/react": "^1.6.1",
48
- "@mui/icons-material": "^7.3.4",
49
- "@mui/material": "^7.3.4",
48
+ "@mui/icons-material": "^7.3.5",
49
+ "@mui/material": "^7.3.5",
50
50
  "@rjsf/core": "^5.24.13",
51
51
  "@rjsf/utils": "^5.24.13",
52
52
  "@rjsf/validator-ajv8": "^5.24.13",
@@ -54,28 +54,28 @@
54
54
  "qrcode.react": "^4.2.0",
55
55
  "react": "^19.2.0",
56
56
  "react-dom": "^19.2.0",
57
- "react-router": "^7.9.5",
58
- "react-router-dom": "^7.9.5"
57
+ "react-router": "^7.9.6",
58
+ "react-router-dom": "^7.9.6"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@testing-library/jest-dom": "^6.9.1",
62
62
  "@testing-library/react": "^16.3.0",
63
- "@types/node": "^24.9.2",
64
- "@types/react": "^19.2.2",
65
- "@types/react-dom": "^19.2.2",
66
- "@typescript-eslint/eslint-plugin": "^8.46.2",
67
- "@typescript-eslint/parser": "^8.46.2",
68
- "@vitejs/plugin-react": "^5.1.0",
63
+ "@types/node": "^24.10.1",
64
+ "@types/react": "^19.2.7",
65
+ "@types/react-dom": "^19.2.3",
66
+ "@typescript-eslint/eslint-plugin": "^8.48.0",
67
+ "@typescript-eslint/parser": "^8.48.0",
68
+ "@vitejs/plugin-react": "^5.1.1",
69
69
  "eslint": "^9.39.1",
70
70
  "eslint-config-prettier": "^10.1.8",
71
71
  "eslint-plugin-prettier": "^5.5.4",
72
72
  "eslint-plugin-react": "^7.37.5",
73
73
  "eslint-plugin-react-hooks": "^7.0.1",
74
- "jsdom": "^27.1.0",
74
+ "jsdom": "^27.2.0",
75
75
  "prettier": "^3.6.2",
76
76
  "typescript": "^5.9.3",
77
- "typescript-eslint": "^8.46.2",
78
- "vite": "^7.1.12",
79
- "vitest": "^4.0.6"
77
+ "typescript-eslint": "^8.48.0",
78
+ "vite": "^7.2.4",
79
+ "vitest": "^4.0.14"
80
80
  }
81
81
  }
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.4.0",
3
+ "version": "3.4.1-dev-20251126-9e86094",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge",
9
- "version": "3.4.0",
9
+ "version": "3.4.1-dev-20251126-9e86094",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@matter/main": "0.15.6",
13
13
  "archiver": "7.0.1",
14
14
  "express": "5.1.0",
15
- "glob": "11.0.3",
15
+ "glob": "13.0.0",
16
16
  "multer": "2.0.2",
17
17
  "node-ansi-logger": "3.1.1",
18
18
  "node-persist-manager": "2.0.0",
@@ -69,6 +69,85 @@
69
69
  "node": ">=12"
70
70
  }
71
71
  },
72
+ "node_modules/@isaacs/cliui/node_modules/ansi-regex": {
73
+ "version": "6.2.2",
74
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
75
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
76
+ "license": "MIT",
77
+ "engines": {
78
+ "node": ">=12"
79
+ },
80
+ "funding": {
81
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
82
+ }
83
+ },
84
+ "node_modules/@isaacs/cliui/node_modules/ansi-styles": {
85
+ "version": "6.2.3",
86
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
87
+ "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
88
+ "license": "MIT",
89
+ "engines": {
90
+ "node": ">=12"
91
+ },
92
+ "funding": {
93
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
94
+ }
95
+ },
96
+ "node_modules/@isaacs/cliui/node_modules/emoji-regex": {
97
+ "version": "9.2.2",
98
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
99
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
100
+ "license": "MIT"
101
+ },
102
+ "node_modules/@isaacs/cliui/node_modules/string-width": {
103
+ "version": "5.1.2",
104
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
105
+ "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
106
+ "license": "MIT",
107
+ "dependencies": {
108
+ "eastasianwidth": "^0.2.0",
109
+ "emoji-regex": "^9.2.2",
110
+ "strip-ansi": "^7.0.1"
111
+ },
112
+ "engines": {
113
+ "node": ">=12"
114
+ },
115
+ "funding": {
116
+ "url": "https://github.com/sponsors/sindresorhus"
117
+ }
118
+ },
119
+ "node_modules/@isaacs/cliui/node_modules/strip-ansi": {
120
+ "version": "7.1.2",
121
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
122
+ "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
123
+ "license": "MIT",
124
+ "dependencies": {
125
+ "ansi-regex": "^6.0.1"
126
+ },
127
+ "engines": {
128
+ "node": ">=12"
129
+ },
130
+ "funding": {
131
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
132
+ }
133
+ },
134
+ "node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
135
+ "version": "8.1.0",
136
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
137
+ "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
138
+ "license": "MIT",
139
+ "dependencies": {
140
+ "ansi-styles": "^6.1.0",
141
+ "string-width": "^5.0.1",
142
+ "strip-ansi": "^7.0.1"
143
+ },
144
+ "engines": {
145
+ "node": ">=12"
146
+ },
147
+ "funding": {
148
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
149
+ }
150
+ },
72
151
  "node_modules/@matter/general": {
73
152
  "version": "0.15.6",
74
153
  "resolved": "https://registry.npmjs.org/@matter/general/-/general-0.15.6.tgz",
@@ -215,15 +294,12 @@
215
294
  }
216
295
  },
217
296
  "node_modules/ansi-regex": {
218
- "version": "6.2.2",
219
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
220
- "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
297
+ "version": "5.0.1",
298
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
299
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
221
300
  "license": "MIT",
222
301
  "engines": {
223
- "node": ">=12"
224
- },
225
- "funding": {
226
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
302
+ "node": ">=8"
227
303
  }
228
304
  },
229
305
  "node_modules/ansi-styles": {
@@ -303,21 +379,6 @@
303
379
  "url": "https://github.com/sponsors/isaacs"
304
380
  }
305
381
  },
306
- "node_modules/archiver-utils/node_modules/jackspeak": {
307
- "version": "3.4.3",
308
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
309
- "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
310
- "license": "BlueOak-1.0.0",
311
- "dependencies": {
312
- "@isaacs/cliui": "^8.0.2"
313
- },
314
- "funding": {
315
- "url": "https://github.com/sponsors/isaacs"
316
- },
317
- "optionalDependencies": {
318
- "@pkgjs/parseargs": "^0.11.0"
319
- }
320
- },
321
382
  "node_modules/archiver-utils/node_modules/lru-cache": {
322
383
  "version": "10.4.3",
323
384
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
@@ -401,23 +462,27 @@
401
462
  "license": "MIT"
402
463
  },
403
464
  "node_modules/body-parser": {
404
- "version": "2.2.0",
405
- "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz",
406
- "integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==",
465
+ "version": "2.2.1",
466
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.1.tgz",
467
+ "integrity": "sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==",
407
468
  "license": "MIT",
408
469
  "dependencies": {
409
470
  "bytes": "^3.1.2",
410
471
  "content-type": "^1.0.5",
411
- "debug": "^4.4.0",
472
+ "debug": "^4.4.3",
412
473
  "http-errors": "^2.0.0",
413
- "iconv-lite": "^0.6.3",
474
+ "iconv-lite": "^0.7.0",
414
475
  "on-finished": "^2.4.1",
415
476
  "qs": "^6.14.0",
416
- "raw-body": "^3.0.0",
417
- "type-is": "^2.0.0"
477
+ "raw-body": "^3.0.1",
478
+ "type-is": "^2.0.1"
418
479
  },
419
480
  "engines": {
420
481
  "node": ">=18"
482
+ },
483
+ "funding": {
484
+ "type": "opencollective",
485
+ "url": "https://opencollective.com/express"
421
486
  }
422
487
  },
423
488
  "node_modules/brace-expansion": {
@@ -718,9 +783,9 @@
718
783
  "license": "MIT"
719
784
  },
720
785
  "node_modules/emoji-regex": {
721
- "version": "9.2.2",
722
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
723
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
786
+ "version": "8.0.0",
787
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
788
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
724
789
  "license": "MIT"
725
790
  },
726
791
  "node_modules/encodeurl": {
@@ -885,6 +950,18 @@
885
950
  "url": "https://github.com/sponsors/isaacs"
886
951
  }
887
952
  },
953
+ "node_modules/foreground-child/node_modules/signal-exit": {
954
+ "version": "4.1.0",
955
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
956
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
957
+ "license": "ISC",
958
+ "engines": {
959
+ "node": ">=14"
960
+ },
961
+ "funding": {
962
+ "url": "https://github.com/sponsors/isaacs"
963
+ }
964
+ },
888
965
  "node_modules/forwarded": {
889
966
  "version": "0.2.0",
890
967
  "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
@@ -950,21 +1027,15 @@
950
1027
  }
951
1028
  },
952
1029
  "node_modules/glob": {
953
- "version": "11.0.3",
954
- "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
955
- "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
956
- "license": "ISC",
1030
+ "version": "13.0.0",
1031
+ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
1032
+ "integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
1033
+ "license": "BlueOak-1.0.0",
957
1034
  "dependencies": {
958
- "foreground-child": "^3.3.1",
959
- "jackspeak": "^4.1.1",
960
- "minimatch": "^10.0.3",
1035
+ "minimatch": "^10.1.1",
961
1036
  "minipass": "^7.1.2",
962
- "package-json-from-dist": "^1.0.0",
963
1037
  "path-scurry": "^2.0.0"
964
1038
  },
965
- "bin": {
966
- "glob": "dist/esm/bin.mjs"
967
- },
968
1039
  "engines": {
969
1040
  "node": "20 || >=22"
970
1041
  },
@@ -1030,40 +1101,39 @@
1030
1101
  }
1031
1102
  },
1032
1103
  "node_modules/http-errors": {
1033
- "version": "2.0.0",
1034
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
1035
- "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
1104
+ "version": "2.0.1",
1105
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
1106
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
1036
1107
  "license": "MIT",
1037
1108
  "dependencies": {
1038
- "depd": "2.0.0",
1039
- "inherits": "2.0.4",
1040
- "setprototypeof": "1.2.0",
1041
- "statuses": "2.0.1",
1042
- "toidentifier": "1.0.1"
1109
+ "depd": "~2.0.0",
1110
+ "inherits": "~2.0.4",
1111
+ "setprototypeof": "~1.2.0",
1112
+ "statuses": "~2.0.2",
1113
+ "toidentifier": "~1.0.1"
1043
1114
  },
1044
1115
  "engines": {
1045
1116
  "node": ">= 0.8"
1046
- }
1047
- },
1048
- "node_modules/http-errors/node_modules/statuses": {
1049
- "version": "2.0.1",
1050
- "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
1051
- "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
1052
- "license": "MIT",
1053
- "engines": {
1054
- "node": ">= 0.8"
1117
+ },
1118
+ "funding": {
1119
+ "type": "opencollective",
1120
+ "url": "https://opencollective.com/express"
1055
1121
  }
1056
1122
  },
1057
1123
  "node_modules/iconv-lite": {
1058
- "version": "0.6.3",
1059
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
1060
- "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
1124
+ "version": "0.7.0",
1125
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
1126
+ "integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
1061
1127
  "license": "MIT",
1062
1128
  "dependencies": {
1063
1129
  "safer-buffer": ">= 2.1.2 < 3.0.0"
1064
1130
  },
1065
1131
  "engines": {
1066
1132
  "node": ">=0.10.0"
1133
+ },
1134
+ "funding": {
1135
+ "type": "opencollective",
1136
+ "url": "https://opencollective.com/express"
1067
1137
  }
1068
1138
  },
1069
1139
  "node_modules/ieee754": {
@@ -1135,18 +1205,18 @@
1135
1205
  "license": "ISC"
1136
1206
  },
1137
1207
  "node_modules/jackspeak": {
1138
- "version": "4.1.1",
1139
- "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
1140
- "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
1208
+ "version": "3.4.3",
1209
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
1210
+ "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
1141
1211
  "license": "BlueOak-1.0.0",
1142
1212
  "dependencies": {
1143
1213
  "@isaacs/cliui": "^8.0.2"
1144
1214
  },
1145
- "engines": {
1146
- "node": "20 || >=22"
1147
- },
1148
1215
  "funding": {
1149
1216
  "url": "https://github.com/sponsors/isaacs"
1217
+ },
1218
+ "optionalDependencies": {
1219
+ "@pkgjs/parseargs": "^0.11.0"
1150
1220
  }
1151
1221
  },
1152
1222
  "node_modules/lazystream": {
@@ -1243,15 +1313,19 @@
1243
1313
  }
1244
1314
  },
1245
1315
  "node_modules/mime-types": {
1246
- "version": "3.0.1",
1247
- "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz",
1248
- "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==",
1316
+ "version": "3.0.2",
1317
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
1318
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
1249
1319
  "license": "MIT",
1250
1320
  "dependencies": {
1251
1321
  "mime-db": "^1.54.0"
1252
1322
  },
1253
1323
  "engines": {
1254
- "node": ">= 0.6"
1324
+ "node": ">=18"
1325
+ },
1326
+ "funding": {
1327
+ "type": "opencollective",
1328
+ "url": "https://opencollective.com/express"
1255
1329
  }
1256
1330
  },
1257
1331
  "node_modules/minimatch": {
@@ -1595,36 +1669,20 @@
1595
1669
  }
1596
1670
  },
1597
1671
  "node_modules/raw-body": {
1598
- "version": "3.0.1",
1599
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.1.tgz",
1600
- "integrity": "sha512-9G8cA+tuMS75+6G/TzW8OtLzmBDMo8p1JRxN5AZ+LAp8uxGA8V8GZm4GQ4/N5QNQEnLmg6SS7wyuSmbKepiKqA==",
1672
+ "version": "3.0.2",
1673
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
1674
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
1601
1675
  "license": "MIT",
1602
1676
  "dependencies": {
1603
- "bytes": "3.1.2",
1604
- "http-errors": "2.0.0",
1605
- "iconv-lite": "0.7.0",
1606
- "unpipe": "1.0.0"
1677
+ "bytes": "~3.1.2",
1678
+ "http-errors": "~2.0.1",
1679
+ "iconv-lite": "~0.7.0",
1680
+ "unpipe": "~1.0.0"
1607
1681
  },
1608
1682
  "engines": {
1609
1683
  "node": ">= 0.10"
1610
1684
  }
1611
1685
  },
1612
- "node_modules/raw-body/node_modules/iconv-lite": {
1613
- "version": "0.7.0",
1614
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
1615
- "integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
1616
- "license": "MIT",
1617
- "dependencies": {
1618
- "safer-buffer": ">= 2.1.2 < 3.0.0"
1619
- },
1620
- "engines": {
1621
- "node": ">=0.10.0"
1622
- },
1623
- "funding": {
1624
- "type": "opencollective",
1625
- "url": "https://opencollective.com/express"
1626
- }
1627
- },
1628
1686
  "node_modules/readable-stream": {
1629
1687
  "version": "4.7.0",
1630
1688
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
@@ -1840,18 +1898,6 @@
1840
1898
  "url": "https://github.com/sponsors/ljharb"
1841
1899
  }
1842
1900
  },
1843
- "node_modules/signal-exit": {
1844
- "version": "4.1.0",
1845
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
1846
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
1847
- "license": "ISC",
1848
- "engines": {
1849
- "node": ">=14"
1850
- },
1851
- "funding": {
1852
- "url": "https://github.com/sponsors/isaacs"
1853
- }
1854
- },
1855
1901
  "node_modules/statuses": {
1856
1902
  "version": "2.0.2",
1857
1903
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
@@ -1890,20 +1936,17 @@
1890
1936
  }
1891
1937
  },
1892
1938
  "node_modules/string-width": {
1893
- "version": "5.1.2",
1894
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
1895
- "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
1939
+ "version": "4.2.3",
1940
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
1941
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
1896
1942
  "license": "MIT",
1897
1943
  "dependencies": {
1898
- "eastasianwidth": "^0.2.0",
1899
- "emoji-regex": "^9.2.2",
1900
- "strip-ansi": "^7.0.1"
1944
+ "emoji-regex": "^8.0.0",
1945
+ "is-fullwidth-code-point": "^3.0.0",
1946
+ "strip-ansi": "^6.0.1"
1901
1947
  },
1902
1948
  "engines": {
1903
- "node": ">=12"
1904
- },
1905
- "funding": {
1906
- "url": "https://github.com/sponsors/sindresorhus"
1949
+ "node": ">=8"
1907
1950
  }
1908
1951
  },
1909
1952
  "node_modules/string-width-cjs": {
@@ -1921,22 +1964,7 @@
1921
1964
  "node": ">=8"
1922
1965
  }
1923
1966
  },
1924
- "node_modules/string-width-cjs/node_modules/ansi-regex": {
1925
- "version": "5.0.1",
1926
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1927
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1928
- "license": "MIT",
1929
- "engines": {
1930
- "node": ">=8"
1931
- }
1932
- },
1933
- "node_modules/string-width-cjs/node_modules/emoji-regex": {
1934
- "version": "8.0.0",
1935
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1936
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1937
- "license": "MIT"
1938
- },
1939
- "node_modules/string-width-cjs/node_modules/strip-ansi": {
1967
+ "node_modules/strip-ansi": {
1940
1968
  "version": "6.0.1",
1941
1969
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
1942
1970
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
@@ -1948,21 +1976,6 @@
1948
1976
  "node": ">=8"
1949
1977
  }
1950
1978
  },
1951
- "node_modules/strip-ansi": {
1952
- "version": "7.1.2",
1953
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
1954
- "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
1955
- "license": "MIT",
1956
- "dependencies": {
1957
- "ansi-regex": "^6.0.1"
1958
- },
1959
- "engines": {
1960
- "node": ">=12"
1961
- },
1962
- "funding": {
1963
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
1964
- }
1965
- },
1966
1979
  "node_modules/strip-ansi-cjs": {
1967
1980
  "name": "strip-ansi",
1968
1981
  "version": "6.0.1",
@@ -1976,15 +1989,6 @@
1976
1989
  "node": ">=8"
1977
1990
  }
1978
1991
  },
1979
- "node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
1980
- "version": "5.0.1",
1981
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1982
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1983
- "license": "MIT",
1984
- "engines": {
1985
- "node": ">=8"
1986
- }
1987
- },
1988
1992
  "node_modules/tar-stream": {
1989
1993
  "version": "3.1.7",
1990
1994
  "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
@@ -2073,23 +2077,6 @@
2073
2077
  "node": ">= 8"
2074
2078
  }
2075
2079
  },
2076
- "node_modules/wrap-ansi": {
2077
- "version": "8.1.0",
2078
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
2079
- "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
2080
- "license": "MIT",
2081
- "dependencies": {
2082
- "ansi-styles": "^6.1.0",
2083
- "string-width": "^5.0.1",
2084
- "strip-ansi": "^7.0.1"
2085
- },
2086
- "engines": {
2087
- "node": ">=12"
2088
- },
2089
- "funding": {
2090
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2091
- }
2092
- },
2093
2080
  "node_modules/wrap-ansi-cjs": {
2094
2081
  "name": "wrap-ansi",
2095
2082
  "version": "7.0.0",
@@ -2108,59 +2095,6 @@
2108
2095
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2109
2096
  }
2110
2097
  },
2111
- "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
2112
- "version": "5.0.1",
2113
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
2114
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
2115
- "license": "MIT",
2116
- "engines": {
2117
- "node": ">=8"
2118
- }
2119
- },
2120
- "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
2121
- "version": "8.0.0",
2122
- "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
2123
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
2124
- "license": "MIT"
2125
- },
2126
- "node_modules/wrap-ansi-cjs/node_modules/string-width": {
2127
- "version": "4.2.3",
2128
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
2129
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2130
- "license": "MIT",
2131
- "dependencies": {
2132
- "emoji-regex": "^8.0.0",
2133
- "is-fullwidth-code-point": "^3.0.0",
2134
- "strip-ansi": "^6.0.1"
2135
- },
2136
- "engines": {
2137
- "node": ">=8"
2138
- }
2139
- },
2140
- "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
2141
- "version": "6.0.1",
2142
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2143
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2144
- "license": "MIT",
2145
- "dependencies": {
2146
- "ansi-regex": "^5.0.1"
2147
- },
2148
- "engines": {
2149
- "node": ">=8"
2150
- }
2151
- },
2152
- "node_modules/wrap-ansi/node_modules/ansi-styles": {
2153
- "version": "6.2.3",
2154
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
2155
- "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
2156
- "license": "MIT",
2157
- "engines": {
2158
- "node": ">=12"
2159
- },
2160
- "funding": {
2161
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2162
- }
2163
- },
2164
2098
  "node_modules/wrappy": {
2165
2099
  "version": "1.0.2",
2166
2100
  "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",