From 5e969aa41a7afef512e765f2f26733dc5a39a039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Mon, 29 Apr 2019 12:46:06 +0200 Subject: [PATCH] Upgrade windshaft to version 5.2.0 --- package-lock.json | 14 ++++++++------ package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb0a4134..a25de6fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,10 +5,11 @@ "requires": true, "dependencies": { "@carto/cartonik": { - "version": "github:cartodb/cartonik#c66c4e673a397df5d047752e759b896e861c22d1", - "from": "github:cartodb/cartonik#master", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@carto/cartonik/-/cartonik-0.5.0.tgz", + "integrity": "sha512-vdtNbdip+ZBhoRmEIu3gfkHVsRq657yz+rcbSrRZbX9bNwGMzYTlIj6EchI76bDhCAZszm+qfbptH3iOZzaW0w==", "requires": { - "@carto/mapnik": "^3.6.2-carto.11", + "@carto/mapnik": "^3.6.2-carto.13", "generic-pool": "^3.6.1", "mime": "^2.4.0" }, @@ -4105,10 +4106,11 @@ "integrity": "sha1-tDFbtCFKPXBY6+7okuE/ok2YsHU=" }, "windshaft": { - "version": "github:cartodb/windshaft#b854c8467034e5ba5c4b894df22d400ec939a710", - "from": "github:cartodb/windshaft#cartonik", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/windshaft/-/windshaft-5.2.0.tgz", + "integrity": "sha512-1kgT2syKc0B+XiHr0/njDJHJ3BvPrZzLQv+rkbyXZZa06kMXOx0qxDc+D1e2BkuirxI7+zgAFlp3PWpyQVeqHA==", "requires": { - "@carto/cartonik": "github:cartodb/cartonik#c66c4e673a397df5d047752e759b896e861c22d1", + "@carto/cartonik": "^0.5.0", "@carto/mapnik": "3.6.2-carto.13", "abaculus": "github:cartodb/abaculus#7288aa301e843197225e94b0b123ed5d1b804601", "canvas": "^2.4.1", diff --git a/package.json b/package.json index 85a302d0..904d44dd 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "step-profiler": "0.3.0", "turbo-carto": "0.21.0", "underscore": "1.6.0", - "windshaft": "github:cartodb/windshaft#cartonik", + "windshaft": "5.2.0", "yargs": "11.1.0" }, "devDependencies": {