From a9709a44733f9d4bce65ee47a2dd04140a1e834b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 26 May 2019 10:05:11 +0100 Subject: [PATCH] Chore(deps): Update fs-extra requirement from ^7.0.1 to ^8.0.1 (#2) Updates the requirements on [fs-extra](https://github.com/jprichardson/node-fs-extra) to permit the latest version. - [Release notes](https://github.com/jprichardson/node-fs-extra/releases) - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](https://github.com/jprichardson/node-fs-extra/commits) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e166a4..03a4e19 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "author": "Henrique Dias ", "dependencies": { - "fs-extra": "^7.0.1", + "fs-extra": "^8.0.1", "node-fetch": "^2.4.0", "tachyons": "^4.11.1", "tachyons-columns": "^1.0.5",