From fa504570026a96c46bf223cef87938961a584739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:24:02 +0000 Subject: [PATCH] Bump vidstack from 1.11.3 to 1.11.4 in /materialious Bumps [vidstack](https://github.com/vidstack/vidstack/tree/HEAD/packages/vidstack) from 1.11.3 to 1.11.4. - [Changelog](https://github.com/vidstack/player/blob/main/CHANGELOG.md) - [Commits](https://github.com/vidstack/vidstack/commits/HEAD/packages/vidstack) --- updated-dependencies: - dependency-name: vidstack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- materialious/package-lock.json | 8 ++++---- materialious/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/materialious/package-lock.json b/materialious/package-lock.json index 06fc7743..2ddc1819 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -13,7 +13,7 @@ "media-icons": "^0.10.0", "sponsorblock-api": "^0.2.4", "svelte-persisted-store": "^0.9.1", - "vidstack": "^1.11.1" + "vidstack": "^1.11.4" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.0.0", @@ -7323,9 +7323,9 @@ "dev": true }, "node_modules/vidstack": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/vidstack/-/vidstack-1.11.3.tgz", - "integrity": "sha512-d3XmFMdvt4RZj5aWBgqCpXCzA0cNhdxd6WiGP98JUgxuj/JScPQ0HXfX9o6xCLabAmuZPDLwZb2r1ZyDhJUn3Q==", + "version": "1.11.4", + "resolved": "https://registry.npmjs.org/vidstack/-/vidstack-1.11.4.tgz", + "integrity": "sha512-xPHrUeIUYWG/7xrx2ap71/YopgyvtH4cXK6pN2V86pNZVykc0/HOjCCgBoJE9cPrCRJMsynX8qhOZxC4wReWLA==", "dependencies": { "media-captions": "^1.0.1", "unplugin": "^1.6.0" diff --git a/materialious/package.json b/materialious/package.json index 283bd062..ab1cfe26 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -40,6 +40,6 @@ "media-icons": "^0.10.0", "sponsorblock-api": "^0.2.4", "svelte-persisted-store": "^0.9.1", - "vidstack": "^1.11.1" + "vidstack": "^1.11.4" } }