From fcebc73bfc158085a52c4c7f5846a99ae157de9a Mon Sep 17 00:00:00 2001 From: Alejandro Mesa Date: Fri, 1 Mar 2019 10:33:55 -0500 Subject: [PATCH] Update globby package to 9.0.0 This should fix #311 like @DonghyukJacobJang This is a bug with globby which has happened across many repos: References: Stylelint => https://github.com/stylelint/stylelint/issues/3885 PostCSS => https://github.com/postcss/postcss-cli/issues/265 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4f9c6a..ba3ebaf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "dependencies": { "file-type": "^10.7.0", - "globby": "^8.0.1", + "globby": "^9.0.0", "make-dir": "^1.0.0", "p-pipe": "^1.1.0", "pify": "^4.0.1",