From 57c61d8db536c2edd211b387d2ba4dc2ebd32a89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 21:54:45 +0000 Subject: [PATCH] chore(deps): update dependency @node-datachannel/darwin-arm64 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 fe579dd00..b31a4fdc5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -320,8 +320,8 @@ importers: version: 1.2.0-beta.15 optionalDependencies: '@node-datachannel/darwin-arm64': - specifier: 0.33.2 - version: 0.33.2 + specifier: 0.33.4 + version: 0.33.4 '@node-datachannel/darwin-x64': specifier: 0.33.2 version: 0.33.2 @@ -1260,6 +1260,11 @@ packages: cpu: [arm64] os: [darwin] + '@node-datachannel/darwin-arm64@0.33.4': + resolution: {integrity: sha512-bkIA+IbModz/NUmbVYTSWj8dZvkiab+cU4zOa6rhfKsNcW3EkdD2/DDoJjUrRrw+LbEZ40V7NuAKUlMNFDXFsw==} + cpu: [arm64] + os: [darwin] + '@node-datachannel/darwin-x64@0.33.2': resolution: {integrity: sha512-a1nvL6MiskSjV3TWTNXdVpI/2kHNIOP2AbuBZjR5eC7VSrH/6hCFfHIBW4SFKXGFm8LOGliY9Df10UnJUutjwA==} cpu: [x64] @@ -5553,6 +5558,9 @@ snapshots: '@node-datachannel/darwin-arm64@0.33.2': optional: true + '@node-datachannel/darwin-arm64@0.33.4': + optional: true + '@node-datachannel/darwin-x64@0.33.2': optional: true diff --git a/standalone/sidecar/package.json b/standalone/sidecar/package.json index ac799408f..1ce826f63 100644 --- a/standalone/sidecar/package.json +++ b/standalone/sidecar/package.json @@ -12,7 +12,7 @@ "node-pty": "1.2.0-beta.15" }, "optionalDependencies": { - "@node-datachannel/darwin-arm64": "0.33.2", + "@node-datachannel/darwin-arm64": "0.33.4", "@node-datachannel/darwin-x64": "0.33.2", "@node-datachannel/linux-arm64-gnu": "0.33.2", "@node-datachannel/linux-x64-gnu": "0.33.2",