From b02c2ae5344f32523c15834f43861666728ab8d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:38:27 +0000 Subject: [PATCH] fix(deps): bump pbf from 3.2.1 to 3.3.0 (#1301) Bumps [pbf](https://github.com/mapbox/pbf) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/mapbox/pbf/releases) - [Commits](https://github.com/mapbox/pbf/compare/v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: pbf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4dee390..063e202 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "handlebars": "4.7.8", "http-shutdown": "1.2.2", "morgan": "1.10.0", - "pbf": "3.2.1", + "pbf": "3.3.0", "pmtiles": "3.0.6", "proj4": "2.11.0", "sanitize-filename": "1.6.3", @@ -6648,9 +6648,9 @@ } }, "node_modules/pbf": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.2.1.tgz", - "integrity": "sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.3.0.tgz", + "integrity": "sha512-XDF38WCH3z5OV/OVa8GKUNtLAyneuzbCisx7QUCF8Q6Nutx0WnJrQe5O+kOtBlLfRNUws98Y58Lblp+NJG5T4Q==", "dependencies": { "ieee754": "^1.1.12", "resolve-protobuf-schema": "^2.1.0" diff --git a/package.json b/package.json index 615e7cb..a8ab2d2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "handlebars": "4.7.8", "http-shutdown": "1.2.2", "morgan": "1.10.0", - "pbf": "3.2.1", + "pbf": "3.3.0", "pmtiles": "3.0.6", "proj4": "2.11.0", "sanitize-filename": "1.6.3",