Update handlebars to the latest version 🚀 (#1711)

* chore(package): update handlebars to version 4.7.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot] 2020-01-11 09:30:30 +01:00 committed by Jos de Jong
parent 173620b04b
commit 62178a97f5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6352,9 +6352,9 @@
}
},
"handlebars": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.6.0.tgz",
"integrity": "sha512-i1ZUP7Qp2JdkMaFon2a+b0m5geE8Z4ZTLaGkgrObkEd+OkUKyRbRWw4KxuFCoHfdETSY1yf9/574eVoNSiK7pw==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.0.tgz",
"integrity": "sha512-PaZ6G6nYzfJ0Hd1WIhOpsnUPWh1R0Pg//r4wEYOtzG65c2V8RJQ/++yYlVmuoQ7EMXcb4eri5+FB2XH1Lwed9g==",
"dev": true,
"requires": {
"neo-async": "^2.6.0",

View File

@ -143,7 +143,7 @@
"glob": "7.1.6",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"handlebars": "4.6.0",
"handlebars": "4.7.0",
"istanbul": "0.4.5",
"jsep": "0.3.4",
"karma": "4.4.1",