diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-25 17:39:27 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-25 17:39:27 +0200 |
commit | 8cc6120118a9fb75b3165c9f84b2d0068d1ade72 (patch) | |
tree | 3d2f0fc03496de4c5bf80e434bcb4a70d9729549 /package.json | |
parent | 262f8ff63109c8a95d9d149c1951cffd4c8301ef (diff) | |
download | PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.tar.gz PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.tar.zst PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.zip |
Upgrade server dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index e4f047b61..9fa1e4a0f 100644 --- a/package.json +++ b/package.json | |||
@@ -83,7 +83,7 @@ | |||
83 | "bull": "^3.4.2", | 83 | "bull": "^3.4.2", |
84 | "bytes": "^3.0.0", | 84 | "bytes": "^3.0.0", |
85 | "chokidar": "^3.4.2", | 85 | "chokidar": "^3.4.2", |
86 | "commander": "^7.0.0", | 86 | "commander": "^8.0.0", |
87 | "config": "^3.0.0", | 87 | "config": "^3.0.0", |
88 | "cookie-parser": "^1.4.3", | 88 | "cookie-parser": "^1.4.3", |
89 | "cors": "^2.8.1", | 89 | "cors": "^2.8.1", |
@@ -151,7 +151,7 @@ | |||
151 | "@types/apicache": "^1.2.0", | 151 | "@types/apicache": "^1.2.0", |
152 | "@types/async": "^3.0.0", | 152 | "@types/async": "^3.0.0", |
153 | "@types/async-lock": "^1.1.0", | 153 | "@types/async-lock": "^1.1.0", |
154 | "@types/bcrypt": "^3.0.0", | 154 | "@types/bcrypt": "^5.0.0", |
155 | "@types/bluebird": "^3.5.33", | 155 | "@types/bluebird": "^3.5.33", |
156 | "@types/body-parser": "^1.16.3", | 156 | "@types/body-parser": "^1.16.3", |
157 | "@types/bull": "^3.15.0", | 157 | "@types/bull": "^3.15.0", |