mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
fix(server): metadata extraction error (#4210)
This commit is contained in:
parent
91e2348381
commit
3bef456923
18
server/package-lock.json
generated
18
server/package-lock.json
generated
@ -28,7 +28,7 @@
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.0",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"exiftool-vendored": "^23.0.0",
|
||||
"exiftool-vendored": "^22.0.0",
|
||||
"exiftool-vendored.pl": "^12.62.0",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"geo-tz": "^7.0.7",
|
||||
@ -6825,15 +6825,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/exiftool-vendored": {
|
||||
"version": "23.0.0",
|
||||
"resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-23.0.0.tgz",
|
||||
"integrity": "sha512-QHAKZ+M6IqWl/b5UHdG6eF+uwqGZY5Jr9JcPeQB4s5H7vPyK8KvUWsnY1NbRo824OIOd4e6kn4tNhhWpYRNnCw==",
|
||||
"version": "22.2.3",
|
||||
"resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-22.2.3.tgz",
|
||||
"integrity": "sha512-kEHMlP9y30CSiOgVYoBtsoNNv96C5dejuUE0T/fgiEMlLJCOQfBlcx2ZHQq8lZyoT7gLRQOYRaFmrbT+guDuUg==",
|
||||
"dependencies": {
|
||||
"@photostructure/tz-lookup": "^8.0.0",
|
||||
"@types/luxon": "^3.3.2",
|
||||
"batch-cluster": "^12.1.0",
|
||||
"he": "^1.2.0",
|
||||
"luxon": "^3.4.3"
|
||||
"luxon": "^3.4.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"exiftool-vendored.exe": "12.65.0",
|
||||
@ -19191,9 +19191,9 @@
|
||||
}
|
||||
},
|
||||
"exiftool-vendored": {
|
||||
"version": "23.0.0",
|
||||
"resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-23.0.0.tgz",
|
||||
"integrity": "sha512-QHAKZ+M6IqWl/b5UHdG6eF+uwqGZY5Jr9JcPeQB4s5H7vPyK8KvUWsnY1NbRo824OIOd4e6kn4tNhhWpYRNnCw==",
|
||||
"version": "22.2.3",
|
||||
"resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-22.2.3.tgz",
|
||||
"integrity": "sha512-kEHMlP9y30CSiOgVYoBtsoNNv96C5dejuUE0T/fgiEMlLJCOQfBlcx2ZHQq8lZyoT7gLRQOYRaFmrbT+guDuUg==",
|
||||
"requires": {
|
||||
"@photostructure/tz-lookup": "^8.0.0",
|
||||
"@types/luxon": "^3.3.2",
|
||||
@ -19201,7 +19201,7 @@
|
||||
"exiftool-vendored.exe": "12.65.0",
|
||||
"exiftool-vendored.pl": "12.65.0",
|
||||
"he": "^1.2.0",
|
||||
"luxon": "^3.4.3"
|
||||
"luxon": "^3.4.2"
|
||||
}
|
||||
},
|
||||
"exiftool-vendored.exe": {
|
||||
|
@ -58,7 +58,7 @@
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.0",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"exiftool-vendored": "^23.0.0",
|
||||
"exiftool-vendored": "^22.0.0",
|
||||
"exiftool-vendored.pl": "^12.62.0",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"glob": "^10.3.3",
|
||||
|
Loading…
Reference in New Issue
Block a user