From 1ab9932e0d77b6f8b4319b8e670f120c94cdd051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:56:41 +0000 Subject: [PATCH] Bump bonjour-service from 1.3.0 to 1.4.1 in /apps/desktop Bumps [bonjour-service](https://github.com/onlxltd/bonjour-service) from 1.3.0 to 1.4.1. - [Release notes](https://github.com/onlxltd/bonjour-service/releases) - [Commits](https://github.com/onlxltd/bonjour-service/compare/1.3.0...1.4.1) --- updated-dependencies: - dependency-name: bonjour-service dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/desktop/package-lock.json | 20 ++++---------------- apps/desktop/package.json | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index f6b9c00af..f323f1e54 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -43,7 +43,7 @@ "@xterm/xterm": "^6.0.0", "@xyflow/react": "^12.5.0", "antd": "^6.3.5", - "bonjour-service": "^1.3.0", + "bonjour-service": "^1.4.1", "border-beam": "^1.0.1", "canvas-confetti": "^1.9.4", "chokidar": "^4.0.3", @@ -303,9 +303,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -319,9 +316,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -335,9 +329,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -351,9 +342,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "SEE LICENSE IN LICENSE.md", "optional": true, "os": [ @@ -8490,9 +8478,9 @@ } }, "node_modules/bonjour-service": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.3.0.tgz", - "integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.4.1.tgz", + "integrity": "sha512-9KM4QMPKnaJqaja1v7gYO/+TXZGLtzPA05NmUTqDAJjcsWeVoOXKMvU9g0gfuuoYTQqJZ924hivICd5R/bCJbA==", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 8ca6a8772..193cb6dd1 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -87,7 +87,7 @@ "@xterm/xterm": "^6.0.0", "@xyflow/react": "^12.5.0", "antd": "^6.3.5", - "bonjour-service": "^1.3.0", + "bonjour-service": "^1.4.1", "border-beam": "^1.0.1", "canvas-confetti": "^1.9.4", "chokidar": "^4.0.3",