diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af27653ed..4ad01af03 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -326,8 +326,8 @@ importers: specifier: 0.33.2 version: 0.33.2 '@node-datachannel/linux-arm64-gnu': - specifier: 0.33.2 - version: 0.33.2 + specifier: 0.33.4 + version: 0.33.4 '@node-datachannel/linux-x64-gnu': specifier: 0.33.2 version: 0.33.2 @@ -1271,6 +1271,12 @@ packages: os: [linux] libc: [glibc] + '@node-datachannel/linux-arm64-gnu@0.33.4': + resolution: {integrity: sha512-rR4yjwxpI1miLSrruLGcfR9yfw0Qebw+Twt+u+lKsL9SwmXxTm5pJhUAa9RU+c35oZ98IyAxGFjRwwq85BTbog==} + cpu: [arm64] + os: [linux] + libc: [glibc] + '@node-datachannel/linux-arm64-musl@0.33.2': resolution: {integrity: sha512-16o3Ny5hbxTTjDmhsZog/t7p2tRP6s/Oa/V9kKzZfiGlCqvxxCE4ACOWw/MWHOhN0xI9/63IIRfrrnQnPxjK8g==} cpu: [arm64] @@ -5559,6 +5565,9 @@ snapshots: '@node-datachannel/linux-arm64-gnu@0.33.2': optional: true + '@node-datachannel/linux-arm64-gnu@0.33.4': + optional: true + '@node-datachannel/linux-arm64-musl@0.33.2': optional: true diff --git a/standalone/sidecar/package.json b/standalone/sidecar/package.json index ac799408f..83b1afef6 100644 --- a/standalone/sidecar/package.json +++ b/standalone/sidecar/package.json @@ -14,7 +14,7 @@ "optionalDependencies": { "@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-arm64-gnu": "0.33.4", "@node-datachannel/linux-x64-gnu": "0.33.2", "@node-datachannel/win32-arm64-msvc": "0.33.2", "@node-datachannel/win32-x64-msvc": "0.33.2"