aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-08 14:24:11 +0100
committerChocobozzz <me@florianbigard.com>2021-03-24 18:18:40 +0100
commitdb4b15f21fbf4e33434e930ffc7fb768cdcf9d42 (patch)
tree418117b84a5c2ee578c210288b698d155422d608 /package.json
parent71926aae0762facb25243f27eaf45933b5a37353 (diff)
downloadPeerTube-db4b15f21fbf4e33434e930ffc7fb768cdcf9d42.tar.gz
PeerTube-db4b15f21fbf4e33434e930ffc7fb768cdcf9d42.tar.zst
PeerTube-db4b15f21fbf4e33434e930ffc7fb768cdcf9d42.zip
Use got instead of request
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 67a54a57f..323275faf 100644
--- a/package.json
+++ b/package.json
@@ -83,8 +83,7 @@
83 "sass-lint": "sass-lint" 83 "sass-lint": "sass-lint"
84 }, 84 },
85 "resolutions": { 85 "resolutions": {
86 "oauth2-server": "3.1.0-beta.1", 86 "oauth2-server": "3.1.0-beta.1"
87 "http-signature": "1.3.5"
88 }, 87 },
89 "dependencies": { 88 "dependencies": {
90 "apicache": "1.6.2", 89 "apicache": "1.6.2",
@@ -111,6 +110,7 @@
111 "flat": "^5.0.0", 110 "flat": "^5.0.0",
112 "fluent-ffmpeg": "^2.1.0", 111 "fluent-ffmpeg": "^2.1.0",
113 "fs-extra": "^9.0.0", 112 "fs-extra": "^9.0.0",
113 "got": "^11.8.2",
114 "helmet": "^4.1.0", 114 "helmet": "^4.1.0",
115 "http-signature": "1.3.5", 115 "http-signature": "1.3.5",
116 "ip-anonymize": "^0.1.0", 116 "ip-anonymize": "^0.1.0",
@@ -140,7 +140,6 @@
140 "pug": "^3.0.0", 140 "pug": "^3.0.0",
141 "redis": "^3.0.2", 141 "redis": "^3.0.2",
142 "reflect-metadata": "^0.1.12", 142 "reflect-metadata": "^0.1.12",
143 "request": "^2.81.0",
144 "sanitize-html": "2.x", 143 "sanitize-html": "2.x",
145 "scripty": "^2.0.0", 144 "scripty": "^2.0.0",
146 "sequelize": "6.5.0", 145 "sequelize": "6.5.0",