From bf065fcbc6f34bf6f0e04fdd7aec9502cba0efb5 Mon Sep 17 00:00:00 2001 From: louistiti Date: Sun, 4 Sep 2022 23:59:18 +0800 Subject: [PATCH] chore: upgrade FFprobe to latest --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1182a415..93dd4b1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@aws-sdk/client-polly": "^3.18.0", "@fastify/static": "^6.5.0", "@ffmpeg-installer/ffmpeg": "^1.1.0", - "@ffprobe-installer/ffprobe": "^1.3.0", + "@ffprobe-installer/ffprobe": "^1.4.1", "@google-cloud/speech": "^4.2.0", "@google-cloud/text-to-speech": "^3.2.1", "@nlpjs/builtin-microsoft": "^4.22.7", diff --git a/package.json b/package.json index c5e06474..b203781c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@aws-sdk/client-polly": "^3.18.0", "@fastify/static": "^6.5.0", "@ffmpeg-installer/ffmpeg": "^1.1.0", - "@ffprobe-installer/ffprobe": "^1.3.0", + "@ffprobe-installer/ffprobe": "^1.4.1", "@google-cloud/speech": "^4.2.0", "@google-cloud/text-to-speech": "^3.2.1", "@nlpjs/builtin-microsoft": "^4.22.7",