diff --git a/package-lock.json b/package-lock.json index 8dff31d2..2bc6ab6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eufy-security-client": "^3.2.0", "ffmpeg-for-homebridge": "2.1.7", "fs-extra": "^11.3.0", - "pick-port": "^2.1.0", + "pick-port": "^2.1.1", "rotating-file-stream": "^3.2.6", "tslog": "^4.9.3", "zip-lib": "^1.1.2" @@ -7491,9 +7491,10 @@ } }, "node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "license": "MIT", "dependencies": { "ms": "^2.1.3" }, @@ -13047,14 +13048,19 @@ "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==" }, "node_modules/pick-port": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/pick-port/-/pick-port-2.1.0.tgz", - "integrity": "sha512-nqdK+0cmJLGMHKZCNh6PfA/ZeIhHYKSlLLwyfH/IFQVv9SqwNUdbm+08olnd+PbmLqrHk8Twhq6yO9viqOGkkw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/pick-port/-/pick-port-2.1.1.tgz", + "integrity": "sha512-2rBA4etQOrb7EBamFWC4no8lECAj4IFLPIjvw951isoDKvNTS0sUDf0lirjqFlMwmaahjI8652LEJ0AYtUYl8g==", + "license": "ISC", "dependencies": { - "debug": "^4.3.4" + "debug": "^4.4.1" }, "engines": { "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mediasoup" } }, "node_modules/picocolors": { diff --git a/package.json b/package.json index f6c61476..6daa6ffe 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eufy-security-client": "^3.2.0", "ffmpeg-for-homebridge": "2.1.7", "fs-extra": "^11.3.0", - "pick-port": "^2.1.0", + "pick-port": "^2.1.1", "rotating-file-stream": "^3.2.6", "tslog": "^4.9.3", "zip-lib": "^1.1.2"