From 0bbdec47f28f2154c445a1eda65859d823559599 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 21:04:42 +0000 Subject: [PATCH] Update dependency preact-render-to-string to v5.2.6 --- CodeGolf.Web/ClientApp/package.json | 2 +- CodeGolf.Web/ClientApp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CodeGolf.Web/ClientApp/package.json b/CodeGolf.Web/ClientApp/package.json index 2751ca4f..c7963195 100644 --- a/CodeGolf.Web/ClientApp/package.json +++ b/CodeGolf.Web/ClientApp/package.json @@ -72,7 +72,7 @@ "preact": "10.5.14", "preact-cli": "3.0.3", "preact-cli-plugin-env-vars": "1.2.1", - "preact-render-to-string": "5.1.10", + "preact-render-to-string": "5.2.6", "preact-router": "3.2.1", "react-ga": "3.3.0", "react-google-recaptcha": "2.1.0", diff --git a/CodeGolf.Web/ClientApp/yarn.lock b/CodeGolf.Web/ClientApp/yarn.lock index f5cb9bd7..6e050f98 100644 --- a/CodeGolf.Web/ClientApp/yarn.lock +++ b/CodeGolf.Web/ClientApp/yarn.lock @@ -8927,10 +8927,10 @@ preact-cli@3.0.3: workbox-strategies "^5.1.3" workbox-webpack-plugin "^5.1.3" -preact-render-to-string@5.1.10: - version "5.1.10" - resolved "https://registry.yarnpkg.com/preact-render-to-string/-/preact-render-to-string-5.1.10.tgz#cce03d73b166c550148af9dedc9e06fdf6820f8a" - integrity sha512-40svy7NDe5Qe0ymdsIC11f0hZb05MeTSUqqIaWJ5DEFCh/sF86KcpRW0kN/ymGYDVVUCfv9qFrVuLCXR7aQxgQ== +preact-render-to-string@5.2.6: + version "5.2.6" + resolved "https://registry.yarnpkg.com/preact-render-to-string/-/preact-render-to-string-5.2.6.tgz#0ff0c86cd118d30affb825193f18e92bd59d0604" + integrity sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw== dependencies: pretty-format "^3.8.0"