From 1469169e3f1f28a23c3f32ebd6c4b398d35d814f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:12:33 +0000 Subject: [PATCH] fix(deps): update dependency geostyler-style to v8 --- package-lock.json | 22 ++++++++++++++++++++-- package.json | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7068ed..517b9ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "color": "^4.2.3", "core-js": "^3.26.1", "geostyler-cql-parser": "^3.0.1", - "geostyler-style": "^7.2.0", + "geostyler-style": "^8.0.0", "lodash": "^4.17.21", "semantic-release": "^24.0.0", "stream": "^0.0.2", @@ -8117,10 +8117,28 @@ "lodash": "^4.17.21" } }, - "node_modules/geostyler-style": { + "node_modules/geostyler-cql-parser/node_modules/geostyler-style": { "version": "7.5.0", "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-7.5.0.tgz", "integrity": "sha512-0qlFOwDl9cdiiNUk6ijRSpBq+W3Kpry1aZS++BE8EPBxvbFgoTsKU6JIriKLmCqPqBmJIVnMFMUEk6Sf3n0ZIA==", + "license": "BSD-2-Clause", + "dependencies": { + "@types/lodash": "^4.14.201", + "lodash": "^4.17.21" + }, + "engines": { + "node": ">=16.0.0", + "npm": ">=6.0.0" + }, + "funding": { + "url": "https://opencollective.com/geostyler" + } + }, + "node_modules/geostyler-style": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/geostyler-style/-/geostyler-style-8.1.0.tgz", + "integrity": "sha512-8NgtzRc63bxC+1Vgqj/mMj77GX38CXXXWQ93PeZBdoMTkY9C/H0Anz38OrrlKdUgNVFZ/GJTNYwnX4wdaO5j6A==", + "license": "BSD-2-Clause", "dependencies": { "@types/lodash": "^4.14.201", "lodash": "^4.17.21" diff --git a/package.json b/package.json index 4d71b40..2621c74 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "color": "^4.2.3", "core-js": "^3.26.1", "geostyler-cql-parser": "^3.0.1", - "geostyler-style": "^7.2.0", + "geostyler-style": "^8.0.0", "lodash": "^4.17.21", "semantic-release": "^24.0.0", "stream": "^0.0.2",