From 03c6f338e0ff499937a1b36bc36884e2e7e6ef17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:07:11 +0000 Subject: [PATCH] Bump @astro-community/astro-embed-youtube from 0.5.5 to 0.5.6 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5a57179..3363445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "version": "0.0.1", "dependencies": { - "@astro-community/astro-embed-youtube": "^0.5.3", + "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/check": "^0.9.4", "@astrojs/markdoc": "^0.11.5", "@astrojs/mdx": "^3.1.9", @@ -115,10 +115,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==", - "license": "MIT", + "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==", "dependencies": { "lite-youtube-embed": "^0.3.3" }, diff --git a/package.json b/package.json index b8a20a8..c11bc73 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astro-community/astro-embed-youtube": "^0.5.3", + "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/check": "^0.9.4", "@astrojs/markdoc": "^0.11.5", "@astrojs/mdx": "^3.1.9",