fix(deps): bump pmtiles from 3.0.3 to 3.0.4 (#1190)

Bumps [pmtiles](https://github.com/protomaps/pmtiles) from 3.0.3 to 3.0.4.
- [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-26 22:43:43 +00:00 committed by GitHub
parent 87e5b72ca4
commit aadb03a5ab
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",
"morgan": "1.10.0",
"pbf": "3.2.1",
"pmtiles": "3.0.3",
"pmtiles": "3.0.4",
"proj4": "2.10.0",
"sanitize-filename": "1.6.3",
"sharp": "0.33.2",
@ -6966,9 +6966,9 @@
}
},
"node_modules/pmtiles": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/pmtiles/-/pmtiles-3.0.3.tgz",
"integrity": "sha512-tj4l3HHJd6/qf9VefzlPK2eYEQgbf+4uXPzNlrj3k7hHvLtibYSxfp51TF6ALt4YezM8MCdiOminnHvdAyqyGg==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/pmtiles/-/pmtiles-3.0.4.tgz",
"integrity": "sha512-dqxfYM/b0Y59JEk55piird5gqcRwq9o3yLBV2/l7ecfMPbCt+ccVxtPf5Ox8h/amCyRov+WgnbLLFGp8D5E8Gw==",
"dependencies": {
"@types/leaflet": "^1.9.8",
"fflate": "^0.8.0"

View File

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