aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-17 12:57:38 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-17 12:57:38 +0200
commit6c8c31e70b091ae7c36f3ecd747fe8b36ffb266b (patch)
tree39d0c8dca650059f2d162b9506c5d98d3d39456c
parent7cb06ca73487b85a29784fb49fdc1131d534e1da (diff)
Upgrade OpenLayers to 10.6.x.
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index dc0a3aa..7aa9127 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"dependencies": {
"bootstrap": "5.3.x",
"bootstrap-icons": "1.13.x",
- "ol": "10.5.x",
+ "ol": "10.6.x",
"proj4": "2.17.x"
},
"devDependencies": {
@@ -1648,9 +1648,9 @@
"dev": true
},
"node_modules/ol": {
- "version": "10.5.0",
- "resolved": "https://registry.npmjs.org/ol/-/ol-10.5.0.tgz",
- "integrity": "sha512-nHFx8gkGmvYImsa7iKkwUnZidd5gn1XbMZd9GNOorvm9orjW9gQvT3Naw/MjIasVJ3cB9EJUdCGR2EFAulMHsQ==",
+ "version": "10.6.0",
+ "resolved": "https://registry.npmjs.org/ol/-/ol-10.6.0.tgz",
+ "integrity": "sha512-rNnSROaU1du+hFFvA+3AC6Y9NrJpsCJw65r0YtZaoyfKmpPkF7CZZhLLxrC4J3MRWKKEMT0JQkZ0wfc1+hiXjg==",
"dependencies": {
"@types/rbush": "4.0.0",
"earcut": "^3.0.0",
diff --git a/package.json b/package.json
index 26f753d..d8a0d81 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"dependencies": {
"bootstrap": "5.3.x",
"bootstrap-icons": "1.13.x",
- "ol": "10.5.x",
+ "ol": "10.6.x",
"proj4": "2.17.x"
}
}