aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-04 14:29:24 +0100
committerChocobozzz <me@florianbigard.com>2021-02-04 14:31:18 +0100
commit9162476fe9fe022ff24bd42ff828aca7c68129ef (patch)
tree92c13395b0ef057c46e7368b9806067497dcffaa /package.json
parent3d4e112d16471703f51a542c0cc6e73a6f5db628 (diff)
downloadPeerTube-9162476fe9fe022ff24bd42ff828aca7c68129ef.tar.gz
PeerTube-9162476fe9fe022ff24bd42ff828aca7c68129ef.tar.zst
PeerTube-9162476fe9fe022ff24bd42ff828aca7c68129ef.zip
Support NodeJS 14 and 15, deprecate Node 10
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 44f8be4b8..ba5fb3a65 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
5 "private": true, 5 "private": true,
6 "licence": "AGPL-3.0", 6 "licence": "AGPL-3.0",
7 "engines": { 7 "engines": {
8 "node": ">=10.x <13", 8 "node": ">=10.x <=15",
9 "yarn": ">=1.x", 9 "yarn": ">=1.x",
10 "postgres": ">=9.6", 10 "postgres": ">=9.6",
11 "redis-server": ">=2.8.18", 11 "redis-server": ">=2.8.18",
@@ -87,7 +87,7 @@
87 "http-signature": "1.3.5" 87 "http-signature": "1.3.5"
88 }, 88 },
89 "dependencies": { 89 "dependencies": {
90 "apicache": "^1.4.0", 90 "apicache": "1.5.2",
91 "async": "^3.0.1", 91 "async": "^3.0.1",
92 "async-lru": "^1.1.1", 92 "async-lru": "^1.1.1",
93 "bcrypt": "5.0.0", 93 "bcrypt": "5.0.0",