Skip to content

Commit 1b09e7c

Browse files
committed
fix: Stick to certain version of webtorrent
As the latest one causes some issues
1 parent dc3fa8f commit 1b09e7c

File tree

2 files changed

+139
-115
lines changed

2 files changed

+139
-115
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
"update": "nx migrate latest",
3333
"workspace-schematic": "nx workspace-schematic"
3434
},
35+
"resolutions": {
36+
"webtorrent": "0.107.16",
37+
"webtorrent-cli": "3.0.4",
38+
"wrtc": "0.4.1"
39+
},
3540
"dependencies": {
3641
"@hapi/joi": "17.1.1",
3742
"@nestjs/cli": "7.5.1",
@@ -50,7 +55,7 @@
5055
"graphql": "15.3.0",
5156
"graphql-subscriptions": "^1.1.0",
5257
"ical-generator": "^1.10.0",
53-
"mongoose": "5.9.12",
58+
"mongoose": "5.10.7",
5459
"opensubtitles-api": "^5.1.2",
5560
"p-map": "4.0.0",
5661
"pm2": "^4.4.1",

0 commit comments

Comments
 (0)