From 3fb0d5d278d90bbe757214c47e552935bb9869d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:52:45 +0000 Subject: [PATCH] chore(deps): update dependency @node-datachannel/darwin-x64 to v0.33.4 --- pnpm-lock.yaml | 12 ++++++++++-- standalone/sidecar/package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af27653ed..bcfc3be99 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -323,8 +323,8 @@ importers: specifier: 0.33.2 version: 0.33.2 '@node-datachannel/darwin-x64': - specifier: 0.33.2 - version: 0.33.2 + specifier: 0.33.4 + version: 0.33.4 '@node-datachannel/linux-arm64-gnu': specifier: 0.33.2 version: 0.33.2 @@ -1265,6 +1265,11 @@ packages: cpu: [x64] os: [darwin] + '@node-datachannel/darwin-x64@0.33.4': + resolution: {integrity: sha512-+dLnwiwC3GdWqW0OQShZcSFYrx3hRx0+7U85swoiP3iiRqtDUARME6AIAmW3glpP0vmus1jv5KhPCy/Q+jAvqw==} + cpu: [x64] + os: [darwin] + '@node-datachannel/linux-arm64-gnu@0.33.2': resolution: {integrity: sha512-YWAu3EiMl2HRi/fwWlfFTW30wFTkRVYJWRHQcI1uDSeZYG/tfyBqBy6CRy9Sgrb0xjOYZ6XhLDj8cdX0foPlpg==} cpu: [arm64] @@ -5556,6 +5561,9 @@ snapshots: '@node-datachannel/darwin-x64@0.33.2': optional: true + '@node-datachannel/darwin-x64@0.33.4': + optional: true + '@node-datachannel/linux-arm64-gnu@0.33.2': optional: true diff --git a/standalone/sidecar/package.json b/standalone/sidecar/package.json index ac799408f..43aef5869 100644 --- a/standalone/sidecar/package.json +++ b/standalone/sidecar/package.json @@ -13,7 +13,7 @@ }, "optionalDependencies": { "@node-datachannel/darwin-arm64": "0.33.2", - "@node-datachannel/darwin-x64": "0.33.2", + "@node-datachannel/darwin-x64": "0.33.4", "@node-datachannel/linux-arm64-gnu": "0.33.2", "@node-datachannel/linux-x64-gnu": "0.33.2", "@node-datachannel/win32-arm64-msvc": "0.33.2",