diff options
author | John Livingston <git@john-livingston.fr> | 2021-04-08 17:37:14 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-09 09:32:16 +0200 |
commit | 09d535ef9817a63096dc724cc4d9f0671ee6e5a3 (patch) | |
tree | 2a897a30774cb55eed96126d23c3bdab07065b6e /package.json | |
parent | 41137192096590b171563bc3161ede6f5c1d15db (diff) | |
download | PeerTube-09d535ef9817a63096dc724cc4d9f0671ee6e5a3.tar.gz PeerTube-09d535ef9817a63096dc724cc4d9f0671ee6e5a3.tar.zst PeerTube-09d535ef9817a63096dc724cc4d9f0671ee6e5a3.zip |
Fix #3940: unload all children from the plugin module on updates.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e3766e318..e6ae0a27e 100644 --- a/package.json +++ b/package.json | |||
@@ -99,6 +99,7 @@ | |||
99 | "cookie-parser": "^1.4.3", | 99 | "cookie-parser": "^1.4.3", |
100 | "cors": "^2.8.1", | 100 | "cors": "^2.8.1", |
101 | "create-torrent": "^4.0.0", | 101 | "create-torrent": "^4.0.0", |
102 | "decache": "^4.6.0", | ||
102 | "deep-object-diff": "^1.1.0", | 103 | "deep-object-diff": "^1.1.0", |
103 | "email-templates": "^8.0.3", | 104 | "email-templates": "^8.0.3", |
104 | "express": "^4.12.4", | 105 | "express": "^4.12.4", |