fix(deps): bump pmtiles from 3.0.4 to 3.0.5 (#1203)

Bumps [pmtiles](https://github.com/protomaps/pmtiles) from 3.0.4 to 3.0.5.
- [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-03-08 23:09:04 +00:00 committed by GitHub
parent 500a81e8b3
commit f6a9b63fe6
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.4", "pmtiles": "3.0.5",
"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",
@ -6954,9 +6954,9 @@
} }
}, },
"node_modules/pmtiles": { "node_modules/pmtiles": {
"version": "3.0.4", "version": "3.0.5",
"resolved": "https://registry.npmjs.org/pmtiles/-/pmtiles-3.0.4.tgz", "resolved": "https://registry.npmjs.org/pmtiles/-/pmtiles-3.0.5.tgz",
"integrity": "sha512-dqxfYM/b0Y59JEk55piird5gqcRwq9o3yLBV2/l7ecfMPbCt+ccVxtPf5Ox8h/amCyRov+WgnbLLFGp8D5E8Gw==", "integrity": "sha512-K6NxVvW/vXE3052VZKF2ppyjdyhLx41FidR5yV8L/+El+lcMJpXS0vHBSPFmjdag5zkYv2XGDdq+3VjB2K7l6w==",
"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.4", "pmtiles": "3.0.5",
"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",