From c4e190ef6bda20d47c323812fa80fbf628c0bf12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:50:20 +0000 Subject: [PATCH] Update dependency ol to v10.4.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ui/main/package-lock.json | 18 +++++++++--------- ui/main/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ui/main/package-lock.json b/ui/main/package-lock.json index 0b85e0782f..8b3e4a298b 100644 --- a/ui/main/package-lock.json +++ b/ui/main/package-lock.json @@ -44,7 +44,7 @@ "ng-event-source": "1.0.14", "ngx-chips": "3.0.0", "ngx-daterangepicker-material": "6.0.4", - "ol": "10.2.1", + "ol": "10.4.0", "quill": "2.0.3", "rrule": "2.8.1", "rxjs": "7.8.1", @@ -5455,9 +5455,9 @@ "license": "MIT" }, "node_modules/@types/rbush": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/rbush/-/rbush-3.0.3.tgz", - "integrity": "sha512-lX55lR0iYCgapxD3IrgujpQA1zDxwZI5qMRelKvmKAsSMplFVr7wmMpG7/6+Op2tjrgEex8o3vjg8CRDrRNYxg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/rbush/-/rbush-4.0.0.tgz", + "integrity": "sha512-+N+2H39P8X+Hy1I5mC6awlTX54k3FhiUmvt7HWzGJZvF+syUAAxP/stwppS8JE84YHqFgRMv6fCy31202CMFxQ==", "license": "MIT" }, "node_modules/@types/retry": { @@ -12724,16 +12724,16 @@ "license": "MIT" }, "node_modules/ol": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/ol/-/ol-10.2.1.tgz", - "integrity": "sha512-2bB/y2vEnmzjqynP0NA7Cp8k86No3Psn63Dueicep3E3i09axWRVIG5IS/bylEAGfWQx0QXD/uljkyFoY60Wig==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/ol/-/ol-10.4.0.tgz", + "integrity": "sha512-gv3voS4wgej1WVvdCz2ZIBq3lPWy8agaf0094E79piz8IGQzHiOWPs2in1pdoPmuTNvcqGqyUFG3IbxNE6n08g==", "license": "BSD-2-Clause", "dependencies": { - "@types/rbush": "3.0.3", + "@types/rbush": "4.0.0", "color-rgba": "^3.0.0", "color-space": "^2.0.1", "earcut": "^3.0.0", - "geotiff": "^2.0.7", + "geotiff": "^2.1.3", "pbf": "4.0.1", "rbush": "^4.0.0" }, diff --git a/ui/main/package.json b/ui/main/package.json index 1abcde1490..1f67396e05 100644 --- a/ui/main/package.json +++ b/ui/main/package.json @@ -54,7 +54,7 @@ "ng-event-source": "1.0.14", "ngx-chips": "3.0.0", "ngx-daterangepicker-material": "6.0.4", - "ol": "10.2.1", + "ol": "10.4.0", "quill": "2.0.3", "rrule": "2.8.1", "rxjs": "7.8.1",