1
0
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:
Alex 2023-09-25 14:45:26 +07:00 committed by GitHub
parent 91e2348381
commit 3bef456923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -28,7 +28,7 @@
"class-transformer": "^0.5.1", "class-transformer": "^0.5.1",
"class-validator": "^0.14.0", "class-validator": "^0.14.0",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"exiftool-vendored": "^23.0.0", "exiftool-vendored": "^22.0.0",
"exiftool-vendored.pl": "^12.62.0", "exiftool-vendored.pl": "^12.62.0",
"fluent-ffmpeg": "^2.1.2", "fluent-ffmpeg": "^2.1.2",
"geo-tz": "^7.0.7", "geo-tz": "^7.0.7",
@ -6825,15 +6825,15 @@
} }
}, },
"node_modules/exiftool-vendored": { "node_modules/exiftool-vendored": {
"version": "23.0.0", "version": "22.2.3",
"resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-23.0.0.tgz", "resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-22.2.3.tgz",
"integrity": "sha512-QHAKZ+M6IqWl/b5UHdG6eF+uwqGZY5Jr9JcPeQB4s5H7vPyK8KvUWsnY1NbRo824OIOd4e6kn4tNhhWpYRNnCw==", "integrity": "sha512-kEHMlP9y30CSiOgVYoBtsoNNv96C5dejuUE0T/fgiEMlLJCOQfBlcx2ZHQq8lZyoT7gLRQOYRaFmrbT+guDuUg==",
"dependencies": { "dependencies": {
"@photostructure/tz-lookup": "^8.0.0", "@photostructure/tz-lookup": "^8.0.0",
"@types/luxon": "^3.3.2", "@types/luxon": "^3.3.2",
"batch-cluster": "^12.1.0", "batch-cluster": "^12.1.0",
"he": "^1.2.0", "he": "^1.2.0",
"luxon": "^3.4.3" "luxon": "^3.4.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"exiftool-vendored.exe": "12.65.0", "exiftool-vendored.exe": "12.65.0",
@ -19191,9 +19191,9 @@
} }
}, },
"exiftool-vendored": { "exiftool-vendored": {
"version": "23.0.0", "version": "22.2.3",
"resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-23.0.0.tgz", "resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-22.2.3.tgz",
"integrity": "sha512-QHAKZ+M6IqWl/b5UHdG6eF+uwqGZY5Jr9JcPeQB4s5H7vPyK8KvUWsnY1NbRo824OIOd4e6kn4tNhhWpYRNnCw==", "integrity": "sha512-kEHMlP9y30CSiOgVYoBtsoNNv96C5dejuUE0T/fgiEMlLJCOQfBlcx2ZHQq8lZyoT7gLRQOYRaFmrbT+guDuUg==",
"requires": { "requires": {
"@photostructure/tz-lookup": "^8.0.0", "@photostructure/tz-lookup": "^8.0.0",
"@types/luxon": "^3.3.2", "@types/luxon": "^3.3.2",
@ -19201,7 +19201,7 @@
"exiftool-vendored.exe": "12.65.0", "exiftool-vendored.exe": "12.65.0",
"exiftool-vendored.pl": "12.65.0", "exiftool-vendored.pl": "12.65.0",
"he": "^1.2.0", "he": "^1.2.0",
"luxon": "^3.4.3" "luxon": "^3.4.2"
} }
}, },
"exiftool-vendored.exe": { "exiftool-vendored.exe": {

View File

@ -58,7 +58,7 @@
"class-transformer": "^0.5.1", "class-transformer": "^0.5.1",
"class-validator": "^0.14.0", "class-validator": "^0.14.0",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"exiftool-vendored": "^23.0.0", "exiftool-vendored": "^22.0.0",
"exiftool-vendored.pl": "^12.62.0", "exiftool-vendored.pl": "^12.62.0",
"fluent-ffmpeg": "^2.1.2", "fluent-ffmpeg": "^2.1.2",
"glob": "^10.3.3", "glob": "^10.3.3",