1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

fix(deps): update dependency geo-tz to v8 (#6388)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-15 08:27:59 -05:00 committed by GitHub
parent a09fbe5723
commit 2a8cb70c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

View file

@ -33,7 +33,7 @@
"exiftool-vendored": "~24.3.0",
"exiftool-vendored.pl": "12.72",
"fluent-ffmpeg": "^2.1.2",
"geo-tz": "^7.0.7",
"geo-tz": "^8.0.0",
"glob": "^10.3.3",
"handlebars": "^4.7.8",
"i18n-iso-countries": "^7.6.0",
@ -6975,9 +6975,9 @@
}
},
"node_modules/geo-tz": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/geo-tz/-/geo-tz-7.0.7.tgz",
"integrity": "sha512-Aq0sRSO1y4w62D5muRqzDmN4SWfFYnt703BLiqiHAvunlwsJs4qd3Fkl1pKSUa0bwuBmPFxIA8M1E+ilg2PSjw==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/geo-tz/-/geo-tz-8.0.0.tgz",
"integrity": "sha512-AMY7zEdz2EM9EEFzPxQhvQt623ZU4Vy9ZX1SLYXRf1Kt4F9KAuWrQU/gdaup+i+LNGv+RAaU03PNTB0WrXrv7Q==",
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
@ -6986,6 +6986,9 @@
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/evansiroky"
}
},
"node_modules/geobuf": {
@ -17798,9 +17801,9 @@
"dev": true
},
"geo-tz": {
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/geo-tz/-/geo-tz-7.0.7.tgz",
"integrity": "sha512-Aq0sRSO1y4w62D5muRqzDmN4SWfFYnt703BLiqiHAvunlwsJs4qd3Fkl1pKSUa0bwuBmPFxIA8M1E+ilg2PSjw==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/geo-tz/-/geo-tz-8.0.0.tgz",
"integrity": "sha512-AMY7zEdz2EM9EEFzPxQhvQt623ZU4Vy9ZX1SLYXRf1Kt4F9KAuWrQU/gdaup+i+LNGv+RAaU03PNTB0WrXrv7Q==",
"requires": {
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",

View file

@ -58,7 +58,7 @@
"exiftool-vendored": "~24.3.0",
"exiftool-vendored.pl": "12.72",
"fluent-ffmpeg": "^2.1.2",
"geo-tz": "^7.0.7",
"geo-tz": "^8.0.0",
"glob": "^10.3.3",
"handlebars": "^4.7.8",
"i18n-iso-countries": "^7.6.0",