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",