Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
garzj committed Jan 18, 2024
1 parent cca4b18 commit 59b3e2f
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 404 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"dotenv": "^16.1.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.3"
"typescript": "^5.3.3"
},
"dependencies": {
"cmd-ts": "^0.12.1",
"exiftool-vendored": "^22.0.0",
"cmd-ts": "^0.13.0",
"exiftool-vendored": "^24.4.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.3",
"glob": "^10.3.10",
"sanitize-filename": "^1.6.3"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion src/meta/apply-meta-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function applyMetaFile(
exhaustiveCheck(mediaFile.ext.metaType);
}

tags.FileModifyDate = timeTakenUTC;
tags.ModifyDate = timeTakenUTC;

// description
const description = meta?.description;
Expand Down
Loading

0 comments on commit 59b3e2f

Please sign in to comment.