From 3e9ece2c7fc5c2b1476450a455c66fcb44d71435 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 17 Oct 2017 16:20:50 +0200 Subject: [PATCH] Update yarn dependencies --- package.json | 6 +++--- yarn.lock | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 8bab0dc..2acdcc3 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "@bower_components/opensans-googlefont": "google-fonts-bower/opensans-bower#*", "grunt": "~1.0.1", "grunt-contrib-csslint": "~2.0.0", - "grunt-contrib-cssmin": "^2.2.1", - "grunt-contrib-uglify": "~3.0.0", + "grunt-contrib-cssmin": "~2.2.1", + "grunt-contrib-uglify": "~3.1.0", "grunt-potomo": "~3.5.0" }, "devDependencies": { @@ -17,7 +17,7 @@ "grunt-contrib-watch": "~1.0.0", "grunt-fixpack": "~0.1.0", "grunt-githash": "~0.1.3", - "grunt-jslint": "^1.1.15", + "grunt-jslint": "~1.1.15", "grunt-jsonlint": "~1.1.0", "grunt-phpcs": "~0.4.0", "grunt-phpdocumentor": "~0.4.1", diff --git a/yarn.lock b/yarn.lock index b1d8f8a..889968e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -632,7 +632,7 @@ grunt-contrib-csslint@~2.0.0: lodash "^4.8.2" strip-json-comments "^2.0.1" -grunt-contrib-cssmin@^2.2.1: +grunt-contrib-cssmin@~2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/grunt-contrib-cssmin/-/grunt-contrib-cssmin-2.2.1.tgz#64cbebe60134bc1270ca4154514ec4007cc16f7f" dependencies: @@ -640,9 +640,9 @@ grunt-contrib-cssmin@^2.2.1: clean-css "~4.1.1" maxmin "^2.1.0" -grunt-contrib-uglify@~3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/grunt-contrib-uglify/-/grunt-contrib-uglify-3.0.1.tgz#fdeb5f938a4c8042f8e86ae46f63554e8e9511cb" +grunt-contrib-uglify@~3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/grunt-contrib-uglify/-/grunt-contrib-uglify-3.1.0.tgz#10d1e4849210ec92bf0b08247e24186354d5e9ee" dependencies: chalk "^1.0.0" maxmin "^1.1.0" @@ -671,9 +671,9 @@ grunt-githash@~0.1.3: bluebird "^3.0.5" git-rev-2 "^0.1.0" -grunt-jslint@^1.1.15: - version "1.2.0" - resolved "https://registry.yarnpkg.com/grunt-jslint/-/grunt-jslint-1.2.0.tgz#69474ca679aa20d75975917d504765078e010108" +grunt-jslint@~1.1.15: + version "1.1.15" + resolved "https://registry.yarnpkg.com/grunt-jslint/-/grunt-jslint-1.1.15.tgz#c7d7dbb850307d9e9bd12ea62fef7ed6ac2abe7f" dependencies: jslint "^0.10.3"