diff --git a/package-lock.json b/package-lock.json index 95d47d1..c8667d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "posthog-node": "^5.24.9", "selfsigned": "^5.5.0", "sonos": "^1.14.2", - "soundcraft-ui-connection": "^4.1.1", + "soundcraft-ui-connection": "^5.0.0", "urlencode": "^2.0.0", "winston": "^3.18.3", "xml2js": "^0.6.2" @@ -2069,16 +2069,6 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, - "node_modules/modern-isomorphic-ws": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/modern-isomorphic-ws/-/modern-isomorphic-ws-1.0.5.tgz", - "integrity": "sha512-cgJzdkn1//XyYJsFZkjPYKN21CXeG+KC38Q5uFwTnbUwG3pmmsUDS9a5RRJ6lFnjsnEbUKx+rIXjxX/uCUFYvQ==", - "deprecated": "Starting with version 22.4.0, Node.js includes a WebSocket client API without an experimental flag", - "license": "MIT", - "peerDependencies": { - "ws": "^8.11.0" - } - }, "node_modules/mp3-duration": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/mp3-duration/-/mp3-duration-1.1.0.tgz", @@ -2732,13 +2722,12 @@ } }, "node_modules/soundcraft-ui-connection": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/soundcraft-ui-connection/-/soundcraft-ui-connection-4.1.1.tgz", - "integrity": "sha512-bG+ReU0kGUNClJz8C+Xo6WDBhxAH6a+CBkLT7AZi16wgeascEB16G10mKZnthWUlVuTXE/bXRcLjTV/a6T6Q/Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/soundcraft-ui-connection/-/soundcraft-ui-connection-5.0.0.tgz", + "integrity": "sha512-Z2GAL8UB/+qdFQ9caqWwBowKFNTDtB23PSZxE6Tq6oy8bCA+HVcDSKjFe+LP0nBZ4KCzYa/7e94gmH/Qm01xwA==", "license": "MIT", - "dependencies": { - "modern-isomorphic-ws": "1.0.5", - "ws": "^8.18.0" + "engines": { + "node": ">=22" } }, "node_modules/stack-trace": { diff --git a/package.json b/package.json index cb03526..ecad811 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "posthog-node": "^5.24.9", "selfsigned": "^5.5.0", "sonos": "^1.14.2", - "soundcraft-ui-connection": "^4.1.1", + "soundcraft-ui-connection": "^5.0.0", "urlencode": "^2.0.0", "winston": "^3.18.3", "xml2js": "^0.6.2"