From 1821f7b278e701ce824e254fc1fe6a15db0393db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:03:41 +0000 Subject: [PATCH] chore(deps-dev): bump astro-og-canvas from 0.7.2 to 0.10.0 Bumps [astro-og-canvas](https://github.com/delucis/astro-og-canvas/tree/HEAD/packages/astro-og-canvas) from 0.7.2 to 0.10.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.10.0/packages/astro-og-canvas) --- updated-dependencies: - dependency-name: astro-og-canvas dependency-version: 0.10.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 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",