From 2c3df677e0b93c2c69e3080d9a91a0612bd13a14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Jul 2025 21:51:30 +0000 Subject: [PATCH] fix: upgrade flatgeobuf from 3.31.1 to 3.38.0 Snyk has created this PR to upgrade flatgeobuf from 3.31.1 to 3.38.0. See this package in npm: flatgeobuf See this project in Snyk: https://app.snyk.io/org/ahnan/project/257fe35f-ebd1-4e45-8886-b8fa86033963?utm_source=github&utm_medium=referral&page=upgrade-pr --- src/leaflet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leaflet/package.json b/src/leaflet/package.json index 0982f1ed0..a6293df68 100644 --- a/src/leaflet/package.json +++ b/src/leaflet/package.json @@ -23,7 +23,7 @@ "@mapbox/vector-tile": "1.3.1", "jsonsql": "0.2.5", "pbf": "3.2.1", - "flatgeobuf": "3.31.1", + "flatgeobuf": "3.38.0", "proj4": "2.17.0", "rbush": "^2.0.2" }