From 7256f2799d923fbf58499595bfd2f19140455c01 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 31 Jan 2020 15:30:12 -0800 Subject: [PATCH] [Deps] update `rimraf`, `util.promisify`, `yargs` --- package.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index af4a356..5d80c62 100644 --- a/package.json +++ b/package.json @@ -38,11 +38,11 @@ "fs-copy-file": "^2.1.2", "node-cleanup": "^2.1.2", "object-inspect": "^1.7.0", - "rimraf": "^2.7.1", + "rimraf": "^3.0.1", "semver": "^6.3.0", "tmp": "^0.1.0", - "util.promisify": "^1.0.0", - "yargs": "^13.3.0" + "util.promisify": "^1.0.1", + "yargs": "^14.2.2" }, "engines": { "node": ">= 6" @@ -62,7 +62,9 @@ }, "greenkeeper": { "ignore": [ - "semver" + "chalk", + "semver", + "yargs" ] } }