From 857d988411082bab5459ecfad8bec3fd6354c037 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 5 Jul 2019 10:26:03 +0100 Subject: [PATCH] chore: update dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 77865d3..f2dc3ab 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "license": "MIT", "author": "Henrique Dias ", "dependencies": { - "fs-extra": "^8.0.1", - "node-fetch": "^2.4.0", + "fs-extra": "^8.1.0", + "node-fetch": "^2.6.0", "tachyons": "^4.11.1", "tachyons-columns": "^1.0.5", - "yargs": "^13.2.2" + "yargs": "^13.2.4" } }