From 2ca87291a7c41fb8eecf26182c9085fd9ba6a0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 12:35:15 +0000 Subject: [PATCH] Bump ffmpeg-static from 4.4.1 to 5.1.0 Bumps [ffmpeg-static](https://github.com/eugeneware/ffmpeg-static) from 4.4.1 to 5.1.0. - [Release notes](https://github.com/eugeneware/ffmpeg-static/releases) - [Commits](https://github.com/eugeneware/ffmpeg-static/compare/4.4.1...5.1.0) --- 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 f68ba018..e9303485 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.1.0", "geo-reverse": "^1.0.13", "get-port": "^5.1.1", "get-stdin": "^9.0.0", @@ -7598,9 +7598,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.1.0", + "resolved": "https://registry.npmjs.org/ffmpeg-static/-/ffmpeg-static-5.1.0.tgz", + "integrity": "sha512-eEWOiGdbf7HKPeJI5PoJ0oCwkL0hckL2JdS4JOuB/gUETppwkEpq8nF0+e6VEQnDCo/iuoipbTUsn9QJmtpNkg==", "hasInstallScript": true, "dependencies": { "@derhuerst/http-basic": "^8.2.0", @@ -7609,7 +7609,7 @@ "progress": "^2.0.3" }, "engines": { - "node": ">=10" + "node": ">=16" } }, "node_modules/ffmpeg-static/node_modules/agent-base": { @@ -21539,9 +21539,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.1.0", + "resolved": "https://registry.npmjs.org/ffmpeg-static/-/ffmpeg-static-5.1.0.tgz", + "integrity": "sha512-eEWOiGdbf7HKPeJI5PoJ0oCwkL0hckL2JdS4JOuB/gUETppwkEpq8nF0+e6VEQnDCo/iuoipbTUsn9QJmtpNkg==", "requires": { "@derhuerst/http-basic": "^8.2.0", "env-paths": "^2.2.0", diff --git a/package.json b/package.json index 65954df7..1ea12988 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "download": "^8.0.0", "execa": "^5.1.1", "exifer": "^1.0.0-beta.2", - "ffmpeg-static": "^4.4.0", + "ffmpeg-static": "^5.1.0", "geo-reverse": "^1.0.13", "get-port": "^5.1.1", "get-stdin": "^9.0.0",