From 5bbe65608bf05bd10fa942c86110920674cbb4cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 22:06:29 +0000 Subject: [PATCH] Bump @astro-community/astro-embed-youtube in the astro-framework group Bumps the astro-framework group with 1 update: [@astro-community/astro-embed-youtube](https://github.com/delucis/astro-embed/tree/HEAD/packages/astro-embed-youtube). Updates `@astro-community/astro-embed-youtube` from 0.5.6 to 0.5.7 - [Release notes](https://github.com/delucis/astro-embed/releases) - [Changelog](https://github.com/delucis/astro-embed/blob/main/packages/astro-embed-youtube/CHANGELOG.md) - [Commits](https://github.com/delucis/astro-embed/commits/@astro-community/astro-embed-youtube@0.5.7/packages/astro-embed-youtube) --- updated-dependencies: - dependency-name: "@astro-community/astro-embed-youtube" dependency-version: 0.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: astro-framework ... 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 e0eb86b5fb2..6de55f93836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@11ty/eleventy-fetch": "^4.0.1", "@apollo/client": "^3.14.0", - "@astro-community/astro-embed-youtube": "^0.5.6", + "@astro-community/astro-embed-youtube": "^0.5.7", "@astrojs/mdx": "^4.3.4", "@astrojs/partytown": "^2.1.4", "@astrojs/preact": "^4.1.0", @@ -496,9 +496,9 @@ } }, "node_modules/@astro-community/astro-embed-youtube": { - "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==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-youtube/-/astro-embed-youtube-0.5.7.tgz", + "integrity": "sha512-Yq1cw4JCnrjnf/278frWZ9VQyAjyAwUd1CH2XZHFt9pNb5PeFNoRUSPlBvUzN6F/XorkWEEyE2N98rcdyx9mHg==", "license": "MIT", "dependencies": { "lite-youtube-embed": "^0.3.3" diff --git a/package.json b/package.json index 9ea3338aba2..f2f25471e5f 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@11ty/eleventy-fetch": "^4.0.1", "@apollo/client": "^3.14.0", - "@astro-community/astro-embed-youtube": "^0.5.6", + "@astro-community/astro-embed-youtube": "^0.5.7", "@astrojs/mdx": "^4.3.4", "@astrojs/partytown": "^2.1.4", "@astrojs/preact": "^4.1.0",