mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 03:46:47 +01: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:
parent
a09fbe5723
commit
2a8cb70c98
2 changed files with 11 additions and 8 deletions
17
server/package-lock.json
generated
17
server/package-lock.json
generated
|
@ -33,7 +33,7 @@
|
||||||
"exiftool-vendored": "~24.3.0",
|
"exiftool-vendored": "~24.3.0",
|
||||||
"exiftool-vendored.pl": "12.72",
|
"exiftool-vendored.pl": "12.72",
|
||||||
"fluent-ffmpeg": "^2.1.2",
|
"fluent-ffmpeg": "^2.1.2",
|
||||||
"geo-tz": "^7.0.7",
|
"geo-tz": "^8.0.0",
|
||||||
"glob": "^10.3.3",
|
"glob": "^10.3.3",
|
||||||
"handlebars": "^4.7.8",
|
"handlebars": "^4.7.8",
|
||||||
"i18n-iso-countries": "^7.6.0",
|
"i18n-iso-countries": "^7.6.0",
|
||||||
|
@ -6975,9 +6975,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/geo-tz": {
|
"node_modules/geo-tz": {
|
||||||
"version": "7.0.7",
|
"version": "8.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/geo-tz/-/geo-tz-7.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/geo-tz/-/geo-tz-8.0.0.tgz",
|
||||||
"integrity": "sha512-Aq0sRSO1y4w62D5muRqzDmN4SWfFYnt703BLiqiHAvunlwsJs4qd3Fkl1pKSUa0bwuBmPFxIA8M1E+ilg2PSjw==",
|
"integrity": "sha512-AMY7zEdz2EM9EEFzPxQhvQt623ZU4Vy9ZX1SLYXRf1Kt4F9KAuWrQU/gdaup+i+LNGv+RAaU03PNTB0WrXrv7Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@turf/boolean-point-in-polygon": "^6.5.0",
|
"@turf/boolean-point-in-polygon": "^6.5.0",
|
||||||
"@turf/helpers": "^6.5.0",
|
"@turf/helpers": "^6.5.0",
|
||||||
|
@ -6986,6 +6986,9 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/evansiroky"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/geobuf": {
|
"node_modules/geobuf": {
|
||||||
|
@ -17798,9 +17801,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"geo-tz": {
|
"geo-tz": {
|
||||||
"version": "7.0.7",
|
"version": "8.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/geo-tz/-/geo-tz-7.0.7.tgz",
|
"resolved": "https://registry.npmjs.org/geo-tz/-/geo-tz-8.0.0.tgz",
|
||||||
"integrity": "sha512-Aq0sRSO1y4w62D5muRqzDmN4SWfFYnt703BLiqiHAvunlwsJs4qd3Fkl1pKSUa0bwuBmPFxIA8M1E+ilg2PSjw==",
|
"integrity": "sha512-AMY7zEdz2EM9EEFzPxQhvQt623ZU4Vy9ZX1SLYXRf1Kt4F9KAuWrQU/gdaup+i+LNGv+RAaU03PNTB0WrXrv7Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@turf/boolean-point-in-polygon": "^6.5.0",
|
"@turf/boolean-point-in-polygon": "^6.5.0",
|
||||||
"@turf/helpers": "^6.5.0",
|
"@turf/helpers": "^6.5.0",
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
"exiftool-vendored": "~24.3.0",
|
"exiftool-vendored": "~24.3.0",
|
||||||
"exiftool-vendored.pl": "12.72",
|
"exiftool-vendored.pl": "12.72",
|
||||||
"fluent-ffmpeg": "^2.1.2",
|
"fluent-ffmpeg": "^2.1.2",
|
||||||
"geo-tz": "^7.0.7",
|
"geo-tz": "^8.0.0",
|
||||||
"glob": "^10.3.3",
|
"glob": "^10.3.3",
|
||||||
"handlebars": "^4.7.8",
|
"handlebars": "^4.7.8",
|
||||||
"i18n-iso-countries": "^7.6.0",
|
"i18n-iso-countries": "^7.6.0",
|
||||||
|
|
Loading…
Reference in a new issue