Update camshaft to version 0.67.0

This commit is contained in:
Daniel García Aubert 2020-07-22 13:03:51 +02:00
parent a749d4fb43
commit 38fe2169aa
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View File

@ -814,8 +814,9 @@
"integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=" "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo="
}, },
"camshaft": { "camshaft": {
"version": "github:cartodb/camshaft#0fde77351f4efef767e758aa1160e22d2ef6e65f", "version": "0.67.0",
"from": "github:cartodb/camshaft#feature/ch91877/remove-log-aggregation-in-metro", "resolved": "https://registry.npmjs.org/camshaft/-/camshaft-0.67.0.tgz",
"integrity": "sha512-IiE4y01qZmIJUm88Zy8bi6oNo2Y1lG4cYL/WPiqVT/HOqk5c2FBDpcOZU1LSK8M1KJmNX8zIaoUWVhs40w3HZQ==",
"requires": { "requires": {
"async": "^1.5.2", "async": "^1.5.2",
"cartodb-psql": "0.14.0", "cartodb-psql": "0.14.0",

View File

@ -39,7 +39,7 @@
"assign-deep": "^1.0.1", "assign-deep": "^1.0.1",
"basic-auth": "2.0.0", "basic-auth": "2.0.0",
"body-parser": "1.18.3", "body-parser": "1.18.3",
"camshaft": "github:cartodb/camshaft#feature/ch91877/remove-log-aggregation-in-metro", "camshaft": "^0.67.0",
"cartodb-psql": "0.14.0", "cartodb-psql": "0.14.0",
"cartodb-query-tables": "^0.7.0", "cartodb-query-tables": "^0.7.0",
"cartodb-redis": "^3.0.0", "cartodb-redis": "^3.0.0",