Bump handlebars from 4.7.4 to 4.7.6

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.4 to 4.7.6.
- [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.7.4...v4.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-04-06 09:09:50 +00:00
committed by GitHub
parent ced59f5592
commit 00d6b8272c
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -6326,15 +6326,16 @@
"dev": true
},
"handlebars": {
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.4.tgz",
"integrity": "sha512-Is8+SzHv8K9STNadlBVpVhxXrSXxVgTyIvhdg2Qjak1SfSZ7iEozLHdwiX1jJ9lLFkcFJxqGK5s/cI7ZX+qGkQ==",
"version": "4.7.6",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz",
"integrity": "sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA==",
"dev": true,
"requires": {
"minimist": "^1.2.5",
"neo-async": "^2.6.0",
"source-map": "^0.6.1",
"uglify-js": "^3.1.4",
"yargs": "^15.3.1"
"wordwrap": "^1.0.0"
}
},
"har-schema": {

View File

@@ -68,7 +68,7 @@
"fs-extra": "^9.0.0",
"glob": "^7.1.5",
"globby": "^11.0.0",
"handlebars": "4.7.4",
"handlebars": "4.7.6",
"istanbul": "0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",
"jquery": "3.4.1",