From c1cd5f4ecc54e7de5c6fcc3e5d7b4f643eb45e79 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 4 Jun 2019 12:06:13 +0000 Subject: [PATCH] Update grunt-contrib-compass requirement from ~0.7.2 to ~1.1.1 Updates the requirements on [grunt-contrib-compass](https://github.com/gruntjs/grunt-contrib-compass) to permit the latest version. - [Release notes](https://github.com/gruntjs/grunt-contrib-compass/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-compass/blob/master/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-compass/compare/v0.7.2...v1.1.1) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ffe125..3fe497e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "grunt-browserify": "^2.1.0", "grunt-connect-rewrite": "~0.2.1", "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-compass": "~0.7.2", + "grunt-contrib-compass": "~1.1.1", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-connect": "~0.6.0", "grunt-contrib-copy": "~0.5.0",