Merge pull request #10064 from openlayers/greenkeeper/handlebars-4.4.0

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

6
package-lock.json generated
View File

@@ -5349,9 +5349,9 @@
"dev": true
},
"handlebars": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.3.4.tgz",
"integrity": "sha512-vvpo6mpK4ScNC1DbGRZ2d5BznS6ht0r1hi20RivsibMc6jNvFAeZQ6qk5VNspo6SOwVOJQbjHyBCpuS7BzA1pw==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.0.tgz",
"integrity": "sha512-xkRtOt3/3DzTKMOt3xahj2M/EqNhY988T+imYSlMgs5fVhLN2fmKVVj0LtEGmb+3UUYV5Qmm1052Mm3dIQxOvw==",
"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.4",
"handlebars": "4.4.0",
"html-to-image": "^0.1.0",
"istanbul": "0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",