1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

fix(server): update exiftool-vendored to v28.3.1 (#13176)

fixes #13141
This commit is contained in:
Carsten Otto
2024-10-04 10:30:49 +02:00
committed by GitHub
parent 2c87683fd4
commit bb3b4c8086
4 changed files with 14 additions and 13 deletions

8
e2e/package-lock.json generated
View File

@ -27,7 +27,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^55.0.0",
"exiftool-vendored": "^28.0.0",
"exiftool-vendored": "^28.3.1",
"globals": "^15.9.0",
"jose": "^5.6.3",
"luxon": "^3.4.4",
@ -3268,9 +3268,9 @@
}
},
"node_modules/exiftool-vendored": {
"version": "28.3.0",
"resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-28.3.0.tgz",
"integrity": "sha512-2DOSOvj5c1gkbKtubAnlGglxdYp9h55n0GxjK2nypVivoaCdgP/le3MOZRKgEUNObfJHmYHj4u/NnYVneu/gUw==",
"version": "28.3.1",
"resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-28.3.1.tgz",
"integrity": "sha512-S2LNaGNu4wBv6q0f/lvst+6DhQrYgc27oDsTgRvx8dGK/5Z1MK4PyMfKCb5GCeCr/nSTGsRnoJlxxRhO1YkBsA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -37,7 +37,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^55.0.0",
"exiftool-vendored": "^28.0.0",
"exiftool-vendored": "^28.3.1",
"globals": "^15.9.0",
"jose": "^5.6.3",
"luxon": "^3.4.4",