mirror of https://github.com/embarklabs/embark.git
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] <support@dependabot.com>
This commit is contained in:
parent
ef5873dfa8
commit
09cbe1af08
|
@ -30,7 +30,7 @@
|
||||||
"eslint-config-hexo": "^2.0.0",
|
"eslint-config-hexo": "^2.0.0",
|
||||||
"gulp": "^3.9.1",
|
"gulp": "^3.9.1",
|
||||||
"gulp-cheerio": "^0.6.2",
|
"gulp-cheerio": "^0.6.2",
|
||||||
"gulp-clean-css": "^3.7.0",
|
"gulp-clean-css": "^4.2.0",
|
||||||
"gulp-if": "^2.0.0",
|
"gulp-if": "^2.0.0",
|
||||||
"gulp-responsive": "^2.8.0",
|
"gulp-responsive": "^2.8.0",
|
||||||
"gulp-rev": "^6.0.1",
|
"gulp-rev": "^6.0.1",
|
||||||
|
|
|
@ -2228,14 +2228,14 @@ gulp-cheerio@^0.6.2:
|
||||||
plugin-error "^0.1.2"
|
plugin-error "^0.1.2"
|
||||||
through2 "^0.6.3"
|
through2 "^0.6.3"
|
||||||
|
|
||||||
gulp-clean-css@^3.7.0:
|
gulp-clean-css@^4.2.0:
|
||||||
version "3.10.0"
|
version "4.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/gulp-clean-css/-/gulp-clean-css-3.10.0.tgz#bccd4605eff104bfa4980014cc4b3c24c571736d"
|
resolved "https://registry.yarnpkg.com/gulp-clean-css/-/gulp-clean-css-4.2.0.tgz#915ec258dc6d3e6a50043f610066d5c2eac4f54e"
|
||||||
integrity sha512-7Isf9Y690o/Q5MVjEylH1H7L8WeZ89woW7DnhD5unTintOdZb67KdOayRgp9trUFo+f9UyJtuatV42e/+kghPg==
|
integrity sha512-r4zQsSOAK2UYUL/ipkAVCTRg/2CLZ2A+oPVORopBximRksJ6qy3EX1KGrIWT4ZrHxz3Hlobb1yyJtqiut7DNjA==
|
||||||
dependencies:
|
dependencies:
|
||||||
clean-css "4.2.1"
|
clean-css "4.2.1"
|
||||||
plugin-error "1.0.1"
|
plugin-error "1.0.1"
|
||||||
through2 "2.0.3"
|
through2 "3.0.1"
|
||||||
vinyl-sourcemaps-apply "0.2.1"
|
vinyl-sourcemaps-apply "0.2.1"
|
||||||
|
|
||||||
gulp-concat@^2.6.1:
|
gulp-concat@^2.6.1:
|
||||||
|
@ -5752,21 +5752,12 @@ through2-filter@^3.0.0:
|
||||||
through2 "~2.0.0"
|
through2 "~2.0.0"
|
||||||
xtend "~4.0.0"
|
xtend "~4.0.0"
|
||||||
|
|
||||||
through2@2.0.3:
|
through2@3.0.1, through2@>=0.5.1, through2@^3.0.0:
|
||||||
version "2.0.3"
|
version "3.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be"
|
resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.1.tgz#39276e713c3302edf9e388dd9c812dd3b825bd5a"
|
||||||
integrity sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=
|
integrity sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==
|
||||||
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==
|
|
||||||
dependencies:
|
dependencies:
|
||||||
readable-stream "2 || 3"
|
readable-stream "2 || 3"
|
||||||
xtend "~4.0.1"
|
|
||||||
|
|
||||||
through2@^0.6.1, through2@^0.6.3:
|
through2@^0.6.1, through2@^0.6.3:
|
||||||
version "0.6.5"
|
version "0.6.5"
|
||||||
|
|
Loading…
Reference in New Issue