diff --git a/package-lock.json b/package-lock.json index ccb801f6..3127ec3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "simple-get": "4.0.1", "srt-to-vtt": "1.1.3", "vlc-command": "1.2.0", - "webtorrent": "1.9.4", + "webtorrent": "1.9.6", "winreg": "1.2.4" }, "devDependencies": { @@ -1285,9 +1285,9 @@ "devOptional": true }, "node_modules/@types/node": { - "version": "14.18.33", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz", - "integrity": "sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==" + "version": "14.18.34", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.34.tgz", + "integrity": "sha512-hcU9AIQVHmPnmjRK+XUUYlILlr9pQrsqSrwov/JK1pnf3GTQowVBhx54FbvM0AU/VXGH4i3+vgXS5EguR7fysA==" }, "node_modules/@types/parse-json": { "version": "4.0.0", @@ -14539,9 +14539,9 @@ "dev": true }, "node_modules/webtorrent": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.4.tgz", - "integrity": "sha512-dW/7Cj/fRiJe97Vac071VhbfbiDSF6iAW1wwbs47uArOBbRSAgDRTem70M7ONF3IwRC/mu1+bTSwv+ojxJ+2/A==", + "version": "1.9.6", + "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.6.tgz", + "integrity": "sha512-fJtVlqeg7s4G3MHppdONfHfspvdfJPTEgSUnc4W+i0tCtl1hyWHSdodC2T4VtNNE00Rdy60dLji3Ai0Y/FXvow==", "funding": [ { "type": "github", @@ -16104,9 +16104,9 @@ "devOptional": true }, "@types/node": { - "version": "14.18.33", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz", - "integrity": "sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==" + "version": "14.18.34", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.34.tgz", + "integrity": "sha512-hcU9AIQVHmPnmjRK+XUUYlILlr9pQrsqSrwov/JK1pnf3GTQowVBhx54FbvM0AU/VXGH4i3+vgXS5EguR7fysA==" }, "@types/parse-json": { "version": "4.0.0", @@ -26106,9 +26106,9 @@ "dev": true }, "webtorrent": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.4.tgz", - "integrity": "sha512-dW/7Cj/fRiJe97Vac071VhbfbiDSF6iAW1wwbs47uArOBbRSAgDRTem70M7ONF3IwRC/mu1+bTSwv+ojxJ+2/A==", + "version": "1.9.6", + "resolved": "https://registry.npmjs.org/webtorrent/-/webtorrent-1.9.6.tgz", + "integrity": "sha512-fJtVlqeg7s4G3MHppdONfHfspvdfJPTEgSUnc4W+i0tCtl1hyWHSdodC2T4VtNNE00Rdy60dLji3Ai0Y/FXvow==", "requires": { "@webtorrent/http-node": "^1.3.0", "addr-to-ip-port": "^1.5.4", diff --git a/package.json b/package.json index bc1ae5df..27c5cca4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "simple-get": "4.0.1", "srt-to-vtt": "1.1.3", "vlc-command": "1.2.0", - "webtorrent": "1.9.4", + "webtorrent": "1.9.6", "winreg": "1.2.4" }, "devDependencies": {