diff --git a/package-lock.json b/package-lock.json index 0c2019c0880..4ee5cf5c28c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@11ty/eleventy-fetch": "^4.0.1", - "@astro-community/astro-embed-youtube": "^0.5.9", + "@astro-community/astro-embed-youtube": "^0.5.10", "@astrojs/mdx": "^4.3.13", "@astrojs/partytown": "^2.1.4", "@astrojs/preact": "^4.1.3", @@ -500,15 +500,12 @@ "license": "MIT" }, "node_modules/@astro-community/astro-embed-youtube": { - "version": "0.5.9", - "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-youtube/-/astro-embed-youtube-0.5.9.tgz", - "integrity": "sha512-8Uk2SKbyZVb+jxwqSAMoEpQo+063XYwCI3yRy9cbkyHpu09mDabGZNTF5XrL8CKr3NtR5haBkeYK/kSuKUkJ/g==", + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-youtube/-/astro-embed-youtube-0.5.10.tgz", + "integrity": "sha512-hVlx77KQLjKzElVQnrU5znQ5/E60keVSAPrhuWvQQHuqva5auJtt8YBpOThkwDMuEKXjQybEF1/3C07RZ8MAOQ==", "license": "MIT", "dependencies": { "lite-youtube-embed": "^0.3.4" - }, - "peerDependencies": { - "astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta" } }, "node_modules/@astrojs/compiler": { diff --git a/package.json b/package.json index 41473ebae9f..522e263c500 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "dependencies": { "@11ty/eleventy-fetch": "^4.0.1", - "@astro-community/astro-embed-youtube": "^0.5.9", + "@astro-community/astro-embed-youtube": "^0.5.10", "@astrojs/mdx": "^4.3.13", "@astrojs/partytown": "^2.1.4", "@astrojs/preact": "^4.1.3",