From bc80069f185b21e16057d8aefaa35bac95c7d75f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 31 Jan 2021 12:41:53 +0200 Subject: [PATCH] fix(cloudcmd) cannot create a directory (#314) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b1e42c6..56be39a1 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "ponse": "^6.0.0", "pullout": "^4.0.0", "putout": "^14.0.0", - "redzip": "^1.3.0", + "redzip": "^1.6.4", "rendy": "^3.0.0", "restafary": "^9.1.0", "restbox": "^3.0.0",