aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index 393a4b134..7a69d1a43 100644
--- a/client/package.json
+++ b/client/package.json
@@ -23,7 +23,8 @@
23 }, 23 },
24 "license": "GPLv3", 24 "license": "GPLv3",
25 "resolutions": { 25 "resolutions": {
26 "videojs-dock/video.js": "^6" 26 "videojs-dock/video.js": "^6",
27 "webtorrent/create-torrent/junk": "^1"
27 }, 28 },
28 "devDependencies": { 29 "devDependencies": {
29 "@angular-devkit/build-angular": "~0.6.1", 30 "@angular-devkit/build-angular": "~0.6.1",
@@ -102,6 +103,7 @@
102 "webpack-bundle-analyzer": "^2.9.1", 103 "webpack-bundle-analyzer": "^2.9.1",
103 "webpack-cli": "^2.0.14", 104 "webpack-cli": "^2.0.14",
104 "webtorrent": "^0.98.0", 105 "webtorrent": "^0.98.0",
106 "whatwg-fetch": "^2.0.4",
105 "zone.js": "~0.8.5" 107 "zone.js": "~0.8.5"
106 }, 108 },
107 "dependencies": { 109 "dependencies": {