diff --git a/package-lock.json b/package-lock.json index 61a5ffa..b36d773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "next": "^15.0.3", "next-themes": "^0.4.3", "postcss": "^8.4.49", - "preact": "^10.24.3", + "preact": "^10.25.0", "react": "18.3.1", "react-dom": "18.3.1", "react-medium-image-zoom": "^4.3.5", @@ -13427,9 +13427,9 @@ "license": "MIT" }, "node_modules/preact": { - "version": "10.24.3", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz", - "integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==", + "version": "10.25.0", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.0.tgz", + "integrity": "sha512-6bYnzlLxXV3OSpUxLdaxBmE7PMOu0aR3pG6lryK/0jmvcDFPlcXGQAt5DpK3RITWiDrfYZRI0druyaK/S9kYLg==", "license": "MIT", "funding": { "type": "opencollective", diff --git a/package.json b/package.json index d8bd08b..dbbb59b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "next": "^15.0.3", "next-themes": "^0.4.3", "postcss": "^8.4.49", - "preact": "^10.24.3", + "preact": "^10.25.0", "react": "18.3.1", "react-dom": "18.3.1", "react-medium-image-zoom": "^4.3.5",