From 03be5669fb6063f505d854b17bbfd27b89692efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:45:34 +0000 Subject: [PATCH] Bump preact-render-to-string from 6.5.5 to 6.5.10 Bumps [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) from 6.5.5 to 6.5.10. - [Release notes](https://github.com/preactjs/preact-render-to-string/releases) - [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md) - [Commits](https://github.com/preactjs/preact-render-to-string/compare/v6.5.5...v6.5.10) --- updated-dependencies: - dependency-name: preact-render-to-string dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2a6857ee..1588a843 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "preact-cli-plugin-env-vars": "1.2.1", "preact-jsx-chai": "^3.0.0", "preact-markup": "^2.1.1", - "preact-render-to-string": "^6.5.5", + "preact-render-to-string": "^6.5.10", "preact-router": "^4.1.2", "rough-viz": "1.0.6", "sass": "1.77.6", diff --git a/yarn.lock b/yarn.lock index 0268ee7d..644fa6b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11466,10 +11466,10 @@ preact-render-to-string@^5.0.4: dependencies: pretty-format "^3.8.0" -preact-render-to-string@^6.5.5: - version "6.5.5" - resolved "https://registry.yarnpkg.com/preact-render-to-string/-/preact-render-to-string-6.5.5.tgz#831dc3b343320d2d38c23d9cea0d7530d262f948" - integrity sha512-KiMFTKNTmT/ccE79BURR/r6XRc2I2TCTZ0MpeWqHW2XnllbeghXvwGsdAfF/MzMilUcTfODtSmMxgoRFL9TM5g== +preact-render-to-string@^6.5.10: + version "6.5.10" + resolved "https://registry.yarnpkg.com/preact-render-to-string/-/preact-render-to-string-6.5.10.tgz#ae605bdc172865e7687bf287d2353ceb7accc9d5" + integrity sha512-BJdypTQaBA5UbTF9NKZS3zP93Sw33tZOxNXIfuHofqOZFoMdsquNkVebs/HkEw0in/Qbi6Ep/Anngnj+VsHeBQ== preact-router@^4.1.2: version "4.1.2"