From acd43129eaa8f144d19055eed16f117f164798a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:39:42 +0000 Subject: [PATCH] Bump the non-breaking-changes group in /assets with 1 update Bumps the non-breaking-changes group in /assets with 1 update: [hls.js](https://github.com/video-dev/hls.js). Updates `hls.js` from 1.4.14 to 1.5.2 - [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.14...v1.5.2) --- updated-dependencies: - dependency-name: hls.js dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] --- assets/package-lock.json | 14 +++++++------- assets/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index c802fe89..5eadeee7 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -7,7 +7,7 @@ "license": "MIT", "dependencies": { "@mapbox/mapbox-gl-draw": "^1.4.3", - "hls.js": "^1.4.14", + "hls.js": "^1.5.2", "maplibre-gl": "^3.6.2" }, "devDependencies": { @@ -299,9 +299,9 @@ } }, "node_modules/hls.js": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.14.tgz", - "integrity": "sha512-UppQjyvPVclg+6t2KY/Rv03h0+bA5u6zwqVoz4LAC/L0fgYmIaCD7ZCrwe8WI1Gv01be1XL0QFsRbSdIHV/Wbw==" + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.2.tgz", + "integrity": "sha512-MJtx9GbfO1We1N6Zx5JbxdIAGLQWKPss56YzkR45GIdVcz+jBQVbLBZnsANpQpECvRBWZUcg9opEDo1biG/qVA==" }, "node_modules/ieee754": { "version": "1.2.1", @@ -881,9 +881,9 @@ "integrity": "sha512-zpImx2GoKXy42fVDSEad2BPKuSQdLcqsCYa48K3zHSzM/ugWuYjLDr8IXxpVuL7uCLHw56eaiLxCRthhOzf5ug==" }, "hls.js": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.14.tgz", - "integrity": "sha512-UppQjyvPVclg+6t2KY/Rv03h0+bA5u6zwqVoz4LAC/L0fgYmIaCD7ZCrwe8WI1Gv01be1XL0QFsRbSdIHV/Wbw==" + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.2.tgz", + "integrity": "sha512-MJtx9GbfO1We1N6Zx5JbxdIAGLQWKPss56YzkR45GIdVcz+jBQVbLBZnsANpQpECvRBWZUcg9opEDo1biG/qVA==" }, "ieee754": { "version": "1.2.1", diff --git a/assets/package.json b/assets/package.json index 2068c66a..ee910ca5 100644 --- a/assets/package.json +++ b/assets/package.json @@ -3,7 +3,7 @@ "license": "MIT", "dependencies": { "@mapbox/mapbox-gl-draw": "^1.4.3", - "hls.js": "^1.4.14", + "hls.js": "^1.5.2", "maplibre-gl": "^3.6.2" }, "devDependencies": {