diff --git a/package.json b/package.json index dc4d034fbe74ed5ba6afaeaaa3d7f3eba0a816bb..eb8dfb2cfdc0648e29d3eb641350af7813cdea16 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "github-url-from-git": "1.5.0", "gl-got": "9.0.3", "got": "9.6.0", - "handlebars": "4.0.12", + "handlebars": "4.1.0", "ini": "1.3.5", "js-yaml": "3.12.0", "json-dup-key-validator": "1.0.2", diff --git a/yarn.lock b/yarn.lock index 0c22bdb362d432cc1be3f1c56e60145855387bbd..31134d2c95f5cf431f795ad76083cb9f8933d3d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2952,7 +2952,18 @@ growly@^1.3.0: resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= -handlebars@4.0.12, handlebars@^4.0.2, handlebars@^4.0.3: +handlebars@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.0.tgz#0d6a6f34ff1f63cecec8423aa4169827bf787c3a" + integrity sha512-l2jRuU1NAWK6AW5qqcTATWQJvNPEwkM7NEKSiv/gqOsoSQbVoWyqVEY5GS+XPQ88zLNmqASRpzfdm8d79hJS+w== + dependencies: + async "^2.5.0" + optimist "^0.6.1" + source-map "^0.6.1" + optionalDependencies: + uglify-js "^3.1.4" + +handlebars@^4.0.2, handlebars@^4.0.3: version "4.0.12" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.12.tgz#2c15c8a96d46da5e266700518ba8cb8d919d5bc5" integrity sha512-RhmTekP+FZL+XNhwS1Wf+bTTZpdLougwt5pcgA1tuz6Jcx0fpH/7z0qd71RKnZHBCxIRBHfBOnio4gViPemNzA==