diff --git a/package-lock.json b/package-lock.json index 432dd26d..39569f79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "download": "^8.0.0", "execa": "^5.1.1", "exifer": "^1.0.0-beta.2", - "ffmpeg-static": "^4.4.0", + "ffmpeg-static": "^5.0.2", "geo-reverse": "^1.0.13", "get-port": "^5.1.1", "get-stdin": "^9.0.0", @@ -8232,9 +8232,9 @@ } }, "node_modules/ffmpeg-static": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/ffmpeg-static/-/ffmpeg-static-4.4.1.tgz", - "integrity": "sha512-gyGTIf5kgmLDmH7Rwj8vMmNK46bjXKKofHS2gY+LUqoTe/iybVuTuvnhJQR2tZHlKlDG7A/BIH7cRa2jWDKgWw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/ffmpeg-static/-/ffmpeg-static-5.0.2.tgz", + "integrity": "sha512-rYeA04AGbvxbUxov6Cn/KDKIzw2rmzwPlgHoqn837NZt0xPdOVA9mJMILz9IX27R45hhSlXS6nThk85XxDivLg==", "hasInstallScript": true, "dependencies": { "@derhuerst/http-basic": "^8.2.0", @@ -8243,7 +8243,7 @@ "progress": "^2.0.3" }, "engines": { - "node": ">=10" + "node": ">=16" } }, "node_modules/ffmpeg-static/node_modules/agent-base": { @@ -23158,9 +23158,9 @@ } }, "ffmpeg-static": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/ffmpeg-static/-/ffmpeg-static-4.4.1.tgz", - "integrity": "sha512-gyGTIf5kgmLDmH7Rwj8vMmNK46bjXKKofHS2gY+LUqoTe/iybVuTuvnhJQR2tZHlKlDG7A/BIH7cRa2jWDKgWw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/ffmpeg-static/-/ffmpeg-static-5.0.2.tgz", + "integrity": "sha512-rYeA04AGbvxbUxov6Cn/KDKIzw2rmzwPlgHoqn837NZt0xPdOVA9mJMILz9IX27R45hhSlXS6nThk85XxDivLg==", "requires": { "@derhuerst/http-basic": "^8.2.0", "env-paths": "^2.2.0", diff --git a/package.json b/package.json index 9c3ffa12..c28033b4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@vladmandic/face-api": "^1.7.1", "download": "^8.0.0", "exifer": "^1.0.0-beta.2", - "ffmpeg-static": "^4.4.0", + "ffmpeg-static": "^5.0.2", "geo-reverse": "^1.0.13", "get-port": "^5.1.1", "get-stdin": "^9.0.0",