From 065ca38d4043617630777c1501dfd5e88ac381e4 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sun, 12 May 2019 15:29:57 +0000 Subject: [PATCH] fix(package): update find-up to version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f37469..9c83fa2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "chalk": "^2.3.0", "command-exists": "^1.2.2", - "find-up": "^3.0.0", + "find-up": "^4.0.0", "lodash.camelcase": "^4.3.0", "lodash.includes": "^4.3.0", "lodash.kebabcase": "^4.1.1",