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",