diff --git a/package-lock.json b/package-lock.json index d41238ff9..90c553088 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@semantic-release/git": "^10.0.1", "@terrestris/eslint-config-typescript": "^5.0.0", "@terrestris/eslint-config-typescript-react": "^2.0.0", - "@terrestris/ol-util": "^20.0.0", + "@terrestris/ol-util": "^21.0.0", "@testing-library/dom": "^10.1.0", "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^16.0.1", @@ -4854,13 +4854,12 @@ } }, "node_modules/@terrestris/ol-util": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@terrestris/ol-util/-/ol-util-20.0.0.tgz", - "integrity": "sha512-nrvpgB/Q3e9/mDbftlAbQFcGCvKXqTdakYgIYsI3fu48xlAtJnu2cRb020VoXIhF7r82w+WgAOaWidL3gb6oww==", - "license": "BSD-2-Clause", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@terrestris/ol-util/-/ol-util-21.0.0.tgz", + "integrity": "sha512-ixBWOK+Y0w00g2xKjK26LC8ngaSUbtPokzuNcv8SvKMx8wqFl1Z6siTzN3NN6Yxet7DZBN55ECcoHmDsuRytgg==", "dependencies": { "@mapbox/node-pre-gyp": "^1.0.11", - "@terrestris/base-util": "^2.0.0", + "@terrestris/base-util": "^3.0.0", "@turf/turf": "^7.1.0", "fast-xml-parser": "^4.4.0", "geostyler-openlayers-parser": "^5.0.0", @@ -4877,23 +4876,6 @@ "ol": ">=10" } }, - "node_modules/@terrestris/ol-util/node_modules/@terrestris/base-util": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@terrestris/base-util/-/base-util-2.0.0.tgz", - "integrity": "sha512-Pe4/n4toCQC898K4pLHSC4CFPPKOgFNOI7XyY9JnB3WCjl4NETakuOeHr259LFBsBt10PQIcXr94u5rxjzd4tg==", - "dependencies": { - "@ungap/url-search-params": "^0.2.2", - "lodash": "^4.17.21", - "loglevel": "^1.8.0", - "query-string": "^9.0.0", - "url-parse": "^1.5.10", - "validator": "^13.11.0" - }, - "engines": { - "node": ">=20", - "npm": ">=10" - } - }, "node_modules/@terrestris/ol-util/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 9c1512090..537af16e5 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@semantic-release/git": "^10.0.1", "@terrestris/eslint-config-typescript": "^5.0.0", "@terrestris/eslint-config-typescript-react": "^2.0.0", - "@terrestris/ol-util": "^20.0.0", + "@terrestris/ol-util": "^21.0.0", "@testing-library/dom": "^10.1.0", "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^16.0.1",