Merge pull request #10891 from openlayers/dependabot/npm_and_yarn/handlebars-4.7.6

Bump handlebars from 4.7.4 to 4.7.6
This commit is contained in:
Tim Schaub
2020-04-06 07:06:52 -06:00
committed by GitHub
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",