From 6955dc4830498b88fed428dd6ae32af64fa880a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:13:19 +0000 Subject: [PATCH] [Docs Site] Bump @astro-community/astro-embed-youtube Bumps [@astro-community/astro-embed-youtube](https://github.com/delucis/astro-embed/tree/HEAD/packages/astro-embed-youtube) from 0.5.5 to 0.5.6. - [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.6/packages/astro-embed-youtube) --- updated-dependencies: - dependency-name: "@astro-community/astro-embed-youtube" dependency-type: direct:development update-type: version-update:semver-patch ... 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 e60f91242396d2..773586a4e64dc5 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 eeaf8d3aa46aaf..ed3b2a9b7c595d 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",