update astro-lazy-youtube-embed

This commit is contained in:
LWinterberg
2025-03-17 17:26:37 +01:00
parent b587495107
commit 68a0f1fb09
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"astro": "^5.5.2",
"astro-compressor": "^0.4.1",
"astro-icon": "^0.8.1",
"astro-lazy-youtube-embed": "^0.5.1",
"astro-lazy-youtube-embed": "^0.5.4",
"framer-motion": "^9.0.2",
"platform": "^1.3.6",
"react": "^18.2.0",
@@ -2201,12 +2201,12 @@
}
},
"node_modules/astro-lazy-youtube-embed": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/astro-lazy-youtube-embed/-/astro-lazy-youtube-embed-0.5.1.tgz",
"integrity": "sha512-Xryd+Oo3+YDQhRVudVFu4B+3jZB1vqn5v6BXALF/keh+Yrv4TZCRytaNzSV6QJy0WJxOzoyUxwbBx4S/+DR/xQ==",
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/astro-lazy-youtube-embed/-/astro-lazy-youtube-embed-0.5.4.tgz",
"integrity": "sha512-6Nd52ndiC7qM9jBC2/iAVsgbGMLBEHo0NfyECTyvsoKlei5Crl8S279Y8QhbKei+L6/FPSIijRV+ztY9/Pd3Wg==",
"license": "MIT",
"peerDependencies": {
"astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta"
"astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta"
}
},
"node_modules/astro/node_modules/chokidar": {

View File

@@ -20,7 +20,7 @@
"astro": "^5.5.2",
"astro-compressor": "^0.4.1",
"astro-icon": "^0.8.1",
"astro-lazy-youtube-embed": "^0.5.1",
"astro-lazy-youtube-embed": "^0.5.4",
"framer-motion": "^9.0.2",
"platform": "^1.3.6",
"react": "^18.2.0",