fix(deps): update dependency webtorrent to v1.5.11
This commit is contained in:
committed by
renovate[bot]
parent
e55d9b6d15
commit
ed38a55711
77
package-lock.json
generated
77
package-lock.json
generated
@@ -42,7 +42,7 @@
|
||||
"simple-get": "4.0.0",
|
||||
"srt-to-vtt": "1.1.3",
|
||||
"vlc-command": "1.2.0",
|
||||
"webtorrent": "1.5.9",
|
||||
"webtorrent": "1.5.11",
|
||||
"winreg": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -1493,6 +1493,15 @@
|
||||
"node": ">=10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@webtorrent/http-node": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@webtorrent/http-node/-/http-node-1.3.0.tgz",
|
||||
"integrity": "sha512-GWZQKroPES4z91Ijx6zsOsb7+USOxjy66s8AoTWg0HiBBdfnbtf9aeh3Uav0MgYn4BL8Q7tVSUpd0gGpngKGEQ==",
|
||||
"dependencies": {
|
||||
"freelist": "^1.0.3",
|
||||
"http-parser-js": "^0.4.3"
|
||||
}
|
||||
},
|
||||
"node_modules/abbrev": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
||||
@@ -7315,16 +7324,6 @@
|
||||
"next-line": "^1.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/http-node": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "git+ssh://git@github.com/webtorrent/http-node.git#342ef8624495343ffd050bd0808b3750cf0e3974",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chrome-net": "^3.3.3",
|
||||
"freelist": "^1.0.3",
|
||||
"http-parser-js": "^0.4.3"
|
||||
}
|
||||
},
|
||||
"node_modules/http-parser-js": {
|
||||
"version": "0.4.13",
|
||||
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.13.tgz",
|
||||
@@ -14076,9 +14075,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/webtorrent": {
|
||||
"version": "1.5.9",
|
||||
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.9.tgz",
|
||||
"integrity": "sha512-ymIibHBJunx8ZpglrlN9tGDrBUnU8gKkEp+a52kKoc7VBrIiqgjiLQYdI21HKLado4xSCk4zm1ATcTrxTo88ew==",
|
||||
"version": "1.5.11",
|
||||
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.11.tgz",
|
||||
"integrity": "sha512-oM+2tXsZeQLh6Q+At4nMkvQzbHRqfI6I7k2Cc9qsxvy1orK8xp3LY5CqIWw02iXhxwGIJfSEoCnwFkMN5YxmPw==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
@@ -14094,6 +14093,7 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@webtorrent/http-node": "^1.3.0",
|
||||
"addr-to-ip-port": "^1.5.4",
|
||||
"bitfield": "^4.0.0",
|
||||
"bittorrent-dht": "^10.0.2",
|
||||
@@ -14103,16 +14103,15 @@
|
||||
"chunk-store-stream": "^4.3.0",
|
||||
"cpus": "^1.0.3",
|
||||
"create-torrent": "^5.0.1",
|
||||
"debug": "^4.3.2",
|
||||
"debug": "^4.3.3",
|
||||
"end-of-stream": "^1.4.4",
|
||||
"escape-html": "^1.0.3",
|
||||
"fs-chunk-store": "^2.0.4",
|
||||
"http-node": "github:webtorrent/http-node#webtorrent",
|
||||
"immediate-chunk-store": "^2.2.0",
|
||||
"load-ip-set": "^2.2.1",
|
||||
"lt_donthave": "^1.0.1",
|
||||
"memory-chunk-store": "^1.3.5",
|
||||
"mime": "^2.5.2",
|
||||
"mime": "^3.0.0",
|
||||
"multistream": "^4.1.0",
|
||||
"package-json-versionify": "^1.0.4",
|
||||
"parse-torrent": "^9.1.4",
|
||||
@@ -14163,14 +14162,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/webtorrent/node_modules/mime": {
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
|
||||
"integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
|
||||
"integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==",
|
||||
"bin": {
|
||||
"mime": "cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
"node": ">=10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/whatwg-fetch": {
|
||||
@@ -15840,6 +15839,15 @@
|
||||
"@wdio/logger": "6.8.0"
|
||||
}
|
||||
},
|
||||
"@webtorrent/http-node": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@webtorrent/http-node/-/http-node-1.3.0.tgz",
|
||||
"integrity": "sha512-GWZQKroPES4z91Ijx6zsOsb7+USOxjy66s8AoTWg0HiBBdfnbtf9aeh3Uav0MgYn4BL8Q7tVSUpd0gGpngKGEQ==",
|
||||
"requires": {
|
||||
"freelist": "^1.0.3",
|
||||
"http-parser-js": "^0.4.3"
|
||||
}
|
||||
},
|
||||
"abbrev": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
||||
@@ -20297,15 +20305,6 @@
|
||||
"next-line": "^1.1.0"
|
||||
}
|
||||
},
|
||||
"http-node": {
|
||||
"version": "git+ssh://git@github.com/webtorrent/http-node.git#342ef8624495343ffd050bd0808b3750cf0e3974",
|
||||
"from": "http-node@github:webtorrent/http-node#webtorrent",
|
||||
"requires": {
|
||||
"chrome-net": "^3.3.3",
|
||||
"freelist": "^1.0.3",
|
||||
"http-parser-js": "^0.4.3"
|
||||
}
|
||||
},
|
||||
"http-parser-js": {
|
||||
"version": "0.4.13",
|
||||
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.13.tgz",
|
||||
@@ -25501,10 +25500,11 @@
|
||||
"dev": true
|
||||
},
|
||||
"webtorrent": {
|
||||
"version": "1.5.9",
|
||||
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.9.tgz",
|
||||
"integrity": "sha512-ymIibHBJunx8ZpglrlN9tGDrBUnU8gKkEp+a52kKoc7VBrIiqgjiLQYdI21HKLado4xSCk4zm1ATcTrxTo88ew==",
|
||||
"version": "1.5.11",
|
||||
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.5.11.tgz",
|
||||
"integrity": "sha512-oM+2tXsZeQLh6Q+At4nMkvQzbHRqfI6I7k2Cc9qsxvy1orK8xp3LY5CqIWw02iXhxwGIJfSEoCnwFkMN5YxmPw==",
|
||||
"requires": {
|
||||
"@webtorrent/http-node": "^1.3.0",
|
||||
"addr-to-ip-port": "^1.5.4",
|
||||
"bitfield": "^4.0.0",
|
||||
"bittorrent-dht": "^10.0.2",
|
||||
@@ -25514,16 +25514,15 @@
|
||||
"chunk-store-stream": "^4.3.0",
|
||||
"cpus": "^1.0.3",
|
||||
"create-torrent": "^5.0.1",
|
||||
"debug": "^4.3.2",
|
||||
"debug": "^4.3.3",
|
||||
"end-of-stream": "^1.4.4",
|
||||
"escape-html": "^1.0.3",
|
||||
"fs-chunk-store": "^2.0.4",
|
||||
"http-node": "github:webtorrent/http-node#webtorrent",
|
||||
"immediate-chunk-store": "^2.2.0",
|
||||
"load-ip-set": "^2.2.1",
|
||||
"lt_donthave": "^1.0.1",
|
||||
"memory-chunk-store": "^1.3.5",
|
||||
"mime": "^2.5.2",
|
||||
"mime": "^3.0.0",
|
||||
"multistream": "^4.1.0",
|
||||
"package-json-versionify": "^1.0.4",
|
||||
"parse-torrent": "^9.1.4",
|
||||
@@ -25561,9 +25560,9 @@
|
||||
}
|
||||
},
|
||||
"mime": {
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
|
||||
"integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg=="
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz",
|
||||
"integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"simple-get": "4.0.0",
|
||||
"srt-to-vtt": "1.1.3",
|
||||
"vlc-command": "1.2.0",
|
||||
"webtorrent": "1.5.9",
|
||||
"webtorrent": "1.5.11",
|
||||
"winreg": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user