Skip to content

Commit

Permalink
Merge pull request #57 from debtcollective/renovate/npm-handlebars-vu…
Browse files Browse the repository at this point in the history
…lnerability

fix(deps): update dependency handlebars to v4.3.0 [security]
  • Loading branch information
orlando authored Jul 23, 2020
2 parents 5889b5d + f1abc17 commit 60d559e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"babel-eslint": "10.1.0",
"chrome-aws-lambda": "1.19.0",
"handlebars": "4.1.2",
"handlebars": "4.3.0",
"pdffiller": "0.0.11",
"puppeteer-core": "1.20.0",
"tar": "4.4.10",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2982,7 +2982,18 @@ growly@^1.3.0:
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=

[email protected], handlebars@^4.1.2:
[email protected]:
version "4.3.0"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.3.0.tgz#427391b584626c9c9c6ffb7d1fb90aa9789221cc"
integrity sha512-7XlnO8yBXOdi7AzowjZssQr47Ctidqm7GbgARapOaqSN9HQhlClnOkR9HieGauIT3A8MBC6u9wPCXs97PCYpWg==
dependencies:
neo-async "^2.6.0"
optimist "^0.6.1"
source-map "^0.6.1"
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==
Expand Down

0 comments on commit 60d559e

Please sign in to comment.