From 9d1a89f52490da288df34b2e00b9b5279b2e5edc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 06:46:23 +0000 Subject: [PATCH] Update install requirement from ^0.8.1 to ^0.13.0 Updates the requirements on [install](https://github.com/benjamn/install) to permit the latest version. - [Release notes](https://github.com/benjamn/install/releases) - [Commits](https://github.com/benjamn/install/compare/v0.8.3...v0.13.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56bf1f1..f7d65c1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "homepage": "https://github.com/Gaafar/deppie#readme", "dependencies": { "babylon": "^6.8.1", - "install": "^0.8.1", + "install": "^0.13.0", "lodash": "^4.13.1", "madge": "^0.5.4" },