Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit 2a36b3e

Browse files
committed
chore(deps): update @types/hls to v1.0.0
1 parent 4fc07c8 commit 2a36b3e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@rollup/plugin-node-resolve": "^13.0.0",
4949
"@types/angular": "^1.8.1",
5050
"@types/hammerjs": "^2.0.39",
51-
"@types/hls.js": "^0.13.3",
51+
"@types/hls.js": "^1.0.0",
5252
"@types/lodash.mergewith": "^4.6.6",
5353
"angular-i18n": "^1.8.2",
5454
"babel-plugin-angularjs-annotate": "^0.10.0",

Diff for: yarn.lock

+7-5
Original file line numberDiff line numberDiff line change
@@ -1050,10 +1050,12 @@
10501050
resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.40.tgz#ded0240b6ea1ad7afc1e60374c49087aaea5dbd8"
10511051
integrity sha512-VbjwR1fhsn2h2KXAY4oy1fm7dCxaKy0D+deTb8Ilc3Eo3rc5+5eA4rfYmZaHgNJKxVyI0f6WIXzO2zLkVmQPHA==
10521052

1053-
"@types/hls.js@^0.13.3":
1054-
version "0.13.3"
1055-
resolved "https://registry.yarnpkg.com/@types/hls.js/-/hls.js-0.13.3.tgz#eb982a866125745eadee468c989fc9e189f24019"
1056-
integrity sha512-Po8ZPCsAcPPuf5OODPEkb6cdWJ/w4BdX1veP7IIOc2WG0x1SW4GEQ1+FHKN1AMG2AePJfNUceJbh5PKtP92yRQ==
1053+
"@types/hls.js@^1.0.0":
1054+
version "1.0.0"
1055+
resolved "https://registry.yarnpkg.com/@types/hls.js/-/hls.js-1.0.0.tgz#47a03f97217461d279e4dc89481ddff86def5a36"
1056+
integrity sha512-EGY2QJefX+Z9XH4PAxI7RFoNqBlQEk16UpYR3kbr82CIgMX5SlMe0PjFdFV0JytRhyVPQCiwSyONuI6S1KdSag==
1057+
dependencies:
1058+
hls.js "*"
10571059

10581060
"@types/lodash.mergewith@^4.6.6":
10591061
version "4.6.6"
@@ -3066,7 +3068,7 @@ hex-color-regex@^1.1.0:
30663068
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
30673069
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
30683070

3069-
hls.js@^1.0.0:
3071+
hls.js@*, hls.js@^1.0.0:
30703072
version "1.0.11"
30713073
resolved "https://registry.yarnpkg.com/hls.js/-/hls.js-1.0.11.tgz#8bc4adf7a80aaaa0378e5e3ad417bb9bb9bea3eb"
30723074
integrity sha512-KY6WUwtp7v+L4ec5hX6waNB3N0HOGkWfp3r7XcAZtUc6MT6TzbTsH5wYjQTQVQXQ6HVrDGqF2U5ovc+/R4E3lQ==

0 commit comments

Comments
 (0)