From 99905e5c0d44fb33305d27fd94540304b145405e Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Fri, 31 Jan 2020 01:04:51 +0700 Subject: [PATCH] chore: updated fs-extra version to latest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8960eaf..b1e30d3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "colors": "^1.1.0", "commander": "^2.8.0", "debug": "^2.1.3", - "fs-extra": "^0.18.4", + "fs-extra": "^8.1.0", "lodash": "^3.7.0", "q": "^1.2.0" },