diff --git a/package-lock.json b/package-lock.json index 9f85b65..124ee2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6850,9 +6850,9 @@ } }, "geostyler-style": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-1.2.0.tgz", - "integrity": "sha512-cdEgacFOCv4R2N/tBjyA0YPi+EzyJqHErTcTSViy8T3ndIGhU3klAB7VG5JQpo0mVQiTWUCZcTjlhefC27vD6A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-2.0.0.tgz", + "integrity": "sha512-a9cfg3ZeQBmPWxjcxkbwQgzNeCdSYFuptOho18rC+A40FiBneoL5vZj+DDv2wX81VvFeSOo3AFhdGOvuUaG0cw==", "dev": true }, "geostyler-wfs-parser": { diff --git a/package.json b/package.json index 75c6cf7..6538a3f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "^6", "geostyler": "^4", "geostyler-openlayers-parser": "^1", - "geostyler-style": "^1", + "geostyler-style": "^2.0.0", "jest": "^24", "jest-canvas-mock": "^2.1.0", "jsdom": "^15",