From 19c32ac41189f7436a86ff7931a7a02446e74223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:04:32 +0000 Subject: [PATCH] build(deps): bump ol from 10.6.1 to 10.7.0 in /src/static/app Bumps [ol](https://github.com/openlayers/openlayers) from 10.6.1 to 10.7.0. - [Release notes](https://github.com/openlayers/openlayers/releases) - [Commits](https://github.com/openlayers/openlayers/compare/v10.6.1...v10.7.0) --- updated-dependencies: - dependency-name: ol dependency-version: 10.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/static/app/package-lock.json | 8 ++++---- src/static/app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index 305ea4c1..044bedb0 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -24,7 +24,7 @@ "i": "^0.3.7", "is-cidr": "^6.0.1", "npm": "^11.6.2", - "ol": "^10.2.1", + "ol": "^10.7.0", "pinia": "^3.0.3", "pinia-plugin-persistedstate": "^4.5.0", "qrcode": "^1.5.3", @@ -7168,9 +7168,9 @@ } }, "node_modules/ol": { - "version": "10.6.1", - "resolved": "https://registry.npmmirror.com/ol/-/ol-10.6.1.tgz", - "integrity": "sha512-xp174YOwPeLj7c7/8TCIEHQ4d41tgTDDhdv6SqNdySsql5/MaFJEJkjlsYcvOPt7xA6vrum/QG4UdJ0iCGT1cg==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/ol/-/ol-10.7.0.tgz", + "integrity": "sha512-122U5gamPqNgLpLOkogFJhgpywvd/5en2kETIDW+Ubfi9lPnZ0G9HWRdG+CX0oP8od2d6u6ky3eewIYYlrVczw==", "license": "BSD-2-Clause", "dependencies": { "@types/rbush": "4.0.0", diff --git a/src/static/app/package.json b/src/static/app/package.json index ec430e1b..3605aa07 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -28,7 +28,7 @@ "i": "^0.3.7", "is-cidr": "^6.0.1", "npm": "^11.6.2", - "ol": "^10.2.1", + "ol": "^10.7.0", "pinia": "^3.0.3", "pinia-plugin-persistedstate": "^4.5.0", "qrcode": "^1.5.3",