diff --git a/package-lock.json b/package-lock.json index 268d5e1c..adeb85ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "husky": "9.0.11", "lint-staged": "15.2.4", "playwright": "1.44.0", - "preact-render-to-string": "6.5.0", + "preact-render-to-string": "6.5.1", "prettier-plugin-organize-imports": "3.2.4", "rehype-format": "5.0.0", "rehype-stringify": "10.0.0", @@ -9130,9 +9130,9 @@ } }, "node_modules/preact-render-to-string": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-6.5.0.tgz", - "integrity": "sha512-4vTsKlL51D6zAJObcyjDEnFCY5OBH/oaW+97X8z4IM6DK/BYD6exzaRZblTZhCeqzdBpQejPsfoS20xFc05SPA==", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-6.5.1.tgz", + "integrity": "sha512-xCNopJmqdL6duI9MmlRglSrg+fhBkZDEYZdyRRTu2AivjFUHvtxJmzXQDtla01sMcsV/d1fi+TSIYRNydj2hFQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3849fa14..f51ac718 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "husky": "9.0.11", "lint-staged": "15.2.4", "playwright": "1.44.0", - "preact-render-to-string": "6.5.0", + "preact-render-to-string": "6.5.1", "prettier-plugin-organize-imports": "3.2.4", "rehype-format": "5.0.0", "rehype-stringify": "10.0.0",