From e1773539b7c9afb33cc32f3f6c4a1caab70fac2d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 3 Jun 2019 14:12:17 +0000 Subject: [PATCH] Update grunt-bower-install requirement from ~0.8.0 to ~1.6.0 Updates the requirements on [grunt-bower-install](https://github.com/stephenplusplus/grunt-bower-install) to permit the latest version. - [Release notes](https://github.com/stephenplusplus/grunt-bower-install/releases) - [Commits](https://github.com/stephenplusplus/grunt-bower-install/compare/v0.8.0...v1.6.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ffe125..b47ffd7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "browserify-shim": "^3.5.0", "grunt": "^0.4.5", "grunt-autoprefixer": "~0.6.5", - "grunt-bower-install": "~0.8.0", + "grunt-bower-install": "~1.6.0", "grunt-browserify": "^2.1.0", "grunt-connect-rewrite": "~0.2.1", "grunt-contrib-clean": "~0.5.0",