From acdcac7203c383b625bca3168b0499cbe67b9950 Mon Sep 17 00:00:00 2001 From: Fabian Hiller Date: Thu, 25 Apr 2024 12:02:54 -0400 Subject: [PATCH] Upgrade dependencies and bump version to v0.2.1 --- CHANGELOG.md | 6 +++++- package.json | 6 +++--- pnpm-lock.yaml | 16 ++++++++-------- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1259772..b85ad30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to the library will be documented in this file. -## v0.2.0 (January 09, 2023) +## v0.2.1 (April 25, 2024) + +- Upgrade dependencies to latest version to fix bug + +## v0.2.0 (January 09, 2024) - Add `fetchFont` function to load fonts with the Fetch API diff --git a/package.json b/package.json index b1fceda..48c8c52 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "og-img", "description": "Generate dynamic Open Graph images for your website", - "version": "0.2.0", + "version": "0.2.1", "license": "MPL-2.0", "author": "Fabian Hiller", "repository": { @@ -59,8 +59,8 @@ "typescript": "^5.3.3" }, "dependencies": { - "@resvg/resvg-wasm": "^2.6.0", - "satori": "^0.10.11", + "@resvg/resvg-wasm": "^2.6.2", + "satori": "^0.10.13", "satori-html": "^0.3.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4cceb4e..2f4c6bf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,11 +6,11 @@ settings: dependencies: '@resvg/resvg-wasm': - specifier: ^2.6.0 - version: 2.6.0 + specifier: ^2.6.2 + version: 2.6.2 satori: - specifier: ^0.10.11 - version: 0.10.11 + specifier: ^0.10.13 + version: 0.10.13 satori-html: specifier: ^0.3.2 version: 0.3.2 @@ -388,8 +388,8 @@ packages: dev: true optional: true - /@resvg/resvg-wasm@2.6.0: - resolution: {integrity: sha512-iDkBM6Ivex8nULtBu8cX670/lfsGxq8U1cuqE+qS9xFpPQP1enPdVm/33Kq3+B+bAldA+AHNZnCgpmlHo/fZrQ==} + /@resvg/resvg-wasm@2.6.2: + resolution: {integrity: sha512-FqALmHI8D4o6lk/LRWDnhw95z5eO+eAa6ORjVg09YRR7BkcM6oPHU9uyC0gtQG5vpFLvgpeU4+zEAz2H8APHNw==} engines: {node: '>= 10'} dev: false @@ -2249,8 +2249,8 @@ packages: ultrahtml: 1.5.2 dev: false - /satori@0.10.11: - resolution: {integrity: sha512-yLm1xPRPZUaKcBZJ6nmezoJjHB4MqV8x7Mu0PyZUJodRWRDD27UbeMwzuY9LEGG57WYLO4CQsGPlbHWV1Ex9TQ==} + /satori@0.10.13: + resolution: {integrity: sha512-klCwkVYMQ/ZN5inJLHzrUmGwoRfsdP7idB5hfpJ1jfiJk1ErDitK8Hkc6Kll1+Ox2WtqEuGecSZLnmup3CGzvQ==} engines: {node: '>=16'} dependencies: '@shuding/opentype.js': 1.4.0-beta.0