From 18932591405df56f5d814aafdfd1e9f153bf22c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:24:15 +0000 Subject: [PATCH] chore(deps): update dependency bittorrent-protocol to v4.1.14 (#45) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5c69ed..f1abda7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@webtorrent/semantic-release-config": "^1.0.9", - "bittorrent-protocol": "4.1.13", + "bittorrent-protocol": "4.1.14", "brfs": "2.0.2", "standard": "*", "tape": "5.8.1", @@ -1336,9 +1336,9 @@ } }, "node_modules/bittorrent-protocol": { - "version": "4.1.13", - "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.13.tgz", - "integrity": "sha512-tUF8HBy/CwexDgEiFmmgWx7RCXC02gc72ZEoFxdRnqraZBUVFN611hYLfB/zArlhFeaUErfJZOa8CWtrDeXQsA==", + "version": "4.1.14", + "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.14.tgz", + "integrity": "sha512-vChtr7L/cG5b2TQgdDMzJ79TjSX+whuC8NfgoLcjXKINJVXECWkqVaRveAo50Oa+53Mo4Nw54IlTnhOZFwlVEg==", "dev": true, "funding": [ { @@ -1357,7 +1357,7 @@ "dependencies": { "bencode": "^4.0.0", "bitfield": "^4.1.0", - "debug": "^4.3.5", + "debug": "^4.3.6", "rc4": "^0.1.5", "streamx": "^2.15.1", "throughput": "^1.0.1", @@ -1899,9 +1899,9 @@ } }, "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "dependencies": { "ms": "2.1.2" }, @@ -12098,14 +12098,14 @@ "dev": true }, "bittorrent-protocol": { - "version": "4.1.13", - "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.13.tgz", - "integrity": "sha512-tUF8HBy/CwexDgEiFmmgWx7RCXC02gc72ZEoFxdRnqraZBUVFN611hYLfB/zArlhFeaUErfJZOa8CWtrDeXQsA==", + "version": "4.1.14", + "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.14.tgz", + "integrity": "sha512-vChtr7L/cG5b2TQgdDMzJ79TjSX+whuC8NfgoLcjXKINJVXECWkqVaRveAo50Oa+53Mo4Nw54IlTnhOZFwlVEg==", "dev": true, "requires": { "bencode": "^4.0.0", "bitfield": "^4.1.0", - "debug": "^4.3.5", + "debug": "^4.3.6", "rc4": "^0.1.5", "streamx": "^2.15.1", "throughput": "^1.0.1", @@ -12520,9 +12520,9 @@ "dev": true }, "debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "requires": { "ms": "2.1.2" } diff --git a/package.json b/package.json index 1318fac..2d9505b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@webtorrent/semantic-release-config": "^1.0.9", - "bittorrent-protocol": "4.1.13", + "bittorrent-protocol": "4.1.14", "brfs": "2.0.2", "standard": "*", "tape": "5.8.1",