Skip to content

Commit

Permalink
v14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed May 3, 2021
1 parent 5c28591 commit 5466a0e
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 343 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ vendored versions of ExifTool match the version they vendor.
### The `MINOR` or `UPDATE` version is incremented for

- 🌱 New releases of ExifTool with no externally visible changes
- 🔥 Security updates
- ✨ Backwards-compatible features

### The `PATCH` version is incremented for
Expand All @@ -24,6 +25,16 @@ vendored versions of ExifTool match the version they vendor.

## Version history

### v14.3.0 🔥

- 🔥/🌱 ExifTool upgraded to [v12.25](https://exiftool.org/history.html#v12.25).

**All users should upgrade to this version as soon as possible**, as this should
address
[CVE-2021-22204](https://twitter.com/wcbowling/status/1385803927321415687).

- 📦 Updated dependencies

### v14.2.0

- 🌱 ExifTool upgraded to [v12.23](https://exiftool.org/history.html#v12.23)
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,26 +68,26 @@
]
},
"devDependencies": {
"@types/chai": "^4.2.16",
"@types/chai": "^4.2.17",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-subset": "^1.3.3",
"@types/fs-extra": "^9.0.10",
"@types/fs-extra": "^9.0.11",
"@types/globule": "^1.1.3",
"@types/he": "^1.1.1",
"@types/luxon": "^1.26.3",
"@types/luxon": "^1.26.5",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/node": "^15.0.1",
"@types/progress": "^2.0.3",
"@types/rimraf": "^3.0.0",
"@types/tar-fs": "^2.0.0",
"@types/tmp": "^0.2.0",
"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "^7.24.0",
"eslint": "^7.25.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"extract-zip": "^2.0.1",
Expand All @@ -102,9 +102,9 @@
"source-map-support": "^0.5.19",
"tar-fs": "^2.1.1",
"tmp": "^0.2.1",
"typedoc": "^0.20.35",
"typedoc": "^0.20.36",
"typescript": "^4.2.4",
"xmldom": "^0.5.0",
"xmldom": "^0.6.0",
"xpath": "^0.0.32"
},
"dependencies": {
Expand All @@ -114,7 +114,7 @@
"tz-lookup": "^6.1.25"
},
"optionalDependencies": {
"exiftool-vendored.exe": "^12.23.0",
"exiftool-vendored.pl": "^12.23.0"
"exiftool-vendored.exe": "^12.25.0",
"exiftool-vendored.pl": "^12.25.0"
}
}
Loading

0 comments on commit 5466a0e

Please sign in to comment.