diff --git a/package-lock.json b/package-lock.json index 545900fdcd..9b3bedef28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "astro-auto-import": "^0.5.1", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.5", - "astro-og-canvas": "^0.7.2", + "astro-og-canvas": "^0.10.0", "canvaskit-wasm": "^0.40.0", "eslint": "^9.39.2", "eslint-mdx": "^3.6.2", @@ -6388,9 +6388,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.10.0", + "resolved": "https://registry.npmjs.org/astro-og-canvas/-/astro-og-canvas-0.10.0.tgz", + "integrity": "sha512-JkSIYEo2sTJiuht7iVQ2CNT38+rrlvkRpJkqjA58WDFHdymgWktoT9zLkjEkn2u9K2zeZx2GTev16IBJzIoZNQ==", "dev": true, "license": "MIT", "dependencies": { @@ -6398,11 +6398,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 fd107536ab..fc2efd2b7c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "astro-auto-import": "^0.5.1", "astro-eslint-parser": "^1.2.2", "astro-expressive-code": "^0.41.5", - "astro-og-canvas": "^0.7.2", + "astro-og-canvas": "^0.10.0", "canvaskit-wasm": "^0.40.0", "eslint": "^9.39.2", "eslint-mdx": "^3.6.2",