From 524ce2597354f05ca7c3312807e6c9ff8545d68f Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 4 Jan 2025 16:13:19 +0100 Subject: Upgrade OpenLayers to 10.3.x. --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'package-lock.json') 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" }, -- cgit v1.2.3