diff --git a/package-lock.json b/package-lock.json index 0569629..f30b307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@americana/diplomat": "^0.6.0", "@mapbox/mapbox-gl-rtl-text": "^0.4.0", - "@openhistoricalmap/maplibre-gl-dates": "^1.3.0", + "@openhistoricalmap/maplibre-gl-dates": "^1.4.0", "maplibre-gl": "^5.24.0" }, "devDependencies": { @@ -638,9 +638,9 @@ } }, "node_modules/@openhistoricalmap/maplibre-gl-dates": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@openhistoricalmap/maplibre-gl-dates/-/maplibre-gl-dates-1.3.0.tgz", - "integrity": "sha512-pTkhq6Cfrasm7NF8+7E4r2S3pnmtsjmrNYJZEa3m+9j4OaHDCkiLIC87fwOuQOwdTiYss9ZtLBqi5gMAv2wKlQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@openhistoricalmap/maplibre-gl-dates/-/maplibre-gl-dates-1.4.0.tgz", + "integrity": "sha512-vixeLgs+5fe8PnQC6mm+V+WNWBS0JIwD7RYKa5nGE+joPxJ+WoJYtLik90lmztua2BdTCkdfxUis/oGRqYudaA==", "license": "CC0-1.0", "peerDependencies": { "maplibre-gl": ">=3.0.0" diff --git a/package.json b/package.json index 5225ad5..eb501ea 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@americana/diplomat": "^0.6.0", "@mapbox/mapbox-gl-rtl-text": "^0.4.0", - "@openhistoricalmap/maplibre-gl-dates": "^1.3.0", + "@openhistoricalmap/maplibre-gl-dates": "^1.4.0", "maplibre-gl": "^5.24.0" } }