exiftool-vendored 18.2.0 → 18.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored",
3
- "version": "18.2.0",
3
+ "version": "18.4.0",
4
4
  "description": "Efficient, cross-platform access to ExifTool",
5
5
  "main": "./dist/ExifTool.js",
6
6
  "types": "./dist/ExifTool.d.ts",
@@ -66,27 +66,27 @@
66
66
  "@types/fs-extra": "^9.0.13",
67
67
  "@types/globule": "^1.1.4",
68
68
  "@types/he": "^1.1.2",
69
- "@types/mocha": "^9.1.1",
70
- "@types/node": "^18.7.20",
69
+ "@types/mocha": "^10.0.0",
70
+ "@types/node": "^18.11.3",
71
71
  "@types/progress": "^2.0.5",
72
72
  "@types/rimraf": "^3.0.2",
73
73
  "@types/tar-fs": "^2.0.1",
74
74
  "@types/tmp": "^0.2.3",
75
75
  "@types/xmldom": "^0.1.31",
76
- "@typescript-eslint/eslint-plugin": "^5.38.0",
77
- "@typescript-eslint/parser": "^5.38.0",
78
- "@xmldom/xmldom": "^0.8.2",
76
+ "@typescript-eslint/eslint-plugin": "^5.40.1",
77
+ "@typescript-eslint/parser": "^5.40.1",
78
+ "@xmldom/xmldom": "^0.8.3",
79
79
  "chai": "^4.3.6",
80
80
  "chai-as-promised": "^7.1.1",
81
81
  "chai-subset": "^1.6.0",
82
- "eslint": "^8.24.0",
82
+ "eslint": "^8.25.0",
83
83
  "eslint-plugin-import": "^2.26.0",
84
84
  "eslint-plugin-node": "^11.1.0",
85
85
  "extract-zip": "^2.0.1",
86
86
  "fs-extra": "^10.1.0",
87
87
  "geo-tz": "^7.0.2",
88
88
  "globule": "^1.3.4",
89
- "mocha": "^10.0.0",
89
+ "mocha": "^10.1.0",
90
90
  "npm-run-all": "^4.1.5",
91
91
  "prettier": "^2.7.1",
92
92
  "progress": "^2.0.3",
@@ -94,20 +94,20 @@
94
94
  "serve": "^14.0.1",
95
95
  "source-map-support": "^0.5.21",
96
96
  "tmp": "^0.2.1",
97
- "typedoc": "^0.23.15",
98
- "typescript": "~4.8.3",
97
+ "typedoc": "^0.23.17",
98
+ "typescript": "~4.8.4",
99
99
  "xpath": "^0.0.32"
100
100
  },
101
101
  "dependencies-note": "@types/luxon is not a devDependency, as our exported TypeScript typings reference luxon types. See <https://github.com/photostructure/exiftool-vendored.js/pull/108>",
102
102
  "dependencies": {
103
103
  "@photostructure/tz-lookup": "^7.0.0",
104
- "@types/luxon": "^3.0.1",
104
+ "@types/luxon": "^3.0.2",
105
105
  "batch-cluster": "^11.0.0",
106
106
  "he": "^1.2.0",
107
- "luxon": "^3.0.3"
107
+ "luxon": "^3.0.4"
108
108
  },
109
109
  "optionalDependencies": {
110
- "exiftool-vendored.exe": "12.45.0",
111
- "exiftool-vendored.pl": "12.45.0"
110
+ "exiftool-vendored.exe": "12.49.0",
111
+ "exiftool-vendored.pl": "12.49.0"
112
112
  }
113
113
  }