X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/b2d1e2a271b3f2157987908bb284be14732a747b..7ed97d6aceab15f29088f45aa6fbf1eda551173d:/package.json diff --git a/package.json b/package.json index a1a9f59..7dd0046 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nominatim-ui", "description": "Debug web interface for Nominatim geocoder", - "version": "3.2.8", + "version": "3.2.9", "license": "GPL-2.0", "scripts": { "build": "rollup -c", @@ -15,7 +15,7 @@ "@rollup/plugin-commonjs": "^23.0", "@rollup/plugin-node-resolve": "^15.0", "eslint-plugin-mocha": "^10.0", - "fs-extra": "^10.0.0", + "fs-extra": "^11.0.0", "http": "^0.0.1-security", "http-proxy": "^1.18.1", "mocha": "^10.0", @@ -35,7 +35,7 @@ "eslint-config-airbnb-base": "^15.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-svelte3": "^4.0", - "leaflet": "1.9.2", + "leaflet": "1.9.3", "leaflet-minimap": "^3.6.1", "timeago.js": "^4.0.2" },