From 5e4bf5795b164cf6be655e9b0763649e121f6a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:36:39 +0000 Subject: [PATCH] build(deps): bump geostyler-legend from 5.0.0 to 5.0.1 Bumps [geostyler-legend](https://github.com/geostyler/geostyler-legend) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/geostyler/geostyler-legend/releases) - [Changelog](https://github.com/geostyler/geostyler-legend/blob/main/CHANGELOG.md) - [Commits](https://github.com/geostyler/geostyler-legend/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: geostyler-legend dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 40 +++++----------------------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ddaf5b104..aa8dd46abf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "d3": "^7.9.0", "dayjs": "^1.11.13", "deepmerge": "^4.3.1", - "geostyler-legend": "^5.0.0", + "geostyler-legend": "^5.0.1", "geostyler-openlayers-parser": "^5.0.0", "geostyler-qgis-parser": "^3.0.0", "geostyler-sld-parser": "^7.0.0", @@ -14081,12 +14081,12 @@ } }, "node_modules/geostyler-legend": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/geostyler-legend/-/geostyler-legend-5.0.0.tgz", - "integrity": "sha512-qse+Z+WbDu3wD+nKBKDb6SRvjxkNcioT0qP+qu399egjtIcw6CkX7kYiFXQcMaOM6IC7KVAopzBULEnfONGyMg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/geostyler-legend/-/geostyler-legend-5.0.1.tgz", + "integrity": "sha512-8yUa1gbTKTuDfemDy7hMwoSLTsYXOqPHusoHf7vvspawWhsSDlN7r5rWZO4x5k1uJ+rcSbeqmUp4Bua5vKZW6A==", "dependencies": { "@types/d3-selection": "^3.0.1", - "geostyler-openlayers-parser": "5.0.0-next.6" + "geostyler-openlayers-parser": "5.0.0" }, "engines": { "node": ">=20.6.0" @@ -14099,36 +14099,6 @@ "ol": ">=6" } }, - "node_modules/geostyler-legend/node_modules/geostyler-openlayers-parser": { - "version": "5.0.0-next.6", - "resolved": "https://registry.npmjs.org/geostyler-openlayers-parser/-/geostyler-openlayers-parser-5.0.0-next.6.tgz", - "integrity": "sha512-xN+/5nX9dbSg437n1aKmMllNHJ4gt7fzgKWn0TAJlhTC3K8mEGcheXhBo+J7OAv+0ZexacvFA3Y92JQRf+xp0w==", - "dependencies": { - "css-font-parser": "^2.0.0", - "geostyler-style": "9.0.0-next.5" - }, - "engines": { - "node": ">=20.6.0" - }, - "funding": { - "url": "https://opencollective.com/geostyler" - }, - "peerDependencies": { - "ol": ">=7.4" - } - }, - "node_modules/geostyler-legend/node_modules/geostyler-style": { - "version": "9.0.0-next.5", - "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-9.0.0-next.5.tgz", - "integrity": "sha512-nbTyL5i4zAB303RUXpVRKhrXceSKu2sOMWqjXjitjII31eOIKybS0iKV5C4f1qktE3TweJY/xPtC6aP6rTsQAw==", - "engines": { - "node": ">=20.6.0", - "npm": ">=10.0.0" - }, - "funding": { - "url": "https://opencollective.com/geostyler" - } - }, "node_modules/geostyler-openlayers-parser": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/geostyler-openlayers-parser/-/geostyler-openlayers-parser-5.0.0.tgz", diff --git a/package.json b/package.json index 3abcec7127..b4271614f0 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "d3": "^7.9.0", "dayjs": "^1.11.13", "deepmerge": "^4.3.1", - "geostyler-legend": "^5.0.0", + "geostyler-legend": "^5.0.1", "geostyler-openlayers-parser": "^5.0.0", "geostyler-qgis-parser": "^3.0.0", "geostyler-sld-parser": "^7.0.0",