From 8a53947f44b08b699a0e5b813b34de2ed44c8965 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 14:50:02 +0000 Subject: [PATCH] fix(package): update pbf to version 3.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9533c5ae51..6d4cfd2670 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@openlayers/pepjs": "^0.5.3", - "pbf": "3.2.0", + "pbf": "3.2.1", "pixelworks": "1.1.0", "rbush": "^3.0.0" },