Skip to content

Commit c718e58

Browse files
fix(deps): update dependency is-video to v2
1 parent b3c9fcf commit c718e58

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@shelf/is-audio-filepath": "2.0.0",
5555
"del": "5.1.0",
5656
"is-image": "3.1.0",
57-
"is-video": "1.0.1"
57+
"is-video": "2.0.0"
5858
},
5959
"devDependencies": {
6060
"@babel/cli": "7.26.4",

yarn.lock

+9-17
Original file line numberDiff line numberDiff line change
@@ -327,14 +327,6 @@
327327
"@babel/template" "^7.20.7"
328328
"@babel/types" "^7.21.0"
329329

330-
"@babel/helper-function-name@^7.24.7":
331-
version "7.24.7"
332-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
333-
integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==
334-
dependencies:
335-
"@babel/template" "^7.24.7"
336-
"@babel/types" "^7.24.7"
337-
338330
"@babel/helper-hoist-variables@^7.18.6":
339331
version "7.18.6"
340332
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:
47784770
gopd "^1.0.1"
47794771
has-tostringtag "^1.0.0"
47804772

4781-
is-video@1.0.1:
4782-
version "1.0.1"
4783-
resolved "https://registry.yarnpkg.com/is-video/-/is-video-1.0.1.tgz#7bc67760b0103d402bc1f10bb542f16a3687773b"
4784-
integrity sha1-e8Z3YLAQPUArwfELtULxajaHdzs=
4773+
is-video@2.0.0:
4774+
version "2.0.0"
4775+
resolved "https://registry.yarnpkg.com/is-video/-/is-video-2.0.0.tgz#af16a82bcda4b1a8cd3bd547338d5a525a6c2c80"
4776+
integrity sha512-xLiwqfgYQnOXKS1grxbczTr6648nfZWwFtrtBFP8HKTQFaxZ28iO4xCklAm7IJfW1Ns7duhPSxaYgyv8/chV0A==
47854777
dependencies:
4786-
video-extensions "^1.0.0"
4778+
video-extensions "^1.2.0"
47874779

47884780
is-weakref@^1.0.2:
47894781
version "1.0.2"
@@ -6858,10 +6850,10 @@ v8-to-istanbul@^9.0.1:
68586850
"@types/istanbul-lib-coverage" "^2.0.1"
68596851
convert-source-map "^1.6.0"
68606852

6861-
video-extensions@^1.0.0:
6862-
version "1.1.0"
6863-
resolved "https://registry.yarnpkg.com/video-extensions/-/video-extensions-1.1.0.tgz#eaa86b45f29a853c2b873e9d8e23b513712997d6"
6864-
integrity sha1-6qhrRfKahTwrhz6djiO1E3Epl9Y=
6853+
video-extensions@^1.2.0:
6854+
version "1.2.0"
6855+
resolved "https://registry.yarnpkg.com/video-extensions/-/video-extensions-1.2.0.tgz#62f449f403b853f02da40964cbf34143f7d96731"
6856+
integrity sha512-TriMl18BHEsh2KuuSA065tbu4SNAC9fge7k8uKoTTofTq89+Xsg4K1BGbmSVETwUZhqSjd9KwRCNwXAW/buXMg==
68656857

68666858
vue-eslint-parser@^9.0.1:
68676859
version "9.0.3"

0 commit comments

Comments
 (0)