Skip to content

Commit f6fd28e

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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-9
Original file line numberDiff line numberDiff line change
@@ -4916,12 +4916,12 @@ is-typed-array@^1.1.10, is-typed-array@^1.1.9:
49164916
gopd "^1.0.1"
49174917
has-tostringtag "^1.0.0"
49184918

4919-
is-video@1.0.1:
4920-
version "1.0.1"
4921-
resolved "https://registry.yarnpkg.com/is-video/-/is-video-1.0.1.tgz#7bc67760b0103d402bc1f10bb542f16a3687773b"
4922-
integrity sha1-e8Z3YLAQPUArwfELtULxajaHdzs=
4919+
is-video@2.0.0:
4920+
version "2.0.0"
4921+
resolved "https://registry.yarnpkg.com/is-video/-/is-video-2.0.0.tgz#af16a82bcda4b1a8cd3bd547338d5a525a6c2c80"
4922+
integrity sha512-xLiwqfgYQnOXKS1grxbczTr6648nfZWwFtrtBFP8HKTQFaxZ28iO4xCklAm7IJfW1Ns7duhPSxaYgyv8/chV0A==
49234923
dependencies:
4924-
video-extensions "^1.0.0"
4924+
video-extensions "^1.2.0"
49254925

49264926
is-weakref@^1.0.2:
49274927
version "1.0.2"
@@ -6996,10 +6996,10 @@ v8-to-istanbul@^9.0.1:
69966996
"@types/istanbul-lib-coverage" "^2.0.1"
69976997
convert-source-map "^1.6.0"
69986998

6999-
video-extensions@^1.0.0:
7000-
version "1.1.0"
7001-
resolved "https://registry.yarnpkg.com/video-extensions/-/video-extensions-1.1.0.tgz#eaa86b45f29a853c2b873e9d8e23b513712997d6"
7002-
integrity sha1-6qhrRfKahTwrhz6djiO1E3Epl9Y=
6999+
video-extensions@^1.2.0:
7000+
version "1.2.0"
7001+
resolved "https://registry.yarnpkg.com/video-extensions/-/video-extensions-1.2.0.tgz#62f449f403b853f02da40964cbf34143f7d96731"
7002+
integrity sha512-TriMl18BHEsh2KuuSA065tbu4SNAC9fge7k8uKoTTofTq89+Xsg4K1BGbmSVETwUZhqSjd9KwRCNwXAW/buXMg==
70037003

70047004
vue-eslint-parser@^9.0.1:
70057005
version "9.0.3"

0 commit comments

Comments
 (0)