diff --git a/package-lock.json b/package-lock.json index 2124a1c..b1973e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lt_donthave", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lt_donthave", - "version": "2.0.2", + "version": "2.0.3", "funding": [ { "type": "github", @@ -28,7 +28,7 @@ }, "devDependencies": { "@webtorrent/semantic-release-config": "^1.0.9", - "bittorrent-protocol": "4.1.14", + "bittorrent-protocol": "4.1.15", "brfs": "2.0.2", "standard": "*", "tape": "5.8.1", @@ -1336,9 +1336,9 @@ } }, "node_modules/bittorrent-protocol": { - "version": "4.1.14", - "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.14.tgz", - "integrity": "sha512-vChtr7L/cG5b2TQgdDMzJ79TjSX+whuC8NfgoLcjXKINJVXECWkqVaRveAo50Oa+53Mo4Nw54IlTnhOZFwlVEg==", + "version": "4.1.15", + "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.15.tgz", + "integrity": "sha512-41W08svaxGrNtxwMl7DbOcYnp44wcNs1B4szSfdLNjCRQH7yWdGdSOTNOvEi+FtsRVyNWabadM6IZLbhj5SS2w==", "dev": true, "funding": [ { @@ -1357,7 +1357,7 @@ "dependencies": { "bencode": "^4.0.0", "bitfield": "^4.1.0", - "debug": "^4.3.6", + "debug": "^4.3.7", "rc4": "^0.1.5", "streamx": "^2.15.1", "throughput": "^1.0.1", @@ -12098,14 +12098,14 @@ "dev": true }, "bittorrent-protocol": { - "version": "4.1.14", - "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.14.tgz", - "integrity": "sha512-vChtr7L/cG5b2TQgdDMzJ79TjSX+whuC8NfgoLcjXKINJVXECWkqVaRveAo50Oa+53Mo4Nw54IlTnhOZFwlVEg==", + "version": "4.1.15", + "resolved": "https://registry.npmjs.org/bittorrent-protocol/-/bittorrent-protocol-4.1.15.tgz", + "integrity": "sha512-41W08svaxGrNtxwMl7DbOcYnp44wcNs1B4szSfdLNjCRQH7yWdGdSOTNOvEi+FtsRVyNWabadM6IZLbhj5SS2w==", "dev": true, "requires": { "bencode": "^4.0.0", "bitfield": "^4.1.0", - "debug": "^4.3.6", + "debug": "^4.3.7", "rc4": "^0.1.5", "streamx": "^2.15.1", "throughput": "^1.0.1", diff --git a/package.json b/package.json index fddfde1..5c29391 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@webtorrent/semantic-release-config": "^1.0.9", - "bittorrent-protocol": "4.1.14", + "bittorrent-protocol": "4.1.15", "brfs": "2.0.2", "standard": "*", "tape": "5.8.1",