mirror of https://github.com/embarklabs/embark.git
build(deps-dev): bump gulp-clean-css from 4.2.0 to 4.3.0 in /site
Bumps [gulp-clean-css](https://github.com/scniro/gulp-clean-css) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/scniro/gulp-clean-css/releases) - [Commits](https://github.com/scniro/gulp-clean-css/compare/4.2.0...4.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
444b9eae87
commit
ab0e60d8b8
|
@ -31,7 +31,7 @@
|
|||
"eslint-config-hexo": "^4.1.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-cheerio": "^1.0.0",
|
||||
"gulp-clean-css": "^4.2.0",
|
||||
"gulp-clean-css": "^4.3.0",
|
||||
"gulp-if": "^3.0.0",
|
||||
"gulp-responsive": "^3.0.1",
|
||||
"gulp-rev": "^9.0.0",
|
||||
|
|
|
@ -864,10 +864,10 @@ class-utils@^0.3.5:
|
|||
isobject "^3.0.0"
|
||||
static-extend "^0.1.1"
|
||||
|
||||
clean-css@4.2.1, clean-css@^4.1.11:
|
||||
version "4.2.1"
|
||||
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.1.tgz#2d411ef76b8569b6d0c84068dabe85b0aa5e5c17"
|
||||
integrity sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==
|
||||
clean-css@4.2.3, clean-css@^4.1.11:
|
||||
version "4.2.3"
|
||||
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78"
|
||||
integrity sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==
|
||||
dependencies:
|
||||
source-map "~0.6.0"
|
||||
|
||||
|
@ -2306,12 +2306,12 @@ gulp-cheerio@^1.0.0:
|
|||
plugin-error "^0.1.2"
|
||||
through2 "^0.6.3"
|
||||
|
||||
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==
|
||||
gulp-clean-css@^4.3.0:
|
||||
version "4.3.0"
|
||||
resolved "https://registry.yarnpkg.com/gulp-clean-css/-/gulp-clean-css-4.3.0.tgz#5b1e73f2fca46703eb636014cdd4553cea65146d"
|
||||
integrity sha512-mGyeT3qqFXTy61j0zOIciS4MkYziF2U594t2Vs9rUnpkEHqfu6aDITMp8xOvZcvdX61Uz3y1mVERRYmjzQF5fg==
|
||||
dependencies:
|
||||
clean-css "4.2.1"
|
||||
clean-css "4.2.3"
|
||||
plugin-error "1.0.1"
|
||||
through2 "3.0.1"
|
||||
vinyl-sourcemaps-apply "0.2.1"
|
||||
|
|
Loading…
Reference in New Issue