aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
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",