From c0f48e81c762617d4920d343b25eb1c5d2b5afe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:14:45 +0000 Subject: [PATCH] Bump ffmpeg-static from 4.4.1 to 5.0.2 Bumps [ffmpeg-static](https://github.com/eugeneware/ffmpeg-static) from 4.4.1 to 5.0.2. - [Release notes](https://github.com/eugeneware/ffmpeg-static/releases) - [Commits](https://github.com/eugeneware/ffmpeg-static/compare/4.4.1...5.0.2) --- updated-dependencies: - dependency-name: ffmpeg-static dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",