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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-07-04 22:38:27 +00:00 committed by GitHub
parent 416d78356e
commit b02c2ae534
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -29,7 +29,7 @@
"handlebars": "4.7.8", "handlebars": "4.7.8",
"http-shutdown": "1.2.2", "http-shutdown": "1.2.2",
"morgan": "1.10.0", "morgan": "1.10.0",
"pbf": "3.2.1", "pbf": "3.3.0",
"pmtiles": "3.0.6", "pmtiles": "3.0.6",
"proj4": "2.11.0", "proj4": "2.11.0",
"sanitize-filename": "1.6.3", "sanitize-filename": "1.6.3",
@ -6648,9 +6648,9 @@
} }
}, },
"node_modules/pbf": { "node_modules/pbf": {
"version": "3.2.1", "version": "3.3.0",
"resolved": "https://registry.npmjs.org/pbf/-/pbf-3.2.1.tgz", "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.3.0.tgz",
"integrity": "sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==", "integrity": "sha512-XDF38WCH3z5OV/OVa8GKUNtLAyneuzbCisx7QUCF8Q6Nutx0WnJrQe5O+kOtBlLfRNUws98Y58Lblp+NJG5T4Q==",
"dependencies": { "dependencies": {
"ieee754": "^1.1.12", "ieee754": "^1.1.12",
"resolve-protobuf-schema": "^2.1.0" "resolve-protobuf-schema": "^2.1.0"

View file

@ -38,7 +38,7 @@
"handlebars": "4.7.8", "handlebars": "4.7.8",
"http-shutdown": "1.2.2", "http-shutdown": "1.2.2",
"morgan": "1.10.0", "morgan": "1.10.0",
"pbf": "3.2.1", "pbf": "3.3.0",
"pmtiles": "3.0.6", "pmtiles": "3.0.6",
"proj4": "2.11.0", "proj4": "2.11.0",
"sanitize-filename": "1.6.3", "sanitize-filename": "1.6.3",