From e7538d0af1c80752337220749b262c82596de663 Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Tue, 16 Jan 2024 21:08:33 -0800 Subject: [PATCH] pull in ExifTool 12.73 --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4efaf508..32d15df5 100644 --- a/package.json +++ b/package.json @@ -73,12 +73,12 @@ "@types/globule": "^1.1.9", "@types/he": "^1.2.3", "@types/mocha": "^10.0.6", - "@types/node": "^20.10.6", + "@types/node": "^20.11.4", "@types/progress": "^2.0.7", "@types/tmp": "^0.2.6", "@types/xmldom": "^0.1.34", - "@typescript-eslint/eslint-plugin": "^6.17.0", - "@typescript-eslint/parser": "^6.17.0", + "@typescript-eslint/eslint-plugin": "^6.19.0", + "@typescript-eslint/parser": "^6.19.0", "@xmldom/xmldom": "^0.8.10", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", @@ -86,34 +86,34 @@ "eslint": "^8.56.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-regexp": "^2.1.2", + "eslint-plugin-regexp": "^2.2.0", "extract-zip": "^2.0.1", - "geo-tz": "^7.0.7", + "geo-tz": "^8.0.0", "globule": "^1.3.4", "mocha": "^10.2.0", "npm-check-updates": "^16.14.12", "npm-run-all": "^4.1.5", - "prettier": "^3.1.1", + "prettier": "^3.2.3", "prettier-plugin-organize-imports": "^3.2.4", "progress": "^2.0.3", "rimraf": "^5.0.5", "serve": "^14.2.1", "source-map-support": "^0.5.21", "tmp": "^0.2.1", - "typedoc": "^0.25.6", + "typedoc": "^0.25.7", "typescript": "^5.3.3", "xpath": "^0.0.34" }, "dependencies-note": "@types/luxon is a proper dependency, not devDependency, as our exported TypeScript typings reference luxon types. See ", "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" } }