From eaa93b76e0bca600882e86a7d0a66446fb28a5ea Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 4 Oct 2020 21:38:21 +0200 Subject: [PATCH] chore: update deps License: MIT Signed-off-by: Henrique Dias --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b977bf0..3157e66 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "license": "MIT", "author": "Henrique Dias ", "dependencies": { - "fs-extra": "^8.1.0", - "node-fetch": "^2.6.0", - "tachyons": "^4.11.1", + "fs-extra": "^9.0.1", + "node-fetch": "^2.6.1", + "tachyons": "^4.12.0", "tachyons-columns": "^1.0.5", - "yargs": "^15.0.1" + "yargs": "^16.0.3" } }