fix(deps): bump @jsse/pbfont from 0.1.2 to 0.2.0

Bumps [@jsse/pbfont](https://github.com/jessekrubin/pbfont) from 0.1.2 to 0.2.0.
- [Changelog](https://github.com/jessekrubin/pbfont/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jessekrubin/pbfont/commits)

---
updated-dependencies:
- dependency-name: "@jsse/pbfont"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-05 22:14:22 +00:00 committed by GitHub
parent 33e1f2bc9b
commit 487e6f21a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "4.12.0",
"license": "BSD-2-Clause",
"dependencies": {
"@jsse/pbfont": "^0.1.2",
"@jsse/pbfont": "^0.2.0",
"@mapbox/mbtiles": "0.12.1",
"@mapbox/polyline": "^1.2.1",
"@mapbox/sphericalmercator": "1.2.0",
@ -208,9 +208,9 @@
}
},
"node_modules/@bufbuild/protobuf": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-1.10.0.tgz",
"integrity": "sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag=="
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.0.0.tgz",
"integrity": "sha512-sw2JhwJyvyL0zlhG61aDzOVryEfJg2PDZFSV7i7IdC7nAE41WuXCru3QWLGiP87At0BMzKOoKO/FqEGoKygGZQ=="
},
"node_modules/@commitlint/cli": {
"version": "19.3.0",
@ -1188,11 +1188,11 @@
}
},
"node_modules/@jsse/pbfont": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@jsse/pbfont/-/pbfont-0.1.2.tgz",
"integrity": "sha512-XnkFvibB2yW9t83FW17BbKUcTqXcVEu49SuC9MlbQ/6MTh43WOl4YmYj0z3waeNUmuebtn7bllVOYjx+8idnNw==",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@jsse/pbfont/-/pbfont-0.2.0.tgz",
"integrity": "sha512-q5wOR2Gt2XHMxLcNHIvzc1Dgs4/UZ76enaCCTxMYcMjWXH+MX+FVEml9AEXOFxIgQDQHLY2RT4tzPffhJF/pHg==",
"dependencies": {
"@bufbuild/protobuf": "^1.10.0"
"@bufbuild/protobuf": "^2.0.0"
},
"engines": {
"node": ">=18"

View file

@ -18,7 +18,7 @@
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){ process.exit(1) } \" || husky"
},
"dependencies": {
"@jsse/pbfont": "^0.1.2",
"@jsse/pbfont": "^0.2.0",
"@mapbox/mbtiles": "0.12.1",
"@mapbox/polyline": "^1.2.1",
"@mapbox/sphericalmercator": "1.2.0",