From 0942a064f12baf97f6b97a1fd4960ae726472f45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:34:34 +0000 Subject: [PATCH] fix(deps): update dependency is-video to v2 --- package.json | 2 +- yarn.lock | 26 +++++++++----------------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 2808c9a..2a8fcba 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@shelf/is-audio-filepath": "2.0.0", "del": "5.1.0", "is-image": "3.1.0", - "is-video": "1.0.1" + "is-video": "2.0.0" }, "devDependencies": { "@babel/cli": "7.26.4", diff --git a/yarn.lock b/yarn.lock index 8261be7..e8a5cfc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -327,14 +327,6 @@ "@babel/template" "^7.20.7" "@babel/types" "^7.21.0" -"@babel/helper-function-name@^7.24.7": - version "7.24.7" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2" - integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA== - dependencies: - "@babel/template" "^7.24.7" - "@babel/types" "^7.24.7" - "@babel/helper-hoist-variables@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" @@ -4778,12 +4770,12 @@ is-typed-array@^1.1.10, is-typed-array@^1.1.9: gopd "^1.0.1" has-tostringtag "^1.0.0" -is-video@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-video/-/is-video-1.0.1.tgz#7bc67760b0103d402bc1f10bb542f16a3687773b" - integrity sha1-e8Z3YLAQPUArwfELtULxajaHdzs= +is-video@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-video/-/is-video-2.0.0.tgz#af16a82bcda4b1a8cd3bd547338d5a525a6c2c80" + integrity sha512-xLiwqfgYQnOXKS1grxbczTr6648nfZWwFtrtBFP8HKTQFaxZ28iO4xCklAm7IJfW1Ns7duhPSxaYgyv8/chV0A== dependencies: - video-extensions "^1.0.0" + video-extensions "^1.2.0" is-weakref@^1.0.2: version "1.0.2" @@ -6858,10 +6850,10 @@ v8-to-istanbul@^9.0.1: "@types/istanbul-lib-coverage" "^2.0.1" convert-source-map "^1.6.0" -video-extensions@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/video-extensions/-/video-extensions-1.1.0.tgz#eaa86b45f29a853c2b873e9d8e23b513712997d6" - integrity sha1-6qhrRfKahTwrhz6djiO1E3Epl9Y= +video-extensions@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/video-extensions/-/video-extensions-1.2.0.tgz#62f449f403b853f02da40964cbf34143f7d96731" + integrity sha512-TriMl18BHEsh2KuuSA065tbu4SNAC9fge7k8uKoTTofTq89+Xsg4K1BGbmSVETwUZhqSjd9KwRCNwXAW/buXMg== vue-eslint-parser@^9.0.1: version "9.0.3"