Update manifestformat (for v2)

This commit is contained in:
Girish Ramakrishnan
2019-06-14 16:55:11 -07:00
parent 1eedd4b185
commit 4043ef49c6
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -620,9 +620,9 @@
} }
}, },
"cloudron-manifestformat": { "cloudron-manifestformat": {
"version": "2.14.2", "version": "2.15.0",
"resolved": "https://registry.npmjs.org/cloudron-manifestformat/-/cloudron-manifestformat-2.14.2.tgz", "resolved": "https://registry.npmjs.org/cloudron-manifestformat/-/cloudron-manifestformat-2.15.0.tgz",
"integrity": "sha512-+VQwlP/2NY0VIjPTkANhlg8DrS62IxkAVS7B7KG6DrzRp+hRCejbDMQjUB8GvyPSVQGerqUoEu5R/tc4/UBiAA==", "integrity": "sha512-hSL+n/ttjrjZby/tSa5YSTRUAcxfzAi9CFUSPyu3dx8OMxzHsDyTvtKHjwBtIZ0Fjz7B3THfR3kfvIgP0lULSg==",
"requires": { "requires": {
"cron": "^1.0.9", "cron": "^1.0.9",
"java-packagename-regex": "^1.0.0", "java-packagename-regex": "^1.0.0",
+1 -1
View File
@@ -20,7 +20,7 @@
"async": "^2.6.2", "async": "^2.6.2",
"aws-sdk": "^2.441.0", "aws-sdk": "^2.441.0",
"body-parser": "^1.18.3", "body-parser": "^1.18.3",
"cloudron-manifestformat": "^2.14.2", "cloudron-manifestformat": "^2.15.0",
"connect": "^3.6.6", "connect": "^3.6.6",
"connect-ensure-login": "^0.1.1", "connect-ensure-login": "^0.1.1",
"connect-lastmile": "^1.0.2", "connect-lastmile": "^1.0.2",