Skip to content

Commit f7166d4

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

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": "6.0.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
@@ -4799,12 +4799,12 @@ is-typed-array@^1.1.10, is-typed-array@^1.1.9:
47994799
gopd "^1.0.1"
48004800
has-tostringtag "^1.0.0"
48014801

4802-
is-video@1.0.1:
4803-
version "1.0.1"
4804-
resolved "https://registry.yarnpkg.com/is-video/-/is-video-1.0.1.tgz#7bc67760b0103d402bc1f10bb542f16a3687773b"
4805-
integrity sha1-e8Z3YLAQPUArwfELtULxajaHdzs=
4802+
is-video@2.0.0:
4803+
version "2.0.0"
4804+
resolved "https://registry.yarnpkg.com/is-video/-/is-video-2.0.0.tgz#af16a82bcda4b1a8cd3bd547338d5a525a6c2c80"
4805+
integrity sha512-xLiwqfgYQnOXKS1grxbczTr6648nfZWwFtrtBFP8HKTQFaxZ28iO4xCklAm7IJfW1Ns7duhPSxaYgyv8/chV0A==
48064806
dependencies:
4807-
video-extensions "^1.0.0"
4807+
video-extensions "^1.2.0"
48084808

48094809
is-weakref@^1.0.2:
48104810
version "1.0.2"
@@ -6872,10 +6872,10 @@ v8-to-istanbul@^9.0.1:
68726872
"@types/istanbul-lib-coverage" "^2.0.1"
68736873
convert-source-map "^1.6.0"
68746874

6875-
video-extensions@^1.0.0:
6876-
version "1.1.0"
6877-
resolved "https://registry.yarnpkg.com/video-extensions/-/video-extensions-1.1.0.tgz#eaa86b45f29a853c2b873e9d8e23b513712997d6"
6878-
integrity sha1-6qhrRfKahTwrhz6djiO1E3Epl9Y=
6875+
video-extensions@^1.2.0:
6876+
version "1.2.0"
6877+
resolved "https://registry.yarnpkg.com/video-extensions/-/video-extensions-1.2.0.tgz#62f449f403b853f02da40964cbf34143f7d96731"
6878+
integrity sha512-TriMl18BHEsh2KuuSA065tbu4SNAC9fge7k8uKoTTofTq89+Xsg4K1BGbmSVETwUZhqSjd9KwRCNwXAW/buXMg==
68796879

68806880
vue-eslint-parser@^9.0.1:
68816881
version "9.0.3"

0 commit comments

Comments
 (0)