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:
parent
416d78356e
commit
b02c2ae534
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue