From 3fe056edf859509491b0fd061e2d04a4d3af357c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:31:52 +0000 Subject: [PATCH] fix(deps): update dependency geostyler to v14.2.0 --- package-lock.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd8f0e6..354a273 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3129,9 +3129,10 @@ } }, "node_modules/geostyler": { - "version": "14.1.4", - "resolved": "https://registry.npmjs.org/geostyler/-/geostyler-14.1.4.tgz", - "integrity": "sha512-4wCyfPsE0gSRzfE81TiFD3+2l8TxJ9q4IlkRWIsOWMzEha8dWdTffF+g2iQvb9DbpB6KmISl+Jgx4SVwh9b0vw==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/geostyler/-/geostyler-14.2.0.tgz", + "integrity": "sha512-mcHNeds2OBvyCs+VdLHkq4vX1PrR/HKN7hnmySUVpNiZCZ4b0kDnPKe3gUOsh2wEs9pOC1soS9AbNlVC6XpH7w==", + "license": "BSD-2-Clause", "dependencies": { "@ant-design/icons": "^5.3.7", "@babel/polyfill": "^7.12.1", @@ -3163,7 +3164,7 @@ "lodash": "^4.17.21", "monaco-editor": "^0.49.0", "proj4": "^2.11.0", - "typescript-json-schema": "^0.63.0" + "typescript-json-schema": "^0.64.0" }, "engines": { "node": ">=18.0.0" @@ -5281,9 +5282,10 @@ } }, "node_modules/typescript-json-schema": { - "version": "0.63.0", - "resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.63.0.tgz", - "integrity": "sha512-vBfMBq4U/rZ5FIRi7u4o/YAdeRHsSabdGHogUlCPi0cYU0CGvS4Bdu8bSzyUsF+Kf5PTQUGh2TictJuQTDK6eQ==", + "version": "0.64.0", + "resolved": "https://registry.npmjs.org/typescript-json-schema/-/typescript-json-schema-0.64.0.tgz", + "integrity": "sha512-Sew8llkYSzpxaMoGjpjD6NMFCr6DoWFHLs7Bz1LU48pzzi8ok8W+GZs9cG87IMBpC0UI7qwBMUI2um0LGxxLOg==", + "license": "BSD-3-Clause", "dependencies": { "@types/json-schema": "^7.0.9", "@types/node": "^16.9.2",