mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	fix(deps): update exiftool (#6586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									3e5448af13
								
							
						
					
					
						commit
						4424f3cb13
					
				
							
								
								
									
										64
									
								
								server/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										64
									
								
								server/package-lock.json
									
									
									
										generated
									
									
									
								
							@ -30,8 +30,8 @@
 | 
			
		||||
        "class-transformer": "^0.5.1",
 | 
			
		||||
        "class-validator": "^0.14.0",
 | 
			
		||||
        "cookie-parser": "^1.4.6",
 | 
			
		||||
        "exiftool-vendored": "~24.3.0",
 | 
			
		||||
        "exiftool-vendored.pl": "12.72",
 | 
			
		||||
        "exiftool-vendored": "~24.4.0",
 | 
			
		||||
        "exiftool-vendored.pl": "12.73",
 | 
			
		||||
        "fluent-ffmpeg": "^2.1.2",
 | 
			
		||||
        "geo-tz": "^8.0.0",
 | 
			
		||||
        "glob": "^10.3.3",
 | 
			
		||||
@ -5929,38 +5929,43 @@
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/exiftool-vendored": {
 | 
			
		||||
      "version": "24.3.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-24.3.0.tgz",
 | 
			
		||||
      "integrity": "sha512-gOo23NDvlbSSegUXnRmjPdU9mZzZMH5zEDYPTMNCMIqHrUJeDbSyr4xd6Y0hwv3int7I2RAIhS5VxQTqwQkrjg==",
 | 
			
		||||
      "version": "24.4.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-24.4.0.tgz",
 | 
			
		||||
      "integrity": "sha512-n9GjZ+t0sD4mFGyxVCuyVKkyc4wDQraGE9XE3TbWqJBResbIggMBwcYeo9Q5oVBXe2K8EA/WraWDTqHN+C+52g==",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@photostructure/tz-lookup": "^9.0.0",
 | 
			
		||||
        "@types/luxon": "^3.3.7",
 | 
			
		||||
        "@types/luxon": "^3.4.1",
 | 
			
		||||
        "batch-cluster": "^12.1.0",
 | 
			
		||||
        "he": "^1.2.0",
 | 
			
		||||
        "luxon": "^3.4.4"
 | 
			
		||||
      },
 | 
			
		||||
      "optionalDependencies": {
 | 
			
		||||
        "exiftool-vendored.exe": "12.72.0",
 | 
			
		||||
        "exiftool-vendored.pl": "12.72.0"
 | 
			
		||||
        "exiftool-vendored.exe": "12.73.0",
 | 
			
		||||
        "exiftool-vendored.pl": "12.73.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/exiftool-vendored.exe": {
 | 
			
		||||
      "version": "12.72.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored.exe/-/exiftool-vendored.exe-12.72.0.tgz",
 | 
			
		||||
      "integrity": "sha512-hGULL4BEDruu0PaoaAUgHxL9ZyGMPmYZNup95b75qwUbkG69SIM0yFPaL7oA9SMgN3fjTxhzGVmoTZ57nwpVlg==",
 | 
			
		||||
      "version": "12.73.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored.exe/-/exiftool-vendored.exe-12.73.0.tgz",
 | 
			
		||||
      "integrity": "sha512-7za1Iv1hBnO92A+Yua04PHicCcwrP4edCzHaYnDOuea2DhmpIhqCgUUgrShcm4tG58ueRBa3GVvhRW/gCm8n4g==",
 | 
			
		||||
      "optional": true,
 | 
			
		||||
      "os": [
 | 
			
		||||
        "win32"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/exiftool-vendored.pl": {
 | 
			
		||||
      "version": "12.72.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored.pl/-/exiftool-vendored.pl-12.72.0.tgz",
 | 
			
		||||
      "integrity": "sha512-8ThVehO5G0OwhfJtdE6Q1D0FlQ58XhzHHPwVAxg2JOUL+mOyJQoI1dDVRM0IDZcCONuz8+k2bEDZht40xkU2xg==",
 | 
			
		||||
      "version": "12.73.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored.pl/-/exiftool-vendored.pl-12.73.0.tgz",
 | 
			
		||||
      "integrity": "sha512-qX6kiGUTuQ/HFwuP3VJHU///BSwlaHSWm+yrDTHHQG+w+yvjFdtajDTJ96CUvPA/ecehtbTUMqCUz5xgMmHfBw==",
 | 
			
		||||
      "os": [
 | 
			
		||||
        "!win32"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/exiftool-vendored/node_modules/@types/luxon": {
 | 
			
		||||
      "version": "3.4.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.4.2.tgz",
 | 
			
		||||
      "integrity": "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA=="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/exit": {
 | 
			
		||||
      "version": "0.1.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
 | 
			
		||||
@ -16436,29 +16441,36 @@
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "exiftool-vendored": {
 | 
			
		||||
      "version": "24.3.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-24.3.0.tgz",
 | 
			
		||||
      "integrity": "sha512-gOo23NDvlbSSegUXnRmjPdU9mZzZMH5zEDYPTMNCMIqHrUJeDbSyr4xd6Y0hwv3int7I2RAIhS5VxQTqwQkrjg==",
 | 
			
		||||
      "version": "24.4.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored/-/exiftool-vendored-24.4.0.tgz",
 | 
			
		||||
      "integrity": "sha512-n9GjZ+t0sD4mFGyxVCuyVKkyc4wDQraGE9XE3TbWqJBResbIggMBwcYeo9Q5oVBXe2K8EA/WraWDTqHN+C+52g==",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@photostructure/tz-lookup": "^9.0.0",
 | 
			
		||||
        "@types/luxon": "^3.3.7",
 | 
			
		||||
        "@types/luxon": "^3.4.1",
 | 
			
		||||
        "batch-cluster": "^12.1.0",
 | 
			
		||||
        "exiftool-vendored.exe": "12.72.0",
 | 
			
		||||
        "exiftool-vendored.pl": "12.72.0",
 | 
			
		||||
        "exiftool-vendored.exe": "12.73.0",
 | 
			
		||||
        "exiftool-vendored.pl": "12.73.0",
 | 
			
		||||
        "he": "^1.2.0",
 | 
			
		||||
        "luxon": "^3.4.4"
 | 
			
		||||
      },
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "@types/luxon": {
 | 
			
		||||
          "version": "3.4.2",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.4.2.tgz",
 | 
			
		||||
          "integrity": "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA=="
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "exiftool-vendored.exe": {
 | 
			
		||||
      "version": "12.72.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored.exe/-/exiftool-vendored.exe-12.72.0.tgz",
 | 
			
		||||
      "integrity": "sha512-hGULL4BEDruu0PaoaAUgHxL9ZyGMPmYZNup95b75qwUbkG69SIM0yFPaL7oA9SMgN3fjTxhzGVmoTZ57nwpVlg==",
 | 
			
		||||
      "version": "12.73.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored.exe/-/exiftool-vendored.exe-12.73.0.tgz",
 | 
			
		||||
      "integrity": "sha512-7za1Iv1hBnO92A+Yua04PHicCcwrP4edCzHaYnDOuea2DhmpIhqCgUUgrShcm4tG58ueRBa3GVvhRW/gCm8n4g==",
 | 
			
		||||
      "optional": true
 | 
			
		||||
    },
 | 
			
		||||
    "exiftool-vendored.pl": {
 | 
			
		||||
      "version": "12.72.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored.pl/-/exiftool-vendored.pl-12.72.0.tgz",
 | 
			
		||||
      "integrity": "sha512-8ThVehO5G0OwhfJtdE6Q1D0FlQ58XhzHHPwVAxg2JOUL+mOyJQoI1dDVRM0IDZcCONuz8+k2bEDZht40xkU2xg=="
 | 
			
		||||
      "version": "12.73.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/exiftool-vendored.pl/-/exiftool-vendored.pl-12.73.0.tgz",
 | 
			
		||||
      "integrity": "sha512-qX6kiGUTuQ/HFwuP3VJHU///BSwlaHSWm+yrDTHHQG+w+yvjFdtajDTJ96CUvPA/ecehtbTUMqCUz5xgMmHfBw=="
 | 
			
		||||
    },
 | 
			
		||||
    "exit": {
 | 
			
		||||
      "version": "0.1.2",
 | 
			
		||||
 | 
			
		||||
@ -55,8 +55,8 @@
 | 
			
		||||
    "class-transformer": "^0.5.1",
 | 
			
		||||
    "class-validator": "^0.14.0",
 | 
			
		||||
    "cookie-parser": "^1.4.6",
 | 
			
		||||
    "exiftool-vendored": "~24.3.0",
 | 
			
		||||
    "exiftool-vendored.pl": "12.72",
 | 
			
		||||
    "exiftool-vendored": "~24.4.0",
 | 
			
		||||
    "exiftool-vendored.pl": "12.73",
 | 
			
		||||
    "fluent-ffmpeg": "^2.1.2",
 | 
			
		||||
    "geo-tz": "^8.0.0",
 | 
			
		||||
    "glob": "^10.3.3",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user