aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>2019-06-05 23:13:49 +0000
committerGitHub <noreply@github.com>2019-06-05 23:13:49 +0000
commit98625825f8a6c5ab9ee2c46012b953ce61ae087c (patch)
tree51054c229206ea256a03244119bd54bc72478ccb
parent9e56285260a1aad22c3355167ce7590eb839f602 (diff)
downloadgit-bug-98625825f8a6c5ab9ee2c46012b953ce61ae087c.tar.gz
build(deps): bump handlebars from 4.1.1 to 4.1.2 in /webui
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--webui/package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/webui/package-lock.json b/webui/package-lock.json
index 784a79fc..6bfb9588 100644
--- a/webui/package-lock.json
+++ b/webui/package-lock.json
@@ -7463,9 +7463,9 @@
"integrity": "sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ=="
},
"handlebars": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.1.tgz",
- "integrity": "sha512-3Zhi6C0euYZL5sM0Zcy7lInLXKQ+YLcF/olbN010mzGQ4XVm50JeyBnMqofHh696GrciGruC7kCcApPDJvVgwA==",
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz",
+ "integrity": "sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==",
"requires": {
"neo-async": "^2.6.0",
"optimist": "^0.6.1",