From 6b39035dd5fb14a174d85294d9c92be008af7155 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2019 00:55:10 +0000 Subject: [PATCH] Update path-exists requirement from ^3.0.0 to ^4.0.0 Updates the requirements on [path-exists](https://github.com/sindresorhus/path-exists) to permit the latest version. - [Release notes](https://github.com/sindresorhus/path-exists/releases) - [Commits](https://github.com/sindresorhus/path-exists/compare/v3.0.0...v4.0.0) Signed-off-by: dependabot[bot] --- packages/ucf-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ucf-cli/package.json b/packages/ucf-cli/package.json index 1b586f8..830430d 100644 --- a/packages/ucf-cli/package.json +++ b/packages/ucf-cli/package.json @@ -34,7 +34,7 @@ "glob": "7.1.3", "inquirer": "6.2.1", "minimist": "1.2.0", - "path-exists": "3.0.0", + "path-exists": "4.0.0", "request": "2.88.0", "request-promise": "^4.2.4", "single-line-log": "1.1.2",