fix(deps): bump proj4 from 2.9.1 to 2.9.2 (#1036)

Bumps [proj4](https://github.com/proj4js/proj4js) from 2.9.1 to 2.9.2.
- [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.9.1...2.9.2)

---
updated-dependencies:
- dependency-name: proj4
  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] 2023-10-25 23:24:52 +00:00 committed by GitHub
parent e65c27d531
commit e4420157a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -30,7 +30,7 @@
"morgan": "1.10.0",
"pbf": "3.2.1",
"pmtiles": "2.11.0",
"proj4": "2.9.1",
"proj4": "2.9.2",
"request": "2.88.2",
"sanitize-filename": "1.6.3",
"sharp": "0.32.6",
@ -6728,9 +6728,9 @@
}
},
"node_modules/proj4": {
"version": "2.9.1",
"resolved": "https://registry.npmjs.org/proj4/-/proj4-2.9.1.tgz",
"integrity": "sha512-hhquvYHnqz8nf8U9CODRLGSL7bUg4p5oVkZI4oWxX7whNcSbn2xdNA1WnF1jye+ezrtuSiPVao9LEHlKeQA5uA==",
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/proj4/-/proj4-2.9.2.tgz",
"integrity": "sha512-bdyfNmtlWjQN/rHEHEiqFvpTUHhuzDaeQ6Uu1G4sPGqk+Xkxae6ahh865fClJokSGPBmlDOQWWaO6465TCfv5Q==",
"dependencies": {
"mgrs": "1.0.0",
"wkt-parser": "^1.3.3"

View File

@ -39,7 +39,7 @@
"morgan": "1.10.0",
"pbf": "3.2.1",
"pmtiles": "2.11.0",
"proj4": "2.9.1",
"proj4": "2.9.2",
"request": "2.88.2",
"sanitize-filename": "1.6.3",
"sharp": "0.32.6",