Merge pull request #10041 from openlayers/greenkeeper/handlebars-4.3.2

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

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "6.0.0-beta.15",
"version": "6.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -5349,9 +5349,9 @@
"dev": true
},
"handlebars": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.3.1.tgz",
"integrity": "sha512-c0HoNHzDiHpBt4Kqe99N8tdLPKAnGCQ73gYMPWtAYM4PwGnf7xl8PBUHJqh9ijlzt2uQKaSRxbXRt+rZ7M2/kA==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.3.2.tgz",
"integrity": "sha512-LuccMnDrKB72bbClEIucoBNAIMpqmWvIGSKNEngDcYFT6hlCq7ZoCWc26ZT9mr6tfWTJeTswSldoI5LOeezzDQ==",
"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.1",
"handlebars": "4.3.2",
"html-to-image": "^0.1.0",
"istanbul": "0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",