diff --git a/package-lock.json b/package-lock.json index d2df35b..5c493e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "BSD-2-Clause", "dependencies": { "@types/d3-selection": "^3.0.1", - "geostyler-openlayers-parser": "5.0.0-next.6" + "geostyler-openlayers-parser": "5.0.0" }, "devDependencies": { "@commitlint/cli": "^19.3.0", @@ -30,7 +30,7 @@ "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "extensionless": "^1.9.9", - "geostyler-style": "9.0.0-next.1", + "geostyler-style": "9.2.0", "jsdom": "^24.1.0", "np": "^7.5.0", "ol": "^9.1.0", @@ -7192,12 +7192,12 @@ } }, "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==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/geostyler-openlayers-parser/-/geostyler-openlayers-parser-5.0.0.tgz", + "integrity": "sha512-BAxVgtE3HzOYX4ESl55UX3HePiryNQWiEGYB83XOXINQK+GVzz3A5JlLMEWeW7NFakj26NWcHcTIKDZFOJM5nA==", "dependencies": { "css-font-parser": "^2.0.0", - "geostyler-style": "9.0.0-next.5" + "geostyler-style": "^9.0.1" }, "engines": { "node": ">=20.6.0" @@ -7209,10 +7209,10 @@ "ol": ">=7.4" } }, - "node_modules/geostyler-openlayers-parser/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==", + "node_modules/geostyler-style": { + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-9.2.0.tgz", + "integrity": "sha512-LwYkkbgD6VIGEbqcvG7U5hqgWrpWnwTdYtltIGt7bo+toKW9JcSoO6rIpbVPkbpblXJRWYQlbv80D8q3pqo+JQ==", "engines": { "node": ">=20.6.0", "npm": ">=10.0.0" @@ -7221,19 +7221,6 @@ "url": "https://opencollective.com/geostyler" } }, - "node_modules/geostyler-style": { - "version": "9.0.0-next.1", - "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-9.0.0-next.1.tgz", - "integrity": "sha512-AZCJlIuaAeHSeqstKzQfrtCe45QKbkQIpKzdavxghdxm/uyw3LMXVQRxIPWX6wZFkEnVrPQDslscP1K4Gt+sBw==", - "dev": true, - "engines": { - "node": ">=16.0.0", - "npm": ">=6.0.0" - }, - "funding": { - "url": "https://opencollective.com/geostyler" - } - }, "node_modules/geotiff": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/geotiff/-/geotiff-2.1.3.tgz", diff --git a/package.json b/package.json index 3f5b1d3..01c4b96 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "homepage": "https://github.com/geostyler/geostyler-legend#readme", "dependencies": { "@types/d3-selection": "^3.0.1", - "geostyler-openlayers-parser": "5.0.0-next.6" + "geostyler-openlayers-parser": "5.0.0" }, "peerDependencies": { "d3": ">=6", @@ -57,7 +57,7 @@ "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "extensionless": "^1.9.9", - "geostyler-style": "9.0.0-next.1", + "geostyler-style": "9.2.0", "jsdom": "^24.1.0", "np": "^7.5.0", "ol": "^9.1.0",