From 89e381253839e1053367e9845b52408dbbe570d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Feb 2025 08:04:24 +0000 Subject: [PATCH] fix: upgrade flatgeobuf from 3.31.1 to 3.36.0 Snyk has created this PR to upgrade flatgeobuf from 3.31.1 to 3.36.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 11f97d136..e7c88c9c5 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.36.0", "proj4": "2.11.0", "rbush": "^2.0.2" }