From e0500d1e714bdde93217eb979389c43d1eb328fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 07:20:29 +0000 Subject: [PATCH] chore(deps-dev): bump astro-og-canvas from 0.7.2 to 0.8.0 Bumps [astro-og-canvas](https://github.com/delucis/astro-og-canvas/tree/HEAD/packages/astro-og-canvas) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/delucis/astro-og-canvas/releases) - [Changelog](https://github.com/delucis/astro-og-canvas/blob/latest/packages/astro-og-canvas/CHANGELOG.md) - [Commits](https://github.com/delucis/astro-og-canvas/commits/astro-og-canvas@0.8.0/packages/astro-og-canvas) --- updated-dependencies: - dependency-name: astro-og-canvas dependency-version: 0.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++-------- package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) 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",