aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-13 16:00:39 +0100
committerChocobozzz <me@florianbigard.com>2018-03-13 16:00:39 +0100
commitc39ea24b7199a391e57c698e93d76d30bc0e9399 (patch)
treecf3bc63fd3fed1203f13d66b6acf74e8be82ebfa /package.json
parent5c328e6610f451d114c30d3a3b4e5d41b3b4b612 (diff)
downloadPeerTube-c39ea24b7199a391e57c698e93d76d30bc0e9399.tar.gz
PeerTube-c39ea24b7199a391e57c698e93d76d30bc0e9399.tar.zst
PeerTube-c39ea24b7199a391e57c698e93d76d30bc0e9399.zip
Upgrade server depencencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 0cbd8c0c6..8ec88d099 100644
--- a/package.json
+++ b/package.json
@@ -68,7 +68,7 @@
68 "express-validator": "^5.0.0", 68 "express-validator": "^5.0.0",
69 "fluent-ffmpeg": "^2.1.0", 69 "fluent-ffmpeg": "^2.1.0",
70 "js-yaml": "^3.5.4", 70 "js-yaml": "^3.5.4",
71 "jsonld": "^0.5.12", 71 "jsonld": "^1.0.1",
72 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", 72 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
73 "kue": "^0.11.6", 73 "kue": "^0.11.6",
74 "lodash": "^4.11.1", 74 "lodash": "^4.11.1",
@@ -88,14 +88,14 @@
88 "rimraf": "^2.5.4", 88 "rimraf": "^2.5.4",
89 "safe-buffer": "^5.0.1", 89 "safe-buffer": "^5.0.1",
90 "scripty": "^1.5.0", 90 "scripty": "^1.5.0",
91 "sequelize": "4.33.4", 91 "sequelize": "4.36.1",
92 "sequelize-typescript": "^0.6.1", 92 "sequelize-typescript": "^0.6.1",
93 "sharp": "^0.19.0", 93 "sharp": "^0.20.0",
94 "uuid": "^3.1.0", 94 "uuid": "^3.1.0",
95 "validator": "^9.0.0", 95 "validator": "^9.0.0",
96 "webfinger.js": "^2.6.6", 96 "webfinger.js": "^2.6.6",
97 "winston": "3.0.0-rc1", 97 "winston": "3.0.0-rc1",
98 "ws": "^4.0.0" 98 "ws": "^5.0.0"
99 }, 99 },
100 "devDependencies": { 100 "devDependencies": {
101 "@types/async": "^2.0.40", 101 "@types/async": "^2.0.40",
@@ -120,7 +120,7 @@
120 "@types/sequelize": "^4.0.55", 120 "@types/sequelize": "^4.0.55",
121 "@types/sharp": "^0.17.6", 121 "@types/sharp": "^0.17.6",
122 "@types/supertest": "^2.0.3", 122 "@types/supertest": "^2.0.3",
123 "@types/validator": "^6.2.0", 123 "@types/validator": "^9.4.0",
124 "@types/webtorrent": "^0.98.4", 124 "@types/webtorrent": "^0.98.4",
125 "@types/ws": "^4.0.0", 125 "@types/ws": "^4.0.0",
126 "chai": "^4.1.1", 126 "chai": "^4.1.1",
@@ -130,7 +130,7 @@
130 "source-map-support": "^0.5.0", 130 "source-map-support": "^0.5.0",
131 "spectacle-docs": "^0.9.13", 131 "spectacle-docs": "^0.9.13",
132 "supertest": "^3.0.0", 132 "supertest": "^3.0.0",
133 "ts-node": "5.0.0", 133 "ts-node": "5.0.1",
134 "tslint": "^5.7.0", 134 "tslint": "^5.7.0",
135 "tslint-config-standard": "^7.0.0", 135 "tslint-config-standard": "^7.0.0",
136 "typescript": "^2.5.2", 136 "typescript": "^2.5.2",