diff --git a/package-lock.json b/package-lock.json index 4a87acc..038a541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1609,9 +1609,9 @@ "integrity": "sha512-MufnRFz39aIhs9AMFisonjzTud1PK1bY+jcJLo6m2T9Uh8AqjD77w11eAAawmjUogoGOnipECq7e/1RClIKsxg==" }, "preact-render-to-string": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-4.1.0.tgz", - "integrity": "sha512-FlFBJRxo8z4cp6VsDmeYjIEx4ZK2clFJnKIvIj8K1IQCRm7ZgJ/SZ1+BotT86/Nc+V1pNtFabHoUi6gpjx5Pug==", + "version": "5.1.20", + "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.1.20.tgz", + "integrity": "sha512-ivh2oOGzth0o7XqbatWUQ81WQGoJwSqDKP5z917SoqTWYCAr7dlBzMv3SAMTAu3Gr5g47BJwrvyO44H2Y10ubg==", "requires": { "pretty-format": "^3.8.0" } diff --git a/package.json b/package.json index 1e2f24f..d1992de 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@begin/data": "^3.0.4", "esm": "^3.2.25", "preact": "~10.7.1", - "preact-render-to-string": "~4.1.0", + "preact-render-to-string": "~5.1.20", "rollup": "^2.70.1", "tap-spec": "^5.0.0", "tape": "^5.5.2"