diff --git a/package-lock.json b/package-lock.json index f408c0f..0c7e78f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,10 +16,10 @@ "eslint": "8.53.0", "eslint-config-prettier": "9.0.0", "gh-pages": "6.0.0", - "maplibre-gl": "3.5.2", + "maplibre-gl": "3.6.0", "ol": "8.1.0", "parcel": "2.10.2", - "prettier": "3.0.3", + "prettier": "3.1.0", "typescript": "5.2.2" }, "peerDependencies": { @@ -4562,9 +4562,9 @@ } }, "node_modules/maplibre-gl": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-3.5.2.tgz", - "integrity": "sha512-deqYA/RiEyXMGroZMDbOWNQTLnFsxREC+mDkQnuyCUNdBWm1KHafsXJYZP7rlLa5RLQNq05IAUAizY9aHTpIUw==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-3.6.0.tgz", + "integrity": "sha512-l+jBu+bMy96FOV4em7FgjMH77ewlOtLPXLAem/Q44y4+0vTGsJvPksJSoLoedmikcSff2QN20VZFo3+Zg0UJPQ==", "dev": true, "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", @@ -5177,9 +5177,9 @@ } }, "node_modules/prettier": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", - "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", + "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index 06c6bcf..539cc40 100644 --- a/package.json +++ b/package.json @@ -43,10 +43,10 @@ "eslint": "8.53.0", "eslint-config-prettier": "9.0.0", "gh-pages": "6.0.0", - "maplibre-gl": "3.5.2", + "maplibre-gl": "3.6.0", "ol": "8.1.0", "parcel": "2.10.2", - "prettier": "3.0.3", + "prettier": "3.1.0", "typescript": "5.2.2" } }