From f2845ffd2a613f72a1abbd3391c0e50aea86e3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 11:44:00 +0000 Subject: [PATCH] Bump @cf-wasm/resvg from 0.3.4 to 0.3.5 in /worker Bumps [@cf-wasm/resvg](https://github.com/fineshopdesign/cf-wasm/tree/HEAD/packages/resvg) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/fineshopdesign/cf-wasm/releases) - [Changelog](https://github.com/fineshopdesign/cf-wasm/blob/main/packages/resvg/CHANGELOG.md) - [Commits](https://github.com/fineshopdesign/cf-wasm/commits/@cf-wasm/resvg@0.3.5/packages/resvg) --- updated-dependencies: - dependency-name: "@cf-wasm/resvg" dependency-version: 0.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- worker/package-lock.json | 8 ++++---- worker/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/worker/package-lock.json b/worker/package-lock.json index 9165502..cdce2cc 100644 --- a/worker/package-lock.json +++ b/worker/package-lock.json @@ -8,7 +8,7 @@ "name": "tnmp-notifications", "version": "1.0.0", "dependencies": { - "@cf-wasm/resvg": "^0.3.4", + "@cf-wasm/resvg": "^0.3.5", "chess.js": "^1.4.0" }, "devDependencies": { @@ -17,9 +17,9 @@ } }, "node_modules/@cf-wasm/resvg": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@cf-wasm/resvg/-/resvg-0.3.4.tgz", - "integrity": "sha512-CMgV0ynRszZvTaHif5yPFFW4ibkopIfnaQZnklC5p80neJR/DCAUKGUgOFGhIVD8Biziiu86TFC0IQYRJyfWdw==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@cf-wasm/resvg/-/resvg-0.3.5.tgz", + "integrity": "sha512-0dTZFR7AEVrnchNR68VLWg/AL64e42q7WkT4Dc6PxMCRjnPuWrqY3qu01bN/w31pXgPIJTvnNHnqtw9WbZCUEw==", "license": "MPL-2.0", "dependencies": { "@resvg/resvg-wasm": "2.6.2", diff --git a/worker/package.json b/worker/package.json index 3a77a6d..0456688 100644 --- a/worker/package.json +++ b/worker/package.json @@ -13,7 +13,7 @@ "wrangler": "^4.88.0" }, "dependencies": { - "@cf-wasm/resvg": "^0.3.4", + "@cf-wasm/resvg": "^0.3.5", "chess.js": "^1.4.0" } }