diff --git a/package-lock.json b/package-lock.json index 3c0cb44..10730d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "geostyler": "14.1.4", "geostyler-geojson-parser": "1.0.1", "geostyler-sld-parser": "5.3.1", - "geostyler-wfs-parser": "2.0.0", + "geostyler-wfs-parser": "2.0.1", "ol": "9.2.4", "react": "18.3.1", "react-dom": "18.3.1" @@ -3185,17 +3185,19 @@ } }, "node_modules/geostyler-wfs-parser": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/geostyler-wfs-parser/-/geostyler-wfs-parser-2.0.0.tgz", - "integrity": "sha512-JBbOXP4rLDBOtbRSLf2XKQSzLJ6d7IlOWbuhWAdQbBtAO+6ukGGWJPiqIlxJ8dmeEl3lZDMoArBq3kD36+HqBQ==", - "dependencies": { - "@types/geojson": "^7946.0.10", - "@types/json-schema": "^7.0.11", - "@types/lodash": "^4.14.184", - "@types/xml2js": "^0.4.5", - "fast-xml-parser": "^4.0.9", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/geostyler-wfs-parser/-/geostyler-wfs-parser-2.0.1.tgz", + "integrity": "sha512-nE+bk3ois26idBGfIa3JbtGlSZCiFKPVEpHO/kwJfhx36lrUQ7f6edPnRyGB9ajFdgexs+ONIufJ/Q27XDhJJQ==", + "dependencies": { + "@types/geojson": "^7946.0.14", + "@types/json-schema": "^7.0.15", + "@types/lodash": "^4.17.4", + "fast-xml-parser": "^4.4.0", "geostyler-data": "^1.0.0", "lodash": "^4.17.21" + }, + "funding": { + "url": "https://opencollective.com/geostyler" } }, "node_modules/geostyler-wfs-parser/node_modules/@types/json-schema": { @@ -11797,15 +11799,14 @@ } }, "geostyler-wfs-parser": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/geostyler-wfs-parser/-/geostyler-wfs-parser-2.0.0.tgz", - "integrity": "sha512-JBbOXP4rLDBOtbRSLf2XKQSzLJ6d7IlOWbuhWAdQbBtAO+6ukGGWJPiqIlxJ8dmeEl3lZDMoArBq3kD36+HqBQ==", - "requires": { - "@types/geojson": "^7946.0.10", - "@types/json-schema": "^7.0.11", - "@types/lodash": "^4.14.184", - "@types/xml2js": "^0.4.5", - "fast-xml-parser": "^4.0.9", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/geostyler-wfs-parser/-/geostyler-wfs-parser-2.0.1.tgz", + "integrity": "sha512-nE+bk3ois26idBGfIa3JbtGlSZCiFKPVEpHO/kwJfhx36lrUQ7f6edPnRyGB9ajFdgexs+ONIufJ/Q27XDhJJQ==", + "requires": { + "@types/geojson": "^7946.0.14", + "@types/json-schema": "^7.0.15", + "@types/lodash": "^4.17.4", + "fast-xml-parser": "^4.4.0", "geostyler-data": "^1.0.0", "lodash": "^4.17.21" }, diff --git a/package.json b/package.json index 8242da6..7732b17 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "geostyler": "14.1.4", "geostyler-geojson-parser": "1.0.1", "geostyler-sld-parser": "5.3.1", - "geostyler-wfs-parser": "2.0.0", + "geostyler-wfs-parser": "2.0.1", "ol": "9.2.4", "react": "18.3.1", "react-dom": "18.3.1"