Skip to content

Commit a7a7300

Browse files
fix(deps): update dependency is-video to v2
1 parent 263c491 commit a7a7300

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.27.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4818,12 +4818,12 @@ is-typed-array@^1.1.10, is-typed-array@^1.1.9:
48184818
gopd "^1.0.1"
48194819
has-tostringtag "^1.0.0"
48204820

4821-
is-video@1.0.1:
4822-
version "1.0.1"
4823-
resolved "https://registry.yarnpkg.com/is-video/-/is-video-1.0.1.tgz#7bc67760b0103d402bc1f10bb542f16a3687773b"
4824-
integrity sha1-e8Z3YLAQPUArwfELtULxajaHdzs=
4821+
is-video@2.0.0:
4822+
version "2.0.0"
4823+
resolved "https://registry.yarnpkg.com/is-video/-/is-video-2.0.0.tgz#af16a82bcda4b1a8cd3bd547338d5a525a6c2c80"
4824+
integrity sha512-xLiwqfgYQnOXKS1grxbczTr6648nfZWwFtrtBFP8HKTQFaxZ28iO4xCklAm7IJfW1Ns7duhPSxaYgyv8/chV0A==
48254825
dependencies:
4826-
video-extensions "^1.0.0"
4826+
video-extensions "^1.2.0"
48274827

48284828
is-weakref@^1.0.2:
48294829
version "1.0.2"
@@ -6898,10 +6898,10 @@ v8-to-istanbul@^9.0.1:
68986898
"@types/istanbul-lib-coverage" "^2.0.1"
68996899
convert-source-map "^1.6.0"
69006900

6901-
video-extensions@^1.0.0:
6902-
version "1.1.0"
6903-
resolved "https://registry.yarnpkg.com/video-extensions/-/video-extensions-1.1.0.tgz#eaa86b45f29a853c2b873e9d8e23b513712997d6"
6904-
integrity sha1-6qhrRfKahTwrhz6djiO1E3Epl9Y=
6901+
video-extensions@^1.2.0:
6902+
version "1.2.0"
6903+
resolved "https://registry.yarnpkg.com/video-extensions/-/video-extensions-1.2.0.tgz#62f449f403b853f02da40964cbf34143f7d96731"
6904+
integrity sha512-TriMl18BHEsh2KuuSA065tbu4SNAC9fge7k8uKoTTofTq89+Xsg4K1BGbmSVETwUZhqSjd9KwRCNwXAW/buXMg==
69056905

69066906
vue-eslint-parser@^9.0.1:
69076907
version "9.0.3"

0 commit comments

Comments
 (0)