From 9162476fe9fe022ff24bd42ff828aca7c68129ef Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Feb 2021 14:29:24 +0100 Subject: Support NodeJS 14 and 15, deprecate Node 10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 44f8be4b8..ba5fb3a65 100644 --- a/package.json +++ b/package.json @@ -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", -- cgit v1.2.3