diff --git a/package-lock.json b/package-lock.json index 11f9fda3..9c8f2136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "BSD-2-Clause", "dependencies": { "fast-xml-parser": "^4.4.1", - "geostyler-style": "^9.2.0", + "geostyler-style": "^10.0.0", "lodash": "^4.17.21" }, "devDependencies": { @@ -4586,9 +4586,10 @@ } }, "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==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-10.0.0.tgz", + "integrity": "sha512-Gafn436MLApVvE1hsKrJ40KuH+6IUWM9V88IOuFxvZzsosn4a56ZJCXHXznN3usK/6ZZtmD0M5gO8ZhbB1wcwQ==", + "license": "BSD-2-Clause", "engines": { "node": ">=20.6.0", "npm": ">=10.0.0" diff --git a/package.json b/package.json index aed038e7..8af49674 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "fast-xml-parser": "^4.4.1", - "geostyler-style": "^9.2.0", + "geostyler-style": "^10.0.0", "lodash": "^4.17.21" }, "devDependencies": {