diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-11 09:53:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-11 15:25:51 +0200 |
commit | 7cf34e2115f36709061f320a66539ae8394d4243 (patch) | |
tree | 931002af15b75e160ffc3e204b8a65cf24a9c264 /package.json | |
parent | fd4484f19eae8b0a0c30d5d30e98880c8708516a (diff) | |
download | PeerTube-7cf34e2115f36709061f320a66539ae8394d4243.tar.gz PeerTube-7cf34e2115f36709061f320a66539ae8394d4243.tar.zst PeerTube-7cf34e2115f36709061f320a66539ae8394d4243.zip |
Update server dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json index 3b399f3a8..ac0703eb9 100644 --- a/package.json +++ b/package.json | |||
@@ -55,7 +55,7 @@ | |||
55 | "dependencies": { | 55 | "dependencies": { |
56 | "async": "^2.0.0", | 56 | "async": "^2.0.0", |
57 | "async-lru": "^1.1.1", | 57 | "async-lru": "^1.1.1", |
58 | "bcrypt": "^1.0.2", | 58 | "bcrypt": "^2.0.1", |
59 | "bittorrent-tracker": "^9.0.0", | 59 | "bittorrent-tracker": "^9.0.0", |
60 | "bluebird": "^3.5.0", | 60 | "bluebird": "^3.5.0", |
61 | "body-parser": "^1.12.4", | 61 | "body-parser": "^1.12.4", |
@@ -80,7 +80,7 @@ | |||
80 | "morgan": "^1.5.3", | 80 | "morgan": "^1.5.3", |
81 | "multer": "^1.1.0", | 81 | "multer": "^1.1.0", |
82 | "nodemailer": "^4.4.2", | 82 | "nodemailer": "^4.4.2", |
83 | "parse-torrent": "^5.8.0", | 83 | "parse-torrent": "^6.0.0", |
84 | "password-generator": "^2.0.2", | 84 | "password-generator": "^2.0.2", |
85 | "pem": "^1.12.3", | 85 | "pem": "^1.12.3", |
86 | "pfeed": "^1.1.5", | 86 | "pfeed": "^1.1.5", |
@@ -92,18 +92,18 @@ | |||
92 | "rimraf": "^2.5.4", | 92 | "rimraf": "^2.5.4", |
93 | "safe-buffer": "^5.0.1", | 93 | "safe-buffer": "^5.0.1", |
94 | "scripty": "^1.5.0", | 94 | "scripty": "^1.5.0", |
95 | "sequelize": "4.37.6", | 95 | "sequelize": "4.37.7", |
96 | "sequelize-typescript": "0.6.4-beta.0", | 96 | "sequelize-typescript": "0.6.4", |
97 | "sharp": "^0.20.0", | 97 | "sharp": "^0.20.0", |
98 | "uuid": "^3.1.0", | 98 | "uuid": "^3.1.0", |
99 | "validator": "^9.0.0", | 99 | "validator": "^10.2.0", |
100 | "webfinger.js": "^2.6.6", | 100 | "webfinger.js": "^2.6.6", |
101 | "winston": "3.0.0-rc1", | 101 | "winston": "3.0.0-rc1", |
102 | "ws": "^5.0.0" | 102 | "ws": "^5.0.0" |
103 | }, | 103 | }, |
104 | "devDependencies": { | 104 | "devDependencies": { |
105 | "@types/async": "^2.0.40", | 105 | "@types/async": "^2.0.40", |
106 | "@types/bcrypt": "^1.0.0", | 106 | "@types/bcrypt": "^2.0.0", |
107 | "@types/body-parser": "^1.16.3", | 107 | "@types/body-parser": "^1.16.3", |
108 | "@types/chai": "^4.0.4", | 108 | "@types/chai": "^4.0.4", |
109 | "@types/chai-json-schema": "^1.4.3", | 109 | "@types/chai-json-schema": "^1.4.3", |
@@ -120,7 +120,7 @@ | |||
120 | "@types/mocha": "^5.0.0", | 120 | "@types/mocha": "^5.0.0", |
121 | "@types/morgan": "^1.7.32", | 121 | "@types/morgan": "^1.7.32", |
122 | "@types/multer": "^1.3.3", | 122 | "@types/multer": "^1.3.3", |
123 | "@types/node": "^9.3.0", | 123 | "@types/node": "^10.0.8", |
124 | "@types/nodemailer": "^4.3.1", | 124 | "@types/nodemailer": "^4.3.1", |
125 | "@types/pem": "^1.9.3", | 125 | "@types/pem": "^1.9.3", |
126 | "@types/redis": "^2.8.5", | 126 | "@types/redis": "^2.8.5", |
@@ -130,7 +130,7 @@ | |||
130 | "@types/supertest": "^2.0.3", | 130 | "@types/supertest": "^2.0.3", |
131 | "@types/validator": "^9.4.0", | 131 | "@types/validator": "^9.4.0", |
132 | "@types/webtorrent": "^0.98.4", | 132 | "@types/webtorrent": "^0.98.4", |
133 | "@types/ws": "^4.0.0", | 133 | "@types/ws": "^5.1.1", |
134 | "chai": "^4.1.1", | 134 | "chai": "^4.1.1", |
135 | "chai-json-schema": "^1.5.0", | 135 | "chai-json-schema": "^1.5.0", |
136 | "chai-xml": "^0.3.2", | 136 | "chai-xml": "^0.3.2", |
@@ -142,11 +142,11 @@ | |||
142 | "source-map-support": "^0.5.0", | 142 | "source-map-support": "^0.5.0", |
143 | "spectacle-docs": "^1.0.2", | 143 | "spectacle-docs": "^1.0.2", |
144 | "supertest": "^3.0.0", | 144 | "supertest": "^3.0.0", |
145 | "ts-node": "5.0.1", | 145 | "ts-node": "6.0.3", |
146 | "tslint": "^5.7.0", | 146 | "tslint": "^5.7.0", |
147 | "tslint-config-standard": "^7.0.0", | 147 | "tslint-config-standard": "^7.0.0", |
148 | "typescript": "^2.5.2", | 148 | "typescript": "^2.5.2", |
149 | "webtorrent": "^0.98.0", | 149 | "webtorrent": "^0.99.4", |
150 | "youtube-dl": "^1.12.2" | 150 | "youtube-dl": "^1.12.2" |
151 | }, | 151 | }, |
152 | "scripty": { | 152 | "scripty": { |