Merge pull request #2589 from thelounge/renovate/html-minifier-3.x

Update dependency html-minifier to v3.5.17
This commit is contained in:
Jérémie Astori 2018-06-25 23:09:57 -04:00 committed by GitHub
commit 061fa615ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -83,7 +83,7 @@
"graphql-request": "1.6.0", "graphql-request": "1.6.0",
"handlebars": "4.0.11", "handlebars": "4.0.11",
"handlebars-loader": "1.7.0", "handlebars-loader": "1.7.0",
"html-minifier": "3.5.16", "html-minifier": "3.5.17",
"html-minifier-loader": "1.4.1", "html-minifier-loader": "1.4.1",
"intersection-observer": "0.5.0", "intersection-observer": "0.5.0",
"istanbul-instrumenter-loader": "3.0.1", "istanbul-instrumenter-loader": "3.0.1",

View File

@ -3347,9 +3347,9 @@ html-minifier-loader@1.4.1:
dependencies: dependencies:
loader-utils "^1.1.0" loader-utils "^1.1.0"
html-minifier@3.5.16: html-minifier@3.5.17:
version "3.5.16" version "3.5.17"
resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.5.16.tgz#39f5aabaf78bdfc057fe67334226efd7f3851175" resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.5.17.tgz#fe9834c4288e4d5b4dfe18fbc7f3f811c108e5ea"
dependencies: dependencies:
camel-case "3.0.x" camel-case "3.0.x"
clean-css "4.1.x" clean-css "4.1.x"
@ -3357,7 +3357,7 @@ html-minifier@3.5.16:
he "1.1.x" he "1.1.x"
param-case "2.1.x" param-case "2.1.x"
relateurl "0.2.x" relateurl "0.2.x"
uglify-js "3.3.x" uglify-js "3.4.x"
html-tags@^2.0.0: html-tags@^2.0.0:
version "2.0.0" version "2.0.0"
@ -7272,9 +7272,9 @@ uglify-es@^3.3.4:
commander "~2.13.0" commander "~2.13.0"
source-map "~0.6.1" source-map "~0.6.1"
uglify-js@3.3.x: uglify-js@3.4.x:
version "3.3.28" version "3.4.2"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.3.28.tgz#0efb9a13850e11303361c1051f64d2ec68d9be06" resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.2.tgz#70511a390eb62423675ba63c374ba1abf045116c"
dependencies: dependencies:
commander "~2.15.0" commander "~2.15.0"
source-map "~0.6.1" source-map "~0.6.1"