diff --git a/package-lock.json b/package-lock.json index 20a3d4d57a..37da9e452d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "astro-auto-import": "^0.4.5", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.5", - "astro-og-canvas": "^0.7.2", + "astro-og-canvas": "^0.8.0", "canvaskit-wasm": "^0.40.0", "eslint": "^9.39.2", "eslint-mdx": "^3.6.2", @@ -6397,9 +6397,9 @@ } }, "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.8.0", + "resolved": "https://registry.npmjs.org/astro-og-canvas/-/astro-og-canvas-0.8.0.tgz", + "integrity": "sha512-0DUPEC9f5ajcXcY5Enx1KmD0lfW2VtjH69B4sFTQxKM/DdH9eF5MGRmBwjzlnAUGsOcmBXqCtO3lOP78eLlWSw==", "dev": true, "license": "MIT", "dependencies": { @@ -6407,11 +6407,8 @@ "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 05a290c119..bcc792dab1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "astro-auto-import": "^0.4.5", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.5", - "astro-og-canvas": "^0.7.2", + "astro-og-canvas": "^0.8.0", "canvaskit-wasm": "^0.40.0", "eslint": "^9.39.2", "eslint-mdx": "^3.6.2",