From cf1b8d6b76936fc5fe44b9caa481d7af14585cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:19:27 +0000 Subject: [PATCH] build(deps): bump geostyler-sld-parser from 6.1.2 to 7.0.0 Bumps [geostyler-sld-parser](https://github.com/geostyler/geostyler-sld-parser) from 6.1.2 to 7.0.0. - [Release notes](https://github.com/geostyler/geostyler-sld-parser/releases) - [Changelog](https://github.com/geostyler/geostyler-sld-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/geostyler/geostyler-sld-parser/compare/v6.1.2...v7.0.0) --- updated-dependencies: - dependency-name: geostyler-sld-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eedc4bd049..b3a401c11e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "geostyler-legend": "^5.0.0", "geostyler-openlayers-parser": "^5.0.0", "geostyler-qgis-parser": "^3.0.0", - "geostyler-sld-parser": "^6.1.2", + "geostyler-sld-parser": "^7.0.0", "geostyler-style": "^9.1.0", "jszip": "^3.10.1", "ngx-color": "^9.0.0", @@ -13738,9 +13738,9 @@ } }, "node_modules/geostyler-sld-parser": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/geostyler-sld-parser/-/geostyler-sld-parser-6.1.2.tgz", - "integrity": "sha512-85Egj8xCEBLPGil+Q/scc0P2HYiB53MgLAQ6Z3Uwxwg2vRUXFSJUT6rYvdb9fCsYyTT8MqSriT+AsjpD1d8huw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/geostyler-sld-parser/-/geostyler-sld-parser-7.0.0.tgz", + "integrity": "sha512-O1YY6McIy2vPnXtOWyGaNtJux4B+nzD13VLOyftprtI0hVBe3/i47D3i0Z+/A820rEWoUQM/X9+MGEygMNMNsw==", "dependencies": { "fast-xml-parser": "^4.4.1", "geostyler-style": "^9.1.0", diff --git a/package.json b/package.json index ea9d450ca5..2d903c7f4b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "geostyler-legend": "^5.0.0", "geostyler-openlayers-parser": "^5.0.0", "geostyler-qgis-parser": "^3.0.0", - "geostyler-sld-parser": "^6.1.2", + "geostyler-sld-parser": "^7.0.0", "geostyler-style": "^9.1.0", "jszip": "^3.10.1", "ngx-color": "^9.0.0",