Skip to content

Commit

Permalink
Bump node-datachannel from 0.9.2 to 0.10.0 (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent dde60a5 commit 960db56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down

0 comments on commit 960db56

Please sign in to comment.