aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-01-04 16:13:19 +0100
committerGuilhem Moulin <guilhem@fripost.org>2025-01-04 16:13:33 +0100
commit524ce2597354f05ca7c3312807e6c9ff8545d68f (patch)
treed5c737015c4cf1e0b341fae6b59416f57a95d420
parent70df5eda1d2c1c9ba8227ecb3c7de69b1fb0ac73 (diff)
Upgrade OpenLayers to 10.3.x.
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index fe48af8..c4c8330 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"dependencies": {
"bootstrap": "5.3.x",
"bootstrap-icons": "1.11.x",
- "ol": "10.2.x",
+ "ol": "10.3.x",
"proj4": "2.15.x"
},
"devDependencies": {
@@ -616,9 +616,9 @@
"dev": true
},
"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=="
},
"node_modules/bootstrap": {
"version": "5.3.3",
@@ -787,15 +787,15 @@
}
},
"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.3.1",
+ "resolved": "https://registry.npmjs.org/ol/-/ol-10.3.1.tgz",
+ "integrity": "sha512-D1nRQVLOBCRempVqBFV8pSI5H13BtnhuLDjGl+3NKdMOFyjx/UqRX/tcMspEw3LhFOSPWn1Ev+1KIRV8AlHM7A==",
"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/package.json b/package.json
index 2d0cae2..f7c2dfc 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"bootstrap": "5.3.x",
"bootstrap-icons": "1.11.x",
- "ol": "10.2.x",
+ "ol": "10.3.x",
"proj4": "2.15.x"
}
}