chore: use webtorrent 1.9.4

This commit is contained in:
Jeremy Kahn 2022-11-28 08:46:14 -06:00
parent d10c047fec
commit ac4cb2d7e0
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -44,7 +44,7 @@
"typescript": "^4.7.4", "typescript": "^4.7.4",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"web-vitals": "^2.1.4", "web-vitals": "^2.1.4",
"webtorrent": "^1.9.3" "webtorrent": "^1.9.4"
}, },
"devDependencies": { "devDependencies": {
"@types/react-syntax-highlighter": "^15.5.5", "@types/react-syntax-highlighter": "^15.5.5",
@ -26063,9 +26063,9 @@
} }
}, },
"node_modules/webtorrent": { "node_modules/webtorrent": {
"version": "1.9.3", "version": "1.9.4",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.3.tgz", "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.4.tgz",
"integrity": "sha512-+uXcRbaTJPkmG6lU9nitSq8uDRT3lb7f1r9H7gyrSu7r5alKAOdkggyYtwF/766NEyMqYIA02a2JbtMvrG9UxQ==", "integrity": "sha512-dW/7Cj/fRiJe97Vac071VhbfbiDSF6iAW1wwbs47uArOBbRSAgDRTem70M7ONF3IwRC/mu1+bTSwv+ojxJ+2/A==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@ -45712,9 +45712,9 @@
"integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==" "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="
}, },
"webtorrent": { "webtorrent": {
"version": "1.9.3", "version": "1.9.4",
"resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.3.tgz", "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.4.tgz",
"integrity": "sha512-+uXcRbaTJPkmG6lU9nitSq8uDRT3lb7f1r9H7gyrSu7r5alKAOdkggyYtwF/766NEyMqYIA02a2JbtMvrG9UxQ==", "integrity": "sha512-dW/7Cj/fRiJe97Vac071VhbfbiDSF6iAW1wwbs47uArOBbRSAgDRTem70M7ONF3IwRC/mu1+bTSwv+ojxJ+2/A==",
"requires": { "requires": {
"@webtorrent/http-node": "^1.3.0", "@webtorrent/http-node": "^1.3.0",
"addr-to-ip-port": "^1.5.4", "addr-to-ip-port": "^1.5.4",

View File

@ -40,7 +40,7 @@
"typescript": "^4.7.4", "typescript": "^4.7.4",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"web-vitals": "^2.1.4", "web-vitals": "^2.1.4",
"webtorrent": "^1.9.3" "webtorrent": "^1.9.4"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",