Updating handlebars to 4.3.5 (#47479) (#47541)

This commit is contained in:
Brandon Kobel 2019-10-07 19:01:38 -07:00 committed by GitHub
parent 1f5eee36d8
commit 706fb11b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 6 deletions

View file

@ -163,7 +163,7 @@
"globby": "^8.0.1",
"good-squeeze": "2.1.0",
"h2o2": "^8.1.2",
"handlebars": "4.1.2",
"handlebars": "4.3.5",
"hapi": "^17.5.3",
"hapi-auth-cookie": "^9.0.0",
"hjson": "3.1.2",

View file

@ -250,7 +250,7 @@
"graphql-tag": "^2.9.2",
"graphql-tools": "^3.0.2",
"h2o2": "^8.1.2",
"handlebars": "^4.1.2",
"handlebars": "4.3.5",
"history": "4.9.0",
"history-extra": "^5.0.1",
"humps": "2.0.1",

View file

@ -14297,10 +14297,10 @@ handlebars@4.0.12, handlebars@^4.0.1:
optionalDependencies:
uglify-js "^3.1.4"
handlebars@4.1.2, handlebars@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
handlebars@4.3.5:
version "4.3.5"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.3.5.tgz#d6c2d0a0f08b4479e3949f8321c0f3893bb691be"
integrity sha512-I16T/l8X9DV3sEkY9sK9lsPRgDsj82ayBY/4pAZyP2BcX5WeRM3O06bw9kIs2GLrHvFB/DNzWWJyFvof8wQGqw==
dependencies:
neo-async "^2.6.0"
optimist "^0.6.1"
@ -14319,6 +14319,17 @@ handlebars@^4.1.0:
optionalDependencies:
uglify-js "^3.1.4"
handlebars@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
dependencies:
neo-async "^2.6.0"
optimist "^0.6.1"
source-map "^0.6.1"
optionalDependencies:
uglify-js "^3.1.4"
hapi-auth-cookie@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/hapi-auth-cookie/-/hapi-auth-cookie-9.0.0.tgz#3b0af443334e2bd92490ddb17bed16e3e9edfd01"