From b688a225b1bb3772ab3eb9eb83da01c92a8dc8ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2019 13:31:47 +0000 Subject: [PATCH] Update install requirement from 0.1.8 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.1.8...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 f9d6667..7828b41 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gulp-uglify": "1.4.2", "gulp-util": "3.0.7", "history": "1.17.0", - "install": "0.1.8", + "install": "0.13.0", "react": "0.14.0", "react-addons-css-transition-group": "0.14.0", "react-catalyst": "0.3.0",