From ec527cbe65a7b4abef5c63e4686ed4b3e8f98080 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 14:39:43 +0000 Subject: [PATCH] chore(deps): update dependency @node-datachannel/linux-x64-gnu to v0.33.4 --- pnpm-lock.yaml | 13 +++++++++++-- standalone/sidecar/package.json | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af27653ed..636bb10ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -329,8 +329,8 @@ importers: specifier: 0.33.2 version: 0.33.2 '@node-datachannel/linux-x64-gnu': - specifier: 0.33.2 - version: 0.33.2 + specifier: 0.33.4 + version: 0.33.4 '@node-datachannel/win32-arm64-msvc': specifier: 0.33.2 version: 0.33.2 @@ -1283,6 +1283,12 @@ packages: os: [linux] libc: [glibc] + '@node-datachannel/linux-x64-gnu@0.33.4': + resolution: {integrity: sha512-xN0x3lcQ87qwOAmf1dBLVWrYY40LQ7pM4Y9wuNjP+EtN4IwiXqrhPdgupzGAElxna+n2NgBG0gT60dZpgoYU2Q==} + cpu: [x64] + os: [linux] + libc: [glibc] + '@node-datachannel/linux-x64-musl@0.33.2': resolution: {integrity: sha512-PlpgvYjo+gmBhIkRFaZWIhCF335FMTJmCpl+FVa4XliEgyOqD+cvjQPWcbnlrA2Jd+QnLiZt+NxT7nv4QXpoiQ==} cpu: [x64] @@ -5565,6 +5571,9 @@ snapshots: '@node-datachannel/linux-x64-gnu@0.33.2': optional: true + '@node-datachannel/linux-x64-gnu@0.33.4': + optional: true + '@node-datachannel/linux-x64-musl@0.33.2': optional: true diff --git a/standalone/sidecar/package.json b/standalone/sidecar/package.json index ac799408f..370b386c1 100644 --- a/standalone/sidecar/package.json +++ b/standalone/sidecar/package.json @@ -15,7 +15,7 @@ "@node-datachannel/darwin-arm64": "0.33.2", "@node-datachannel/darwin-x64": "0.33.2", "@node-datachannel/linux-arm64-gnu": "0.33.2", - "@node-datachannel/linux-x64-gnu": "0.33.2", + "@node-datachannel/linux-x64-gnu": "0.33.4", "@node-datachannel/win32-arm64-msvc": "0.33.2", "@node-datachannel/win32-x64-msvc": "0.33.2" }