From 6cc1171ab53c6e2db8837399f65153fc0fd1a64d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:53:34 +0000 Subject: [PATCH] fix(deps): update dependency satori to ^0.33.0 --- package-lock.json | 22 ++++++++++++++++++---- package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 405cfa2..63a8908 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@tailwindcss/vite": "^4.2.1", "@vercel/analytics": "^2.0.1", "astro": "^7.0.5", - "satori": "^0.29.0", + "satori": "^0.33.0", "satori-html": "^0.3.2", "sharp": "^0.35.3", "starlight-page-context-action": "^0.4.1", @@ -4791,6 +4791,12 @@ "uncrypto": "^0.1.3" } }, + "node_modules/harfbuzzjs": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/harfbuzzjs/-/harfbuzzjs-0.10.0.tgz", + "integrity": "sha512-SN8LVwCOzvTq3OPNd0+EAghgXugItz56wst567D1vs7LnnKGWprhi3EG58aVOBwhN8HEbQxL4I9NDWkcXUutRw==", + "license": "MIT" + }, "node_modules/hast-util-embedded": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz", @@ -7726,9 +7732,9 @@ } }, "node_modules/satori": { - "version": "0.29.1", - "resolved": "https://registry.npmjs.org/satori/-/satori-0.29.1.tgz", - "integrity": "sha512-fPRFt1V0zq+qjNTWuLGdH26Qu9oI/WHcHIsDj7EdrmudDd5XIkx0TsDzD2POthxKiJ4xMPyq20YIj6WcgEbY3Q==", + "version": "0.33.4", + "resolved": "https://registry.npmjs.org/satori/-/satori-0.33.4.tgz", + "integrity": "sha512-dCnaW6D/tkCJxG5UvpZPWnnvfTdGTVVSAq1tzH6xC5MeOhAeeswRcSq5zT7C6lRCdTGow9PRGus7PCzdp5JJYw==", "license": "MPL-2.0", "dependencies": { "@shuding/opentype.js": "1.4.0-beta.0", @@ -7738,6 +7744,8 @@ "css-to-react-native": "^3.0.0", "emoji-regex-xs": "^2.0.1", "escape-html": "^1.0.3", + "fflate": "0.7.3", + "harfbuzzjs": "0.10.0", "linebreak": "^1.1.0", "parse-css-color": "^0.2.1", "postcss-value-parser": "^4.2.0", @@ -7756,6 +7764,12 @@ "ultrahtml": "^1.2.0" } }, + "node_modules/satori/node_modules/fflate": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.7.3.tgz", + "integrity": "sha512-0Zz1jOzJWERhyhsimS54VTqOteCNwRtIlh8isdL0AXLo0g7xNTfTL7oWrkmCnPhZGocKIkWHBistBrrpoNH3aw==", + "license": "MIT" + }, "node_modules/satteri": { "version": "0.9.5", "resolved": "https://registry.npmjs.org/satteri/-/satteri-0.9.5.tgz", diff --git a/package.json b/package.json index a167a35..85ff88e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@tailwindcss/vite": "^4.2.1", "@vercel/analytics": "^2.0.1", "astro": "^7.0.5", - "satori": "^0.29.0", + "satori": "^0.33.0", "satori-html": "^0.3.2", "sharp": "^0.35.3", "starlight-page-context-action": "^0.4.1",