diff --git a/package-lock.json b/package-lock.json index af856d9d..4cfc26a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "BSD-2-Clause", "dependencies": { "css-font-parser": "^2.0.0", - "geostyler-style": "9.0.0-next.5" + "geostyler-style": "^9.0.1" }, "devDependencies": { "@babel/core": "^7.22.9", @@ -8036,9 +8036,9 @@ } }, "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==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-9.0.1.tgz", + "integrity": "sha512-gQ5hQPS1NTBXyVAI1GDeg6nLgV1tl1vYarYk/YJczcAHoNy3/kYVY0TTdNxF52NTuRoN2l77KMgQy+JDLu69Dg==", "engines": { "node": ">=20.6.0", "npm": ">=10.0.0" diff --git a/package.json b/package.json index 19cacd5b..ca76d9e8 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "css-font-parser": "^2.0.0", - "geostyler-style": "9.0.0-next.5" + "geostyler-style": "^9.0.1" }, "peerDependencies": { "ol": ">=7.4"