From 09cbe1af08f4c9758b99789b4bc056a3990a27e8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 00:29:53 +0000 Subject: [PATCH] build(deps-dev): bump gulp-clean-css from 3.10.0 to 4.2.0 in /site Bumps [gulp-clean-css](https://github.com/scniro/gulp-clean-css) from 3.10.0 to 4.2.0. - [Release notes](https://github.com/scniro/gulp-clean-css/releases) - [Commits](https://github.com/scniro/gulp-clean-css/compare/3.10.0...4.2.0) Signed-off-by: dependabot-preview[bot] --- site/package.json | 2 +- site/yarn.lock | 27 +++++++++------------------ 2 files changed, 10 insertions(+), 19 deletions(-) diff --git a/site/package.json b/site/package.json index 785b058ed..9d731e9df 100644 --- a/site/package.json +++ b/site/package.json @@ -30,7 +30,7 @@ "eslint-config-hexo": "^2.0.0", "gulp": "^3.9.1", "gulp-cheerio": "^0.6.2", - "gulp-clean-css": "^3.7.0", + "gulp-clean-css": "^4.2.0", "gulp-if": "^2.0.0", "gulp-responsive": "^2.8.0", "gulp-rev": "^6.0.1", diff --git a/site/yarn.lock b/site/yarn.lock index 40ef40ac6..a1221a8ab 100644 --- a/site/yarn.lock +++ b/site/yarn.lock @@ -2228,14 +2228,14 @@ gulp-cheerio@^0.6.2: plugin-error "^0.1.2" through2 "^0.6.3" -gulp-clean-css@^3.7.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gulp-clean-css/-/gulp-clean-css-3.10.0.tgz#bccd4605eff104bfa4980014cc4b3c24c571736d" - integrity sha512-7Isf9Y690o/Q5MVjEylH1H7L8WeZ89woW7DnhD5unTintOdZb67KdOayRgp9trUFo+f9UyJtuatV42e/+kghPg== +gulp-clean-css@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/gulp-clean-css/-/gulp-clean-css-4.2.0.tgz#915ec258dc6d3e6a50043f610066d5c2eac4f54e" + integrity sha512-r4zQsSOAK2UYUL/ipkAVCTRg/2CLZ2A+oPVORopBximRksJ6qy3EX1KGrIWT4ZrHxz3Hlobb1yyJtqiut7DNjA== dependencies: clean-css "4.2.1" plugin-error "1.0.1" - through2 "2.0.3" + through2 "3.0.1" vinyl-sourcemaps-apply "0.2.1" gulp-concat@^2.6.1: @@ -5752,21 +5752,12 @@ through2-filter@^3.0.0: through2 "~2.0.0" xtend "~4.0.0" -through2@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be" - integrity sha1-AARWmzfHx0ujnEPzzteNGtlBQL4= - dependencies: - readable-stream "^2.1.5" - xtend "~4.0.1" - -through2@>=0.5.1, through2@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.0.tgz#468b461df9cd9fcc170f22ebf6852e467e578ff2" - integrity sha512-8B+sevlqP4OiCjonI1Zw03Sf8PuV1eRsYQgLad5eonILOdyeRsY27A/2Ze8IlvlMvq31OH+3fz/styI7Ya62yQ== +through2@3.0.1, through2@>=0.5.1, through2@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.1.tgz#39276e713c3302edf9e388dd9c812dd3b825bd5a" + integrity sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww== dependencies: readable-stream "2 || 3" - xtend "~4.0.1" through2@^0.6.1, through2@^0.6.3: version "0.6.5"