From 1801689ef7780592804480b5931b589ab7c498a1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 17 Mar 2021 16:01:02 +0200 Subject: [PATCH] fix(cloudcmd) Docker latest-alpine (15.9.2) stopped with errors (#337) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29b00e33..f7a85d18 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "for-each-key": "^2.0.0", "format-io": "^2.0.0", "fullstore": "^3.0.0", - "http-auth": "^4.1.2", + "http-auth": "4.1.2 || >4.1.3", "inly": "^4.0.0", "jaguar": "^6.0.0", "jju": "^1.3.0",