fix(deps): bump pmtiles from 3.0.0 to 3.0.3 (#1167)

Bumps [pmtiles](https://github.com/protomaps/pmtiles) from 3.0.0 to 3.0.3.
- [Commits](https://github.com/protomaps/pmtiles/commits)

---
updated-dependencies:
- dependency-name: pmtiles
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-02-05 22:44:17 +00:00 committed by GitHub
parent 6aa7a80b4d
commit 946d58a10a
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

@ -30,7 +30,7 @@
"http-shutdown": "1.2.2", "http-shutdown": "1.2.2",
"morgan": "1.10.0", "morgan": "1.10.0",
"pbf": "3.2.1", "pbf": "3.2.1",
"pmtiles": "3.0.0", "pmtiles": "3.0.3",
"proj4": "2.10.0", "proj4": "2.10.0",
"sanitize-filename": "1.6.3", "sanitize-filename": "1.6.3",
"sharp": "0.33.2", "sharp": "0.33.2",
@ -6797,9 +6797,9 @@
} }
}, },
"node_modules/pmtiles": { "node_modules/pmtiles": {
"version": "3.0.0", "version": "3.0.3",
"resolved": "https://registry.npmjs.org/pmtiles/-/pmtiles-3.0.0.tgz", "resolved": "https://registry.npmjs.org/pmtiles/-/pmtiles-3.0.3.tgz",
"integrity": "sha512-rVOKfapQklKtmXQvDeOS2Zjci1oDO0U5H8Vr/LDPVWKmuZr3cqbG2XVQMi6xmB8vdCj4cHER9M3GH8U18xUB+g==", "integrity": "sha512-tj4l3HHJd6/qf9VefzlPK2eYEQgbf+4uXPzNlrj3k7hHvLtibYSxfp51TF6ALt4YezM8MCdiOminnHvdAyqyGg==",
"dependencies": { "dependencies": {
"@types/leaflet": "^1.9.8", "@types/leaflet": "^1.9.8",
"fflate": "^0.8.0" "fflate": "^0.8.0"

View file

@ -39,7 +39,7 @@
"http-shutdown": "1.2.2", "http-shutdown": "1.2.2",
"morgan": "1.10.0", "morgan": "1.10.0",
"pbf": "3.2.1", "pbf": "3.2.1",
"pmtiles": "3.0.0", "pmtiles": "3.0.3",
"proj4": "2.10.0", "proj4": "2.10.0",
"sanitize-filename": "1.6.3", "sanitize-filename": "1.6.3",
"sharp": "0.33.2", "sharp": "0.33.2",