diff --git a/package-lock.json b/package-lock.json index 20e10d8..56d1718 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16352,9 +16352,9 @@ } }, "preact-render-to-string": { - "version": "5.1.12", - "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.1.12.tgz", - "integrity": "sha512-nXVCOpvepSk9AfPwqS08rf9NDOCs8eeYYlG+7tE85iP5jVyjz+aYb1BYaP5SPdfVWVrzI9L5NzxozUvKaD96tA==", + "version": "5.2.6", + "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.2.6.tgz", + "integrity": "sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw==", "requires": { "pretty-format": "^3.8.0" } diff --git a/package.json b/package.json index 6f6ed5a..d8e124d 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "firebase": "7.21.1", "firebaseui": "^4.6.1", "preact": "^10.5.3", - "preact-render-to-string": "^5.1.12", + "preact-render-to-string": "^5.2.6", "preact-router": "^3.2.1", "unistore": "^3.5.2" },