Update dependency handlebars to v4.1.0
This commit is contained in:
parent
21b3e4b67c
commit
8884c90fcf
@ -82,7 +82,7 @@
|
|||||||
"eslint": "5.13.0",
|
"eslint": "5.13.0",
|
||||||
"fuzzy": "0.1.3",
|
"fuzzy": "0.1.3",
|
||||||
"graphql-request": "1.8.2",
|
"graphql-request": "1.8.2",
|
||||||
"handlebars": "4.0.12",
|
"handlebars": "4.1.0",
|
||||||
"handlebars-loader": "1.7.1",
|
"handlebars-loader": "1.7.1",
|
||||||
"html-minifier": "3.5.21",
|
"html-minifier": "3.5.21",
|
||||||
"html-minifier-loader": "1.4.1",
|
"html-minifier-loader": "1.4.1",
|
||||||
|
12
yarn.lock
12
yarn.lock
@ -3278,7 +3278,17 @@ handlebars-loader@1.7.1:
|
|||||||
loader-utils "1.0.x"
|
loader-utils "1.0.x"
|
||||||
object-assign "^4.1.0"
|
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"
|
version "4.0.12"
|
||||||
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.12.tgz#2c15c8a96d46da5e266700518ba8cb8d919d5bc5"
|
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.12.tgz#2c15c8a96d46da5e266700518ba8cb8d919d5bc5"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
Reference in New Issue
Block a user