diff --git a/package-lock.json b/package-lock.json index 758de93..63a50b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4615,9 +4615,9 @@ } }, "node_modules/fast-xml-parser": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", - "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", + "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", "funding": [ { "type": "github", @@ -4628,6 +4628,7 @@ "url": "https://paypal.me/naturalintelligence" } ], + "license": "MIT", "dependencies": { "strnum": "^1.0.5" }, @@ -4831,11 +4832,12 @@ } }, "node_modules/geostyler": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/geostyler/-/geostyler-15.0.0.tgz", - "integrity": "sha512-mAwSOCuME7/aI+QIUeQ1TmoEIVwGEPJLEheq9RCHrl+EcFqV9m42JG/Dh8VRGTDt8XdX3djjXg81nS6bmTxusg==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/geostyler/-/geostyler-15.0.1.tgz", + "integrity": "sha512-Nmih28vR4Wy4Q6aIoynJhj1wi/MQfxL6fDMU8roTD2LYFuFGgsqwjgjoG51tJx6ABq36Z63m9WfH/ozxuC+NBA==", + "license": "BSD-2-Clause", "dependencies": { - "@ant-design/icons": "^5.3.7", + "@ant-design/icons": "^5.5.1", "@babel/polyfill": "^7.12.1", "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", @@ -4858,7 +4860,7 @@ "geostyler-mapbox-parser": "^6.0.0", "geostyler-openlayers-parser": "^5.0.0", "geostyler-qgis-parser": "^3.0.0", - "geostyler-sld-parser": "^6.1.0", + "geostyler-sld-parser": "^7.0.0", "geostyler-style": "^9.0.1", "geostyler-wfs-parser": "^3.0.1", "lodash": "^4.17.21", @@ -5074,9 +5076,10 @@ } }, "node_modules/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", - "integrity": "sha512-BAxVgtE3HzOYX4ESl55UX3HePiryNQWiEGYB83XOXINQK+GVzz3A5JlLMEWeW7NFakj26NWcHcTIKDZFOJM5nA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/geostyler-openlayers-parser/-/geostyler-openlayers-parser-5.0.1.tgz", + "integrity": "sha512-Vaobs1O7tVCEcLR4y5f0aHZuInh+xMDKy7IzfA2aw3P4o/iH2Uq7mEsuwVIwoCipPU5TGrHMiMuz8QNukjL1SA==", + "license": "BSD-2-Clause", "dependencies": { "css-font-parser": "^2.0.0", "geostyler-style": "^9.0.1" @@ -5091,6 +5094,23 @@ "ol": ">=7.4" } }, + "node_modules/geostyler/node_modules/geostyler-sld-parser": { + "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==", + "license": "BSD-2-Clause", + "dependencies": { + "fast-xml-parser": "^4.4.1", + "geostyler-style": "^9.1.0", + "lodash": "^4.17.21" + }, + "engines": { + "node": ">=20.6.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",