diff --git a/apps/web/package.json b/apps/web/package.json index 626c928d..56bd12de 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -22,7 +22,7 @@ "next-plugin-preact": "3.0.7", "next-pwa": "5.5.5", "preact": "10.17.1", - "preact-render-to-string": "6.2.1", + "preact-render-to-string": "6.2.2", "react": "npm:@preact/compat@17.1.2", "react-dom": "npm:@preact/compat@17.1.2", "react-ssr-prepass": "npm:preact-ssr-prepass@1.2.0" diff --git a/package-lock.json b/package-lock.json index c3bad5f6..355065be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "next-plugin-preact": "3.0.7", "next-pwa": "5.5.5", "preact": "10.17.1", - "preact-render-to-string": "6.2.1", + "preact-render-to-string": "6.2.2", "react": "npm:@preact/compat@17.1.2", "react-dom": "npm:@preact/compat@17.1.2", "react-ssr-prepass": "npm:preact-ssr-prepass@1.2.0" @@ -18510,9 +18510,9 @@ } }, "node_modules/preact-render-to-string": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-6.2.1.tgz", - "integrity": "sha512-5t7nFeMUextd53igL3GAakAAMaUD+dVWDHaRYaeh1tbPIjQIBtgJnMw6vf8VS/lviV0ggFtkgebatPxvtJsXyQ==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-6.2.2.tgz", + "integrity": "sha512-YDfXQiVeYZutFR8/DpxLSbW3W6b7GgjBExRBxOOqcjrGq5rA9cziitQdNPMZe4RVMSdfBnf4hYqyeLs/KvtIuA==", "dependencies": { "pretty-format": "^3.8.0" },