fix(deps): bump proj4 from 2.10.0 to 2.11.0 (#1220)

Bumps [proj4](https://github.com/proj4js/proj4js) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/proj4js/proj4js/releases)
- [Changelog](https://github.com/proj4js/proj4js/blob/master/changelog.md)
- [Commits](https://github.com/proj4js/proj4js/compare/2.10.0...2.11.0)

---
updated-dependencies:
- dependency-name: proj4
  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:
dependabot[bot] 2024-03-25 23:11:26 +00:00 committed by GitHub
parent a9d6a9a852
commit eed9f0abed
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

@ -31,7 +31,7 @@
"morgan": "1.10.0",
"pbf": "3.2.1",
"pmtiles": "3.0.5",
"proj4": "2.10.0",
"proj4": "2.11.0",
"sanitize-filename": "1.6.3",
"sharp": "0.33.2",
"tileserver-gl-styles": "2.0.0"
@ -7000,9 +7000,9 @@
}
},
"node_modules/proj4": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/proj4/-/proj4-2.10.0.tgz",
"integrity": "sha512-0eyB8h1PDoWxucnq88/EZqt7UZlvjhcfbXCcINpE7hqRN0iRPWE/4mXINGulNa/FAvK+Ie7F+l2OxH/0uKV36A==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/proj4/-/proj4-2.11.0.tgz",
"integrity": "sha512-SasuTkAx8HnWQHfIyhkdUNJorSJqINHAN3EyMWYiQRVorftz9DHz650YraFgczwgtHOxqnfuDxSNv3C8MUnHeg==",
"dependencies": {
"mgrs": "1.0.0",
"wkt-parser": "^1.3.3"

View File

@ -40,7 +40,7 @@
"morgan": "1.10.0",
"pbf": "3.2.1",
"pmtiles": "3.0.5",
"proj4": "2.10.0",
"proj4": "2.11.0",
"sanitize-filename": "1.6.3",
"sharp": "0.33.2",
"tileserver-gl-styles": "2.0.0"