From 81c1def4c4c417dc757258debb03b76466ae6164 Mon Sep 17 00:00:00 2001 From: Firq Date: Fri, 7 Feb 2025 11:37:16 +0100 Subject: [PATCH] Bumped embed to fix accessibility issue --- package-lock.json | 13 +++++++------ package.json | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6eb17a8..84776b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,14 +1,14 @@ { "name": "@firq/fgosite", - "version": "0.2.0-pre.63", + "version": "0.2.0-pre.64", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@firq/fgosite", - "version": "0.2.0-pre.63", + "version": "0.2.0-pre.64", "dependencies": { - "@astro-community/astro-embed-youtube": "^0.5.2", + "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^4.0.8", "@astrojs/sitemap": "^3.2.1", @@ -22,9 +22,10 @@ } }, "node_modules/@astro-community/astro-embed-youtube": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-youtube/-/astro-embed-youtube-0.5.5.tgz", - "integrity": "sha512-pG9uYjyZB1kpW8Ljy/H1Klof2txVXLwQmyoG4XWblZyt9eqFlaa65MdzL7UKzzqdoOsn64TN+Q+zPbx0HJhP4Q==", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-youtube/-/astro-embed-youtube-0.5.6.tgz", + "integrity": "sha512-/mRfCl/eTBUz0kmjD1psOy0qoDDBorVp0QumUacjFcIkBullYtbeFQ2ZGZ+3N/tA6cR/OIyzr2QA4dQXlY6USg==", + "license": "MIT", "dependencies": { "lite-youtube-embed": "^0.3.3" }, diff --git a/package.json b/package.json index 8bdb6b6..57d79c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.63", + "version": "0.2.0-pre.64", "private": true, "scripts": { "dev": "astro dev", @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astro-community/astro-embed-youtube": "^0.5.2", + "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/check": "^0.9.4", "@astrojs/mdx": "^4.0.8", "@astrojs/sitemap": "^3.2.1",