update package-lock.json

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Mar 9, 2026 at 14:02 UTC d3b0f056e73f9086b4161ad6b07db70cd0a51183
1 file changed +107 -45
package-lock.json
+107 -45
@@ -1,12 +1,12 @@
1 {
2 "name": "meshcentral",
3 - "version": "1.1.56",
3 + "version": "1.1.57",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "meshcentral",
9 - "version": "1.1.56",
9 + "version": "1.1.57",
10 "license": "Apache-2.0",
11 "dependencies": {
12 "@seald-io/nedb": "4.1.2",
@@ -264,13 +264,10 @@
264 }
265 },
266 "node_modules/balanced-match": {
267 - "version": "4.0.4",
268 - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
269 - "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
270 - "license": "MIT",
271 - "engines": {
272 - "node": "18 || 20 || >=22"
273 - }
267 + "version": "1.0.2",
268 + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
269 + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
270 + "license": "MIT"
271 },
272 "node_modules/bare-events": {
273 "version": "2.8.2",
@@ -286,6 +283,79 @@
283 }
284 }
285 },
286 + "node_modules/bare-fs": {
287 + "version": "4.5.5",
288 + "resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.5.5.tgz",
289 + "integrity": "sha512-XvwYM6VZqKoqDll8BmSww5luA5eflDzY0uEFfBJtFKe4PAAtxBjU3YIxzIBzhyaEQBy1VXEQBto4cpN5RZJw+w==",
290 + "license": "Apache-2.0",
291 + "dependencies": {
292 + "bare-events": "^2.5.4",
293 + "bare-path": "^3.0.0",
294 + "bare-stream": "^2.6.4",
295 + "bare-url": "^2.2.2",
296 + "fast-fifo": "^1.3.2"
297 + },
298 + "engines": {
299 + "bare": ">=1.16.0"
300 + },
301 + "peerDependencies": {
302 + "bare-buffer": "*"
303 + },
304 + "peerDependenciesMeta": {
305 + "bare-buffer": {
306 + "optional": true
307 + }
308 + }
309 + },
310 + "node_modules/bare-os": {
311 + "version": "3.7.1",
312 + "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.7.1.tgz",
313 + "integrity": "sha512-ebvMaS5BgZKmJlvuWh14dg9rbUI84QeV3WlWn6Ph6lFI8jJoh7ADtVTyD2c93euwbe+zgi0DVrl4YmqXeM9aIA==",
314 + "license": "Apache-2.0",
315 + "engines": {
316 + "bare": ">=1.14.0"
317 + }
318 + },
319 + "node_modules/bare-path": {
320 + "version": "3.0.0",
321 + "resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.0.0.tgz",
322 + "integrity": "sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==",
323 + "license": "Apache-2.0",
324 + "dependencies": {
325 + "bare-os": "^3.0.1"
326 + }
327 + },
328 + "node_modules/bare-stream": {
329 + "version": "2.8.0",
330 + "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.8.0.tgz",
331 + "integrity": "sha512-reUN0M2sHRqCdG4lUK3Fw8w98eeUIZHL5c3H7Mbhk2yVBL+oofgaIp0ieLfD5QXwPCypBpmEEKU2WZKzbAk8GA==",
332 + "license": "Apache-2.0",
333 + "dependencies": {
334 + "streamx": "^2.21.0",
335 + "teex": "^1.0.1"
336 + },
337 + "peerDependencies": {
338 + "bare-buffer": "*",
339 + "bare-events": "*"
340 + },
341 + "peerDependenciesMeta": {
342 + "bare-buffer": {
343 + "optional": true
344 + },
345 + "bare-events": {
346 + "optional": true
347 + }
348 + }
349 + },
350 + "node_modules/bare-url": {
351 + "version": "2.3.2",
352 + "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.3.2.tgz",
353 + "integrity": "sha512-ZMq4gd9ngV5aTMa5p9+UfY0b3skwhHELaDkhEHetMdX0LRkW9kzaym4oo/Eh+Ghm0CCDuMTsRIGM/ytUc1ZYmw==",
354 + "license": "Apache-2.0",
355 + "dependencies": {
356 + "bare-path": "^3.0.0"
357 + }
358 + },
359 "node_modules/base64-js": {
360 "version": "1.5.1",
361 "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
@@ -340,15 +410,12 @@
410 }
411 },
412 "node_modules/brace-expansion": {
343 - "version": "5.0.3",
344 - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
345 - "integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
413 + "version": "2.0.2",
414 + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
415 + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
416 "license": "MIT",
417 "dependencies": {
348 - "balanced-match": "^4.0.2"
349 - },
350 - "engines": {
351 - "node": "18 || 20 || >=22"
418 + "balanced-match": "^1.0.0"
419 }
420 },
421 "node_modules/buffer": {
@@ -1513,12 +1580,12 @@
1580 }
1581 },
1582 "node_modules/minimatch": {
1516 - "version": "9.0.6",
1517 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.6.tgz",
1518 - "integrity": "sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==",
1583 + "version": "9.0.9",
1584 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
1585 + "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
1586 "license": "ISC",
1587 "dependencies": {
1521 - "brace-expansion": "^5.0.2"
1588 + "brace-expansion": "^2.0.2"
1589 },
1590 "engines": {
1591 "node": ">=16 || 14 >=14.17"
@@ -1847,25 +1914,10 @@
1914 "minimatch": "^5.1.0"
1915 }
1916 },
1850 - "node_modules/readdir-glob/node_modules/balanced-match": {
1851 - "version": "1.0.2",
1852 - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
1853 - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1854 - "license": "MIT"
1855 - },
1856 - "node_modules/readdir-glob/node_modules/brace-expansion": {
1857 - "version": "2.0.2",
1858 - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
1859 - "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
1860 - "license": "MIT",
1861 - "dependencies": {
1862 - "balanced-match": "^1.0.0"
1863 - }
1864 - },
1917 "node_modules/readdir-glob/node_modules/minimatch": {
1866 - "version": "5.1.7",
1867 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.7.tgz",
1868 - "integrity": "sha512-FjiwU9HaHW6YB3H4a1sFudnv93lvydNjz2lmyUXR6IwKhGI+bgL3SOZrBGn6kvvX2pJvhEkGSGjyTHN47O4rqA==",
1918 + "version": "5.1.9",
1919 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
1920 + "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
1921 "license": "ISC",
1922 "dependencies": {
1923 "brace-expansion": "^2.0.1"
@@ -2188,12 +2240,12 @@
2240 }
2241 },
2242 "node_modules/strip-ansi": {
2191 - "version": "7.1.2",
2192 - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
2193 - "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
2243 + "version": "7.2.0",
2244 + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
2245 + "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
2246 "license": "MIT",
2247 "dependencies": {
2196 - "ansi-regex": "^6.0.1"
2248 + "ansi-regex": "^6.2.2"
2249 },
2250 "engines": {
2251 "node": ">=12"
@@ -2225,16 +2277,26 @@
2277 }
2278 },
2279 "node_modules/tar-stream": {
2228 - "version": "3.1.7",
2229 - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
2230 - "integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
2280 + "version": "3.1.8",
2281 + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.8.tgz",
2282 + "integrity": "sha512-U6QpVRyCGHva435KoNWy9PRoi2IFYCgtEhq9nmrPPpbRacPs9IH4aJ3gbrFC8dPcXvdSZ4XXfXT5Fshbp2MtlQ==",
2283 "license": "MIT",
2284 "dependencies": {
2285 "b4a": "^1.6.4",
2286 + "bare-fs": "^4.5.5",
2287 "fast-fifo": "^1.2.0",
2288 "streamx": "^2.15.0"
2289 }
2290 },
2291 + "node_modules/teex": {
2292 + "version": "1.0.1",
2293 + "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
2294 + "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
2295 + "license": "MIT",
2296 + "dependencies": {
2297 + "streamx": "^2.12.5"
2298 + }
2299 + },
2300 "node_modules/text-decoder": {
2301 "version": "1.2.7",
2302 "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",