From 960db5662b64aa98daebca445dbf68b26a76c6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:28:07 +0100 Subject: [PATCH] Bump node-datachannel from 0.9.2 to 0.10.0 (#31) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/node/package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/node/package.json b/packages/node/package.json index 523f5598..f50714ee 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@types/node": "^20.14.2", - "node-datachannel": "^0.9.2", + "node-datachannel": "^0.10.0", "tsx": "^4.16.0", "typescript": "^5.4.5", "vitest": "^1.6.0" diff --git a/yarn.lock b/yarn.lock index 51f5f946..ed74df58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2801,7 +2801,15 @@ node-abi@^3.3.0: dependencies: semver "^7.3.5" -node-datachannel@^0.9.0, node-datachannel@^0.9.2: +node-datachannel@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/node-datachannel/-/node-datachannel-0.10.0.tgz#4ff7fcb6e783446b6f68d5350655e98c1dbbc39a" + integrity sha512-Zr7a9yRg4R8Q8eKzEwnKp19nnNfn5kP8XgDpSp3XsfLqVevBbbwHULzkYsex9Cq41tDWi4VQv2YdnxYcpyzRkg== + dependencies: + node-domexception "^2.0.1" + prebuild-install "^7.0.1" + +node-datachannel@^0.9.0: version "0.9.2" resolved "https://registry.yarnpkg.com/node-datachannel/-/node-datachannel-0.9.2.tgz#0cfccb9d95afff3a6ff01f0e75e99d9d6764d109" integrity sha512-sknq4EAJcSNHUMiK6Gru3vtwo8QICiFs5xJyaitJy/ZLSUbikaGrDORpIpdGp8++4AYQOYC5vr9VyA6i01KeJQ==