diff --git a/package-lock.json b/package-lock.json index e8f28a0..1c8b246 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,16 +7,16 @@ "": { "version": "0.0.1", "dependencies": { - "@astro-community/astro-embed-youtube": "^0.5.9", + "@astro-community/astro-embed-youtube": "^0.5.10", "@astrojs/check": "^0.9.6", "@astrojs/markdown-remark": "^6.3.10", "@astrojs/starlight": "^0.37.1", "@fontsource/neucha": "^5.2.8", - "@iconify-json/simple-icons": "^1.2.64", + "@iconify-json/simple-icons": "^1.2.65", "@iconify-json/solar": "^1.2.5", "astro": "^5.16.6", "astro-icon": "^1.1.5", - "astro-og-canvas": "^0.7.2", + "astro-og-canvas": "^0.10.0", "astro-swiper": "^1.4.0", "sharp": "^0.34.5", "typescript": "^5.9.3" @@ -46,15 +46,12 @@ } }, "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/check": { @@ -933,9 +930,9 @@ } }, "node_modules/@iconify-json/simple-icons": { - "version": "1.2.64", - "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.64.tgz", - "integrity": "sha512-SMmm//tjZBvHnT0EAzZLnBTL6bukSkncM0pwkOXjr0FsAeCqjQtqoxBR0Mp+PazIJjXJKHm1Ju0YgnCIPOodJg==", + "version": "1.2.65", + "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.65.tgz", + "integrity": "sha512-v/O0UeqrDz6ASuRVE5g2Puo5aWyej4M/CxX6WYDBARgswwxK0mp3VQbGgPFEAAUU9QN02IjTgjMuO021gpWf2w==", "license": "CC0-1.0", "dependencies": { "@iconify/types": "*" @@ -2833,20 +2830,17 @@ } }, "node_modules/astro-og-canvas": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/astro-og-canvas/-/astro-og-canvas-0.7.2.tgz", - "integrity": "sha512-i7sWbdpl2MMF7wUZqSfzMnhW4c7GQz6s7T4BUJ7E06MqasZRHjJytn0n6D0JJkGDeTpZnU7E00A6Ffx0pRB4kg==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/astro-og-canvas/-/astro-og-canvas-0.10.0.tgz", + "integrity": "sha512-JkSIYEo2sTJiuht7iVQ2CNT38+rrlvkRpJkqjA58WDFHdymgWktoT9zLkjEkn2u9K2zeZx2GTev16IBJzIoZNQ==", "license": "MIT", "dependencies": { "canvaskit-wasm": "^0.40.0", "deterministic-object-hash": "^2.0.2", "entities": "^7.0.0" }, - "engines": { - "node": ">=18.14.1" - }, "peerDependencies": { - "astro": "^3.0.0 || ^4.0.0 || ^5.0.0" + "astro": "^5.0.0 || ^6.0.0-alpha" } }, "node_modules/astro-og-canvas/node_modules/entities": { diff --git a/package.json b/package.json index f91008f..c326277 100644 --- a/package.json +++ b/package.json @@ -10,16 +10,16 @@ "astro": "astro" }, "dependencies": { - "@astro-community/astro-embed-youtube": "^0.5.9", + "@astro-community/astro-embed-youtube": "^0.5.10", "@astrojs/check": "^0.9.6", "@astrojs/markdown-remark": "^6.3.10", "@astrojs/starlight": "^0.37.1", "@fontsource/neucha": "^5.2.8", - "@iconify-json/simple-icons": "^1.2.64", + "@iconify-json/simple-icons": "^1.2.65", "@iconify-json/solar": "^1.2.5", "astro": "^5.16.6", "astro-icon": "^1.1.5", - "astro-og-canvas": "^0.7.2", + "astro-og-canvas": "^0.10.0", "astro-swiper": "^1.4.0", "sharp": "^0.34.5", "typescript": "^5.9.3"