mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
build(deps): update dependency handlebars to v4.1.0
This commit is contained in:
parent
8f59ed8612
commit
d9374c7451
2 changed files with 13 additions and 2 deletions
|
@ -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",
|
||||
|
|
13
yarn.lock
13
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==
|
||||
|
|
Loading…
Reference in a new issue