Upgrade windshaft to version 5.2.0

This commit is contained in:
Daniel García Aubert 2019-04-29 12:46:06 +02:00
parent 1ac03eeb91
commit 5e969aa41a
2 changed files with 9 additions and 7 deletions

14
package-lock.json generated
View File

@ -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",

View File

@ -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": {