diff --git a/package-lock.json b/package-lock.json index e60f91242396d25..773586a4e64dc58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "cloudflare-docs-starlight", "hasInstallScript": true, "devDependencies": { - "@astro-community/astro-embed-youtube": "^0.5.5", + "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/check": "^0.9.4", "@astrojs/react": "^3.6.2", "@astrojs/rss": "^4.0.9", @@ -523,9 +523,9 @@ } }, "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==", "dev": true, "dependencies": { "lite-youtube-embed": "^0.3.3" diff --git a/package.json b/package.json index eeaf8d3aa46aaf4..ed3b2a9b7c595d1 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test": "npx vitest" }, "devDependencies": { - "@astro-community/astro-embed-youtube": "^0.5.5", + "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/check": "^0.9.4", "@astrojs/react": "^3.6.2", "@astrojs/rss": "^4.0.9",