From 96ce0f0f389c6aec86b7f2d4f3634796c39baa4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:41:47 +0000 Subject: [PATCH] Bump hls.js from 1.4.10 to 1.4.12 Bumps [hls.js](https://github.com/video-dev/hls.js) from 1.4.10 to 1.4.12. - [Release notes](https://github.com/video-dev/hls.js/releases) - [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md) - [Commits](https://github.com/video-dev/hls.js/compare/v1.4.10...v1.4.12) --- updated-dependencies: - dependency-name: hls.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c944da6..98ed75e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mantine/hooks": "^6.0.19", "@mantine/next": "^6.0.19", "@tabler/icons-react": "^2.32.0", - "hls.js": "^1.4.10", + "hls.js": "^1.4.12", "next": "^13.4.19", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -2787,9 +2787,9 @@ } }, "node_modules/hls.js": { - "version": "1.4.10", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.10.tgz", - "integrity": "sha512-wAVSj4Fm2MqOHy5+BlYnlKxXvJlv5IuZHjlzHu18QmjRzSDFQiUDWdHs5+NsFMQrgKEBwuWDcyvaMC9dUzJ5Uw==" + "version": "1.4.12", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.12.tgz", + "integrity": "sha512-1RBpx2VihibzE3WE9kGoVCtrhhDWTzydzElk/kyRbEOLnb1WIE+3ZabM/L8BqKFTCL3pUy4QzhXgD1Q6Igr1JA==" }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", diff --git a/package.json b/package.json index 498ba43a..7f90eaf8 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@mantine/hooks": "^6.0.19", "@mantine/next": "^6.0.19", "@tabler/icons-react": "^2.32.0", - "hls.js": "^1.4.10", + "hls.js": "^1.4.12", "next": "^13.4.19", "react": "^18.2.0", "react-dom": "^18.2.0",