fix(deps): bump proj4 from 2.8.0 to 2.8.1 (#711)
Bumps [proj4](https://github.com/proj4js/proj4js) from 2.8.0 to 2.8.1. - [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.8.0...2.8.1) --- updated-dependencies: - dependency-name: proj4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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:
parent
70d9188e8c
commit
edef41ac50
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -28,7 +28,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",
|
||||||
"proj4": "2.8.0",
|
"proj4": "2.8.1",
|
||||||
"request": "2.88.2",
|
"request": "2.88.2",
|
||||||
"sanitize-filename": "1.6.3",
|
"sanitize-filename": "1.6.3",
|
||||||
"sharp": "0.31.3",
|
"sharp": "0.31.3",
|
||||||
|
@ -6594,9 +6594,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/proj4": {
|
"node_modules/proj4": {
|
||||||
"version": "2.8.0",
|
"version": "2.8.1",
|
||||||
"resolved": "https://registry.npmjs.org/proj4/-/proj4-2.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/proj4/-/proj4-2.8.1.tgz",
|
||||||
"integrity": "sha512-baC+YcD4xsSqJ+CpCZljj2gcQDhlKb+J+Zjv/2KSBwWNjk4M0pafgQsE+mWurd84tflMIsP+7j7mtIpFDHzQfQ==",
|
"integrity": "sha512-KK/bgM6oIwxdpeCaJ/JK3V1D8LMQCKKKzndab4/pYQNd+NVKTcddUNtds053Q110GxTALXVjx98L9f5q8xPVXQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mgrs": "1.0.0",
|
"mgrs": "1.0.0",
|
||||||
"wkt-parser": "^1.3.1"
|
"wkt-parser": "^1.3.1"
|
||||||
|
|
|
@ -37,7 +37,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",
|
||||||
"proj4": "2.8.0",
|
"proj4": "2.8.1",
|
||||||
"request": "2.88.2",
|
"request": "2.88.2",
|
||||||
"sanitize-filename": "1.6.3",
|
"sanitize-filename": "1.6.3",
|
||||||
"sharp": "0.31.3",
|
"sharp": "0.31.3",
|
||||||
|
|
Loading…
Reference in a new issue