From c5e4598c1a4530e47a88478cda7c5766cd458331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 06:58:42 +0000 Subject: [PATCH] Bump soundcraft-ui-connection from 4.1.1 to 5.0.0 Bumps [soundcraft-ui-connection](https://github.com/fmalcher/soundcraft-ui) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/fmalcher/soundcraft-ui/releases) - [Changelog](https://github.com/fmalcher/soundcraft-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/fmalcher/soundcraft-ui/compare/v4.1.1...v5.0.0) --- updated-dependencies: - dependency-name: soundcraft-ui-connection dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++----------------- package.json | 2 +- 2 files changed, 7 insertions(+), 18 deletions(-) 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"