Support NodeJS 14 and 15, deprecate Node 10

This commit is contained in:
Chocobozzz
2021-02-04 14:31:18 +01:00
parent 3d4e112d16
commit 9162476fe9
6 changed files with 14 additions and 15 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"private": true,
"licence": "AGPL-3.0",
"engines": {
"node": ">=10.x <13",
"node": ">=10.x <=15",
"yarn": ">=1.x",
"postgres": ">=9.6",
"redis-server": ">=2.8.18",
@@ -87,7 +87,7 @@
"http-signature": "1.3.5"
},
"dependencies": {
"apicache": "^1.4.0",
"apicache": "1.5.2",
"async": "^3.0.1",
"async-lru": "^1.1.1",
"bcrypt": "5.0.0",