diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af27653ed..8870cc9f0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -332,8 +332,8 @@ importers: specifier: 0.33.2 version: 0.33.2 '@node-datachannel/win32-arm64-msvc': - specifier: 0.33.2 - version: 0.33.2 + specifier: 0.33.4 + version: 0.33.4 '@node-datachannel/win32-x64-msvc': specifier: 0.33.2 version: 0.33.2 @@ -1294,6 +1294,11 @@ packages: cpu: [arm64] os: [win32] + '@node-datachannel/win32-arm64-msvc@0.33.4': + resolution: {integrity: sha512-TeDV2tSPm+qAnF6MIPlLFTIlobSYLwOVe3/wQl+8hD/q3cEPTQi7vByFaQQ5lRULKKdnjKRR5iDMsxMilqbtXA==} + cpu: [arm64] + os: [win32] + '@node-datachannel/win32-x64-msvc@0.33.2': resolution: {integrity: sha512-aLk0O/M1JNVpzxx4RVBXMJTMlpswE04Cz5baayKwuEN+qk9hO6DSJgYMR6Wq9a5zGYAmvLFlOg+LsePyXkWliA==} cpu: [x64] @@ -5571,6 +5576,9 @@ snapshots: '@node-datachannel/win32-arm64-msvc@0.33.2': optional: true + '@node-datachannel/win32-arm64-msvc@0.33.4': + optional: true + '@node-datachannel/win32-x64-msvc@0.33.2': optional: true diff --git a/standalone/sidecar/package.json b/standalone/sidecar/package.json index ac799408f..199d86190 100644 --- a/standalone/sidecar/package.json +++ b/standalone/sidecar/package.json @@ -16,7 +16,7 @@ "@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/win32-arm64-msvc": "0.33.2", + "@node-datachannel/win32-arm64-msvc": "0.33.4", "@node-datachannel/win32-x64-msvc": "0.33.2" } }