Merge pull request #9990 from openlayers/greenkeeper/handlebars-4.3.1

Update handlebars to the latest version 🚀
This commit is contained in:
Tim Schaub
2019-09-25 09:09:53 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5348,9 +5348,9 @@
"dev": true
},
"handlebars": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.3.0.tgz",
"integrity": "sha512-7XlnO8yBXOdi7AzowjZssQr47Ctidqm7GbgARapOaqSN9HQhlClnOkR9HieGauIT3A8MBC6u9wPCXs97PCYpWg==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.3.1.tgz",
"integrity": "sha512-c0HoNHzDiHpBt4Kqe99N8tdLPKAnGCQ73gYMPWtAYM4PwGnf7xl8PBUHJqh9ijlzt2uQKaSRxbXRt+rZ7M2/kA==",
"dev": true,
"requires": {
"neo-async": "^2.6.0",

View File

@@ -63,7 +63,7 @@
"fs-extra": "^8.0.0",
"glob": "^7.1.4",
"globby": "^10.0.0",
"handlebars": "4.3.0",
"handlebars": "4.3.1",
"html-to-image": "^0.1.0",
"istanbul": "0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",