From 0d9d21343dec175aa502b1fbde62d2119b8c7abb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 02:27:28 +0000 Subject: [PATCH] chore(deps): update dependency bittorrent-protocol to v4.1.13 (#44) 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 2d72bf4..b5c69ed 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.12", + "bittorrent-protocol": "4.1.13", "brfs": "2.0.2", "standard": "*", "tape": "5.8.1", @@ -1336,9 +1336,9 @@ } }, "node_modules/bittorrent-protocol": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.12.tgz", - "integrity": "sha512-peyUDP5NQaiPSau24jCpPhLfDFCCK1DUE0N5xlJSPVIkgQmsVLi62N/Lm++pUNrBenfnhf6WKQo0nyN6x5dufQ==", + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.13.tgz", + "integrity": "sha512-tUF8HBy/CwexDgEiFmmgWx7RCXC02gc72ZEoFxdRnqraZBUVFN611hYLfB/zArlhFeaUErfJZOa8CWtrDeXQsA==", "dev": true, "funding": [ { @@ -1361,7 +1361,7 @@ "rc4": "^0.1.5", "streamx": "^2.15.1", "throughput": "^1.0.1", - "uint8-util": "^2.2.2", + "uint8-util": "^2.2.5", "unordered-array-remove": "^1.0.2" }, "engines": { @@ -10851,9 +10851,9 @@ } }, "node_modules/uint8-util": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/uint8-util/-/uint8-util-2.2.2.tgz", - "integrity": "sha512-zqDacLmV6UPJguIUKezcW8V9NzWJQxF6KX0hHiJWq2YbgHcTS8RnsfcganIRI51Pla59OIq6MjjjEMDEBnEW0A==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/uint8-util/-/uint8-util-2.2.5.tgz", + "integrity": "sha512-/QxVQD7CttWpVUKVPz9znO+3Dd4BdTSnFQ7pv/4drVhC9m4BaL2LFHTkJn6EsYoxT79VDq/2Gg8L0H22PrzyMw==", "dev": true, "dependencies": { "base64-arraybuffer": "^1.0.2" @@ -12098,9 +12098,9 @@ "dev": true }, "bittorrent-protocol": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.12.tgz", - "integrity": "sha512-peyUDP5NQaiPSau24jCpPhLfDFCCK1DUE0N5xlJSPVIkgQmsVLi62N/Lm++pUNrBenfnhf6WKQo0nyN6x5dufQ==", + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.13.tgz", + "integrity": "sha512-tUF8HBy/CwexDgEiFmmgWx7RCXC02gc72ZEoFxdRnqraZBUVFN611hYLfB/zArlhFeaUErfJZOa8CWtrDeXQsA==", "dev": true, "requires": { "bencode": "^4.0.0", @@ -12109,7 +12109,7 @@ "rc4": "^0.1.5", "streamx": "^2.15.1", "throughput": "^1.0.1", - "uint8-util": "^2.2.2", + "uint8-util": "^2.2.5", "unordered-array-remove": "^1.0.2" }, "dependencies": { @@ -18788,9 +18788,9 @@ "optional": true }, "uint8-util": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/uint8-util/-/uint8-util-2.2.2.tgz", - "integrity": "sha512-zqDacLmV6UPJguIUKezcW8V9NzWJQxF6KX0hHiJWq2YbgHcTS8RnsfcganIRI51Pla59OIq6MjjjEMDEBnEW0A==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/uint8-util/-/uint8-util-2.2.5.tgz", + "integrity": "sha512-/QxVQD7CttWpVUKVPz9znO+3Dd4BdTSnFQ7pv/4drVhC9m4BaL2LFHTkJn6EsYoxT79VDq/2Gg8L0H22PrzyMw==", "dev": true, "requires": { "base64-arraybuffer": "^1.0.2" diff --git a/package.json b/package.json index 450bf89..1318fac 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@webtorrent/semantic-release-config": "^1.0.9", - "bittorrent-protocol": "4.1.12", + "bittorrent-protocol": "4.1.13", "brfs": "2.0.2", "standard": "*", "tape": "5.8.1",