From cb78afae5acb80be2eb74cb6c7df282849bd3883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Jul 2022 01:18:15 +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 f3c586c2..189876f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@vladmandic/face-api": "^1.6.10", "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", @@ -8081,9 +8081,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", @@ -8092,7 +8092,7 @@ "progress": "^2.0.3" }, "engines": { - "node": ">=10" + "node": ">=16" } }, "node_modules/ffmpeg-static/node_modules/agent-base": { @@ -22763,9 +22763,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 e3184cc0..dbc92107 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@vladmandic/face-api": "^1.6.10", "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",