From 58fa2cca42b8805993d660a14ed768df59a1da8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 19:13:36 +0000 Subject: [PATCH] fix(deps): update dependency astro-og-canvas to ^0.5.5 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74d3652..f623299 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "astro-critters": "^2.2.0", "astro-iconify": "^1.2.0", "astro-licenses-report": "^0.8.4", - "astro-og-canvas": "^0.5.4", + "astro-og-canvas": "^0.5.5", "astro-pagefind": "^1.6.0", "astro-robots-txt": "^1.0.0", "astro-webmanifest": "^1.0.0", @@ -4373,9 +4373,9 @@ } }, "node_modules/astro-og-canvas": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/astro-og-canvas/-/astro-og-canvas-0.5.4.tgz", - "integrity": "sha512-bKopjX5DZ0WZH3kmUl82EVBhGzoCQwH5Ja4YdB5MO1EtWFZpWzvKWWptsOKGhjz+Kn85+gD/kgw25ebrvYufSg==", + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/astro-og-canvas/-/astro-og-canvas-0.5.5.tgz", + "integrity": "sha512-dbZ7voJAmvy8Zyv5zFsgENs9G4uhcCJ4nVuUPb7ymu8+Vp/jr/fdQDKPrLYUG2TSi/1HejYRnzkXcSv6ntlDTA==", "license": "MIT", "dependencies": { "canvaskit-wasm": "^0.39.1", @@ -4386,7 +4386,7 @@ "node": ">=18.14.1" }, "peerDependencies": { - "astro": "^3.0.0 || ^4.0.0" + "astro": "^3.0.0 || ^4.0.0 || ^5.0.0" } }, "node_modules/astro-pagefind": { diff --git a/package.json b/package.json index 1eeea89..28bdaa1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "astro-critters": "^2.2.0", "astro-iconify": "^1.2.0", "astro-licenses-report": "^0.8.4", - "astro-og-canvas": "^0.5.4", + "astro-og-canvas": "^0.5.5", "astro-pagefind": "^1.6.0", "astro-robots-txt": "^1.0.0", "astro-webmanifest": "^1.0.0",