Update dependency handlebars to v4.1.0

This commit is contained in:
Renovate Bot 2019-02-07 10:22:04 +00:00
parent 21b3e4b67c
commit 8884c90fcf
No known key found for this signature in database
GPG key ID: 30DC19D6846E13FA
2 changed files with 12 additions and 2 deletions

View file

@ -82,7 +82,7 @@
"eslint": "5.13.0",
"fuzzy": "0.1.3",
"graphql-request": "1.8.2",
"handlebars": "4.0.12",
"handlebars": "4.1.0",
"handlebars-loader": "1.7.1",
"html-minifier": "3.5.21",
"html-minifier-loader": "1.4.1",

View file

@ -3278,7 +3278,17 @@ handlebars-loader@1.7.1:
loader-utils "1.0.x"
object-assign "^4.1.0"
handlebars@4.0.12, handlebars@^4.0.11:
handlebars@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.0.tgz#0d6a6f34ff1f63cecec8423aa4169827bf787c3a"
dependencies:
async "^2.5.0"
optimist "^0.6.1"
source-map "^0.6.1"
optionalDependencies:
uglify-js "^3.1.4"
handlebars@^4.0.11:
version "4.0.12"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.12.tgz#2c15c8a96d46da5e266700518ba8cb8d919d5bc5"
dependencies: